INTERFACE

Node

link GraphQL Schema definition

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