Object
OperationSummary
Lightweight summary of an operation. Use the operation(id:) query for full details.
Fields
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.
- 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.