Anchor to nodes
querynodes
Retrieves multiple objects by their global IDs in a single request. Any object that implements the Node interface can be fetched, including products, collections, and pages.
Use inline fragments to access type-specific fields on the returned objects. The input accepts up to 250 IDs.
Anchor to Arguments
Arguments
- ids ([ID!]!)
- •[ID!]!required
The IDs of the Nodes to return.
The input must not contain more than
250values.
Was this section helpful?
Anchor to Possible returnsPossible returns
- Node ([Node]!)
- Anchor to NodeNode•[Node]!
Enables global object identification following the Relay specification. Any type implementing this interface has a globally-unique
idfield and can be fetched directly using thenodeornodesqueries.- •ID!non-null
A globally-unique ID.
- •ID!
Was this section helpful?