Home > @infiniteobjects/shopify-data-manager > AdminTypes > Job
A job corresponds to some long running task that the client should poll for status.
Signature:
export interface Job
| Property | Modifiers | Type | Description |
|---|---|---|---|
| done | Scalars[‘Boolean’][‘output’] | This indicates if the job is still queued or has been run. | |
| id | Scalars[‘ID’][‘output’] | A globally-unique ID that’s returned when running an asynchronous mutation. | |
| query? | Maybe<QueryRoot> | (Optional) This field will only resolve once the job is done. Can be used to ask for object(s) that have been changed by the job. |