Job object

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


On this page


Fields

  • done ([Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01))
    This indicates if the job is still queued or has been run.
  • id ([ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01))
    Globally unique identifier.
  • query ([QueryRoot](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/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.


Types that return Job

  • [QueryRoot.job](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/queryroot#job-2021-01)