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

AuditableReferenceFilter

An interface implemented by all types holding auditing information.

input AuditableReferenceFilter {
  _and: [AuditableReferenceFilter]
  _null: Boolean
  _or: [AuditableReferenceFilter]
  createdBy: UserReferenceFilter
  createdOn: DateTimeFilter
  id: UUIDFilter
  modifiedBy: UserReferenceFilter
  modifiedOn: DateTimeFilter
  system: Boolean
}

Fields

The field value is null.

The user who created this resource.

The creation date of this resource.

The universally unique identifier of this node.

The user who last modified this resource.

The last modified date of this resource.

Whether this resource is reserved by the system.

Member Of

AuditableReferenceFilter input

Last updated

Was this helpful?