INTERFACE

Node

Common interface with a globally unique ID.

link GraphQL Schema definition

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

link Require by