Anchor to JobResultJob
interfaceJob Result
A job corresponds to some long running task that the client should poll for status.
Anchor to FieldsFields
- done (Boolean!)
- id (ID!)
- Anchor to donedone•Boolean!non-null
This indicates if the job is still queued or has been run.
- •ID!non-null
A globally-unique ID that's returned when running an asynchronous mutation.
Was this section helpful?
Anchor to Types implemented inTypes implemented in
- CustomerSegmentMembersQuery (CustomerSegmentMembersQuery)
- OrderCancelJobResult (OrderCancelJobResult)
- OrderCreateMandatePaymentJobResult (OrderCreateMandatePaymentJobResult)
- ShippingLabelPurchaseResult (ShippingLabelPurchaseResult)
- •OBJECT
A job to determine a list of members, such as customers, that are associated with an individual segment.
- •OBJECT
A job to determine the result of an order cancellation request.
- •OBJECT
A job result for tracking the status of a mandate payment request on an order.
- •OBJECT
Tracks the progress of an asynchronous shipping label purchase request.
Was this section helpful?