Node

An object with an ID.

GraphQL Schema definition

  • interface Node {
  • # ID of the object.
  • id: ID!
  • }

Require by