AuditLogsPage
No description
type AuditLogsPage {
cursor: PaginationCursor!
items: [AuditLogLeaf]
}
Fields
AuditLogsPage.cursor ● PaginationCursor! non-null object {#cursor}
Pagination cursors
AuditLogsPage.items ● [AuditLogLeaf] list object {#items}
A list of type audit_log_leaf.
Returned By
auditLogs query