query
Returns a Job resource by ID. Used to check the status of internal jobs and any applicable changes.
Anchor to Possible returnsPossible returns
- •Job
A job corresponds to some long running task that the client should poll for status.
- 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.
- Anchor to queryquery•Query
Root 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?