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

Tag

A label applied to one or more assets.

type Tag implements Auditable, Node {
  createdBy: User
  createdOn: DateTime
  id: UUID!
  modifiedBy: User
  modifiedOn: DateTime
  name: String!
  system: Boolean!
}

Fields

Tag.createdByUser object

The user who created this resource.

The creation date of this resource.

Tag.idUUID! non-null scalar

The universally unique identifier of this node.

Tag.modifiedByUser object

The user who last modified this resource.

The last modified date of this resource.

Tag.nameString! non-null scalar

The name of this tag.

Tag.systemBoolean! non-null scalar

Whether this resource is reserved by the system.

Interfaces

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?