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

Type

An abstract parent of all types.

interface Type {
  acronym: String
  color: String!
  createdBy: User
  createdOn: DateTime
  description: String
  icon: String
  id: UUID!
  modifiedBy: User
  modifiedOn: DateTime
  name: String!
  publicId: String!
  symbolType: String
  system: Boolean!
}

Fields

Type.acronymString scalar

The acronym of this type.

Type.colorString! non-null scalar

The user interface color of this type.

Type.createdByUser object

The user who created this resource.

The creation date of this resource.

The description of this type.

Type.iconString scalar

The user interface icon of this type.

Type.idUUID! non-null scalar

The universally unique identifier of this node.

The user who last modified this resource.

The last modified date of this resource.

Type.nameString! non-null scalar

The name of this type.

Type.publicIdString! non-null scalar

The public identifier of this type.

Type.systemBoolean! non-null scalar

Whether this resource is reserved by the system.

Member Of

RelationType object

Implemented By

AssetType object

Last updated

Was this helpful?