INPUT_OBJECT

EmitAuditEvent

link GraphQL Schema definition

1input EmitAuditEvent {
4
2# The application that created the audit log
3application: String
7
5# The contents of the audit log
6payload: JSONData!
8}