Surface last_matched_at on all API surfaces
Add lastMatchedAt to the CookiePattern GraphQL type, MCP schema, CLI view/list commands, and n8n get/getAll operations. Run codegen to regenerate gqlgen models and MCP types. Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -50,6 +50,7 @@ export async function execute(
|
||||
description
|
||||
source
|
||||
excluded
|
||||
lastMatchedAt
|
||||
createdAt
|
||||
updatedAt
|
||||
}
|
||||
|
||||
@@ -85,6 +85,7 @@ export async function execute(
|
||||
description
|
||||
source
|
||||
excluded
|
||||
lastMatchedAt
|
||||
createdAt
|
||||
updatedAt
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user