Skip to main content

node

Fetch a Node by its globally unique ID. Returns null if the node cannot be found (e.g., the underlying data was pruned or never existed).

node(
id: ID!
): Node

Arguments

node.id ● ID! non-null scalar

Type

Node interface

An interface implemented by types that can be uniquely identified by a globally unique ID, following the GraphQL Global Object Identification specification.