Skip to content

node

Get a Node by id

graphql
node(
  id: ID!
): Node

Arguments

node.id ● ID! non-null scalar

The id of the node to get

Type

Node interface

Base class of all nodes

Released under the MIT License.