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