Anchor to node
querynode
Returns a specific node by ID.
Anchor to Arguments
Arguments
- id (ID!)
- •ID!required
The ID of the Node to return.
Was this section helpful?
Anchor to Possible returnsPossible returns
- Node (Node)
- 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.
- •ID!non-null
A globally-unique ID.
- •ID!
Was this section helpful?