Skip to main content

Retrieves any object that implements the Node interface by its globally-unique ID. Use inline fragments to access type-specific fields on the returned object.

This query follows the Relay specification and is commonly used for refetching objects when you have their ID but need updated data.

•ID!
required

The ID of the Node to return.


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?