INTERFACE

Node

An object with a globally unique ID.

link GraphQL Schema definition

  • interface Node {
  • # A globally unique identifier. Can be used in various places throughout the
  • # system to identify this single value.
  • nodeId: ID!
  • }