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

AssetTypeFilter

The type of an asset or complex relation.

input AssetTypeFilter {
  _and: [AssetTypeFilter]
  _or: [AssetTypeFilter]
  acronym: StringFilter
  children: AssetTypeCollectionFilter
  color: StringFilter
  createdBy: UserReferenceFilter
  createdOn: DateTimeFilter
  description: StringFilter
  icon: StringFilter
  id: UUIDFilter
  modifiedBy: UserReferenceFilter
  modifiedOn: DateTimeFilter
  name: StringFilter
  parent: AssetTypeReferenceFilter
  publicId: StringFilter
  symbolType: StringFilter
  system: Boolean
}

Fields

_and ● [AssetTypeFilter] list input

_or ● [AssetTypeFilter] list input

acronym ● StringFilter input

The acronym of this type.

children ● AssetTypeCollectionFilter input

The list of child asset types of this asset type.

color ● StringFilter input

The user interface color of this type.

createdBy ● UserReferenceFilter input

The user who created this resource.

createdOn ● DateTimeFilter input

The creation date of this resource.

description ● StringFilter input

The description of this type.

icon ● StringFilter input

The user interface icon of this type.

id ● UUIDFilter input

The universally unique identifier of this node.

modifiedBy ● UserReferenceFilter input

The user who last modified this resource.

modifiedOn ● DateTimeFilter input

The last modified date of this resource.

name ● StringFilter input

The name of this type.

parent ● AssetTypeReferenceFilter input

The parent asset type of this asset type.

publicId ● StringFilter input

The public identifier of this type.

symbolType ● StringFilter input

system ● Boolean scalar

Whether this resource is reserved by the system.

Member Of

AssetTypeCollectionFilter input ● AssetTypeFilter input

Last updated

Was this helpful?