INTERFACE

Node

The node interface is implemented by entities that have a global unique identifier.

  • interface Node {
  • id: ID!
  • }