AttributeAuditEvent
No description
type AttributeAuditEvent implements Node {
id: ID!
pghCreatedAt: DateTime!
pghLabel: String!
pghContextId: NauticalUUID
pghContext: JSONString
name: String!
slug: String!
inputType: String!
userEmail: String
userId: String
tenantId: Int
tenantSlug: String
appName: String
appId: String
taskName: String
}
Fields
AttributeAuditEvent.id ● ID! non-null scalar
The Globally Unique ID of this object
AttributeAuditEvent.pghCreatedAt ● DateTime! non-null scalar
AttributeAuditEvent.pghLabel ● String! non-null scalar
Event label: 'attribute_created', 'attribute_updated', or 'attribute_deleted'.
AttributeAuditEvent.pghContextId ● NauticalUUID scalar
AttributeAuditEvent.pghContext ● JSONString scalar
AttributeAuditEvent.name ● String! non-null scalar
AttributeAuditEvent.slug ● String! non-null scalar
AttributeAuditEvent.inputType ● String! non-null scalar
AttributeAuditEvent.userEmail ● String scalar
Email of the user who made the change.
AttributeAuditEvent.userId ● String scalar
Global ID of the user who made the change.
AttributeAuditEvent.tenantId ● Int scalar
Tenant ID where the change occurred.
AttributeAuditEvent.tenantSlug ● String scalar
Tenant slug where the change occurred.
AttributeAuditEvent.appName ● String scalar
App name if the change was via an API token.
AttributeAuditEvent.appId ● String scalar
Global ID of the app if via an API token.
AttributeAuditEvent.taskName ● String scalar
Celery task name if the change was async.
Interfaces
Node interface
An object with a Globally Unique ID