OBJECT

AuditEvent

link GraphQL Schema definition

1type AuditEvent {
2
3id: String!
4
5organizationId: ID!
6
7userId: ID
8
9# The application that created the audit log
10application: String
11
12payload: JSONData!
13
14}