Skip to main content

node

Fetches an object given its ID.

node(
id: ID!
): Node

Arguments

node.id ● ID! non-null scalar

ID of the object.

Type

Node interface

The node interface is implemented by entities that have a global unique identifier.