Skip to main content

CollectionAuditEvent

No description

type CollectionAuditEvent implements Node {
id: ID!
pghCreatedAt: DateTime!
pghLabel: String!
pghContextId: NauticalUUID
pghContext: JSONString
name: String!
slug: String!
isVisible: Boolean!
userEmail: String
userId: String
tenantId: Int
tenantSlug: String
appName: String
appId: String
taskName: String
}

Fields

CollectionAuditEvent.id ● ID! non-null scalar

The Globally Unique ID of this object

CollectionAuditEvent.pghCreatedAt ● DateTime! non-null scalar

CollectionAuditEvent.pghLabel ● String! non-null scalar

Event label: 'collection_created', '..._updated', or '..._deleted'.

CollectionAuditEvent.pghContextId ● NauticalUUID scalar

CollectionAuditEvent.pghContext ● JSONString scalar

CollectionAuditEvent.name ● String! non-null scalar

CollectionAuditEvent.slug ● String! non-null scalar

CollectionAuditEvent.isVisible ● Boolean! non-null scalar

CollectionAuditEvent.userEmail ● String scalar

Email of the user who made the change.

CollectionAuditEvent.userId ● String scalar

Global ID of the user who made the change.

CollectionAuditEvent.tenantId ● Int scalar

Tenant ID where the change occurred.

CollectionAuditEvent.tenantSlug ● String scalar

Tenant slug where the change occurred.

CollectionAuditEvent.appName ● String scalar

App name if the change was via an API token.

CollectionAuditEvent.appId ● String scalar

Global ID of the app if via an API token.

CollectionAuditEvent.taskName ● String scalar

Celery task name if the change was async.

Interfaces

Node interface

An object with a Globally Unique ID

Member Of

CollectionAuditEventCountableEdge object

Was this page helpful?