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

RelationTypeFilter

A class of relation between two asset types.

input RelationTypeFilter {
  _and: [RelationTypeFilter]
  _or: [RelationTypeFilter]
  corole: StringFilter
  createdBy: UserReferenceFilter
  createdOn: DateTimeFilter
  description: StringFilter
  id: UUIDFilter
  modifiedBy: UserReferenceFilter
  modifiedOn: DateTimeFilter
  publicId: StringFilter
  role: StringFilter
  source: TypeReferenceFilter
  system: Boolean
  target: AssetTypeReferenceFilter
}

Fields

_and ● [RelationTypeFilter] list input

_or ● [RelationTypeFilter] list input

corole ● StringFilter input

The label of this relation type, when followed from tail to head.

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 relation 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.

publicId ● StringFilter input

The public identifier of this relation type.

role ● StringFilter input

The label of this relation type when followed from head to tail.

source ● TypeReferenceFilter input

The asset type that is the head of this relation type.

system ● Boolean scalar

Whether this resource is reserved by the system.

target ● AssetTypeReferenceFilter input

The asset type that is the tail of the relation type.

Member Of

RelationTypeCollectionFilter input ● RelationTypeFilter input

Last updated

Was this helpful?