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

TypeReferenceFilter

An abstract parent of all types.

input TypeReferenceFilter {
  _and: [TypeReferenceFilter]
  _null: Boolean
  _or: [TypeReferenceFilter]
  acronym: StringFilter
  color: StringFilter
  createdBy: UserReferenceFilter
  createdOn: DateTimeFilter
  description: StringFilter
  icon: StringFilter
  id: UUIDFilter
  modifiedBy: UserReferenceFilter
  modifiedOn: DateTimeFilter
  name: StringFilter
  publicId: StringFilter
  symbolType: StringFilter
  system: Boolean
}

Fields

The field value is null.

The acronym of this type.

The user interface color of this type.

The user who created this resource.

The creation date of this resource.

The description of this type.

The user interface icon of this type.

The universally unique identifier of this node.

The user who last modified this resource.

The last modified date of this resource.

The name of this type.

The public identifier of this type.

Whether this resource is reserved by the system.

Member Of

RelationTypeFilter input ● RelationTypeReferenceFilter input ● TypeReferenceFilter input

Last updated

Was this helpful?