INTERFACE

Node

An object with an ID.

link GraphQL Schema definition

interface Node {

ID of the object.
id: ID!

}