OBJECT
Wrapper around the UserAudit object. This wrapper is used for pagination.
type UserAuditEdge {# String used to identify this edge.cursor: String! # The actual UserAudit object wrapped by this edge.node: UserAudit! }