For the complete documentation index, see llms.txt. This page is also available as Markdown.

Node

A base interface implemented by all types.

interface Node {
  id: UUID!
}

Fields

id ● UUID! non-null scalar

The universally unique identifier of this node.

Implemented By

Asset object ● AssetType object ● AttributeType object ● BooleanAttribute object ● Community object ● DateAttribute object ● Domain object ● DomainType object ● ExternalMapping object ● MultiValueAttribute object ● NumericAttribute object ● ReadPermission object ● Relation object ● RelationType object ● Responsibility object ● Role object ● Status object ● StringAttribute object ● Tag object ● User object ● UserGroup object

Last updated

Was this helpful?