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

BooleanAttribute

An attribute that has a boolean value.

type BooleanAttribute implements Attribute, Auditable, Node {
  booleanValue: Boolean
  createdBy: User
  createdOn: DateTime
  id: UUID!
  modifiedBy: User
  modifiedOn: DateTime
  system: Boolean!
  type: AttributeType!
}

Fields

The boolean value of this attribute.

The user who created this resource.

The creation date of this resource.

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

BooleanAttribute.systemBoolean! non-null scalar

Whether this resource is reserved by the system.

The attribute type of this attribute.

Interfaces

Attribute interface

An attribute that is linked to an asset.

Auditable interface

An interface implemented by all types holding auditing information.

Node interface

A base interface implemented by all types.

Member Of

Asset object

Last updated

Was this helpful?