Skip to main content

Returns a Job resource by ID. Used to check the status of internal jobs and any applicable changes.

•ID!
required

ID of the job to query.


Was this section helpful?

•Job

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

•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.

•QueryRoot

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.


Was this section helpful?