stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > JobResult

AdminTypes.JobResult interface

A job corresponds to some long running task that the client should poll for status.

Signature:

export interface JobResult 

Properties

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.