Home > @infiniteobjects/shopify-data-manager > AdminTypes > JobResult
A job corresponds to some long running task that the client should poll for status.
Signature:
export interface JobResult
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. |