Skip to main content
query

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.

•[ID!]!
required

The IDs of the Nodes to return.

The input must not contain more than 250 values.


Was this section helpful?

•[Node]!

Enables global object identification following the Relay specification. Any type implementing this interface has a globally-unique id field and can be fetched directly using the node or nodes queries.

•ID!
non-null

A globally-unique ID.


Was this section helpful?