src/app/data-dgql/id.ts
Uniquely identifies a node.
Node IDs are composed of a #type and an #id. The #id corresponds to the ID used in the backend API.
Properties |
id |
id:
|
Type : string
|
The ID of this node. This is the same as the node ID in the backend API. |
type |
type:
|
Type : NodeType
|
The type of this node. |