Skip to main content

AuditLog

No description

type AuditLog {
id: ID!
payload: JSON!
occurredAt: String!
resourceId: ID!
resourceType: String!
action: String!
actor: Actor!
}

Fields

AuditLog.id ● ID! non-null scalar

AuditLog.payload ● JSON! non-null scalar

AuditLog.occurredAt ● String! non-null scalar

AuditLog.resourceId ● ID! non-null scalar

AuditLog.resourceType ● String! non-null scalar

AuditLog.action ● String! non-null scalar

AuditLog.actor ● Actor! non-null object

Returned By

auditLog query

Member Of

AuditLogResponse object