Anchor to nodes
querynodes
Returns the list of nodes (any objects that implement the Node interface) with the given IDs, in accordance with the Relay specification.
Anchor to Arguments
Arguments
- •[ID!]!required
The IDs of the Nodes to return.
Was this section helpful?
Anchor to Possible returnsPossible returns
- Anchor to NodeNode•[Node]!
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?