Query
operations
List operations for the current workspace, ordered newest first.
Arguments
- after String default null
- Cursor for fetching the next page of results.
- first Int default 20
- Number of operations to return (page size).
Returns
A paginated connection of OperationSummary nodes. See Pagination for the connection shape.
Object, input and enum types open in place — use + to reveal their fields. A type that is already open above the row stops at a ↻ circular marker, and anything nested past the depth limit links out to its own page instead.
- edges [OperationSummaryEdge!]!
- List of edges with cursors.
- cursor String!
- Cursor for this node.
- node OperationSummary!
- The operation summary.
- createdAt DateTimeWithZone!
- When the operation was created.
- id ID!
- Unique identifier of the operation.
- operationType String!
- The type of operation (e.g. refetch_engagement, update_custom_attributes).
- status OperationStatus!
- Current processing status of the operation.
- COMPLETED
- All items in the operation have been processed successfully.
- FAILED
- All items in the operation have failed.
- PARTIAL
- The operation finished but some items failed while others succeeded.
- PROCESSING
- The operation is currently being processed.
- QUEUED
- The operation has been created but processing has not yet started.
- total Int!
- Total number of items in the operation.
- nodes [OperationSummary!]!
- List of operation summaries.
- createdAt DateTimeWithZone!
- When the operation was created.
- id ID!
- Unique identifier of the operation.
- operationType String!
- The type of operation (e.g. refetch_engagement, update_custom_attributes).
- status OperationStatus!
- Current processing status of the operation.
- COMPLETED
- All items in the operation have been processed successfully.
- FAILED
- All items in the operation have failed.
- PARTIAL
- The operation finished but some items failed while others succeeded.
- PROCESSING
- The operation is currently being processed.
- QUEUED
- The operation has been created but processing has not yet started.
- total Int!
- Total number of items in the operation.
- pageInfo PageInfo!
- Pagination information.
- endCursor String
- Cursor for the last node in this page.
- hasNextPage Boolean!
- Whether there are more results after this page.
- hasPreviousPage Boolean!
- Whether there are results before this page.
- startCursor String
- Cursor for the first node in this page.
- totalCount Int
- Total number of items available.