src/app/data-dgql/id.ts
Uniquely identifies a list of items.
Lists are always attached to a specific node. For example, a list of issues may be attached to a project or a component.
Lists that do not have a specific parent node in the backend API are attached to the ROOT_NODE.
The list of all issues on a component:
The list of linked issues on an issue:
Properties |
node |
node:
|
Type : NodeId
|
The parent node. |
type |
type:
|
Type : ListType
|
The type of list. |