INTERFACE

Node

Inheritance target

link GraphQL Schema definition

  • interface Node {
  • # Unique identifier used by the metadata API. Not the same as the numeric ID used
  • # on server
  • id: ID!
  • }

link Require by