INTERFACE

Node

An object with an ID.

link GraphQL Schema definition

1interface Node {
2
3# ID of the object.
4id: ID!
5
6}

link Required by