Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

query

Returns a specific node (any object that implements the Node interface) by ID, in accordance with the Relay specification. This field is commonly used for refetching an object.

ID!required

The ID of the Node to return.


Was this section helpful?

An object with an ID field to support global identification, in accordance with the Relay specification. This interface is used by the node and nodes queries.


Was this section helpful?