node
Standardized means of fetching entities that implement Node by id.
node(
id: ID!
): Node
Arguments
node.id ● ID! non-null scalar
" The id of the entity to fetch.
Type
Node interface
An abstract datatype that has a locally unique identifier, allowing a given node to be later queried by id using the node(id: ID!) query.