INTERFACE
An object with a globally unique ID.
ID
interface Node {# A globally unique identifier. Can be used in various places throughout the # system to identify this single value.nodeId: ID! }