AuditLogs
No description
type AuditLogs {
items: [AuditLog!]!
cursor: [String!]!
count: Int!
total: Int!
}
Fields
AuditLogs.items ● [AuditLog!]! non-null object
AuditLogs.cursor ● [String!]! non-null scalar
AuditLogs.count ● Int! non-null scalar
AuditLogs.total ● Int! non-null scalar
Returned By
auditLogs query