OBJECT
The connection type for Audit.
type AuditConnection implements TotalCountInterface {allMetadataKeys: [String!]! # A list of edges.edges: [AuditEdge] metadataKeys: [String!]! # A list of nodes.nodes: [Audit] # Information to aid in pagination.pageInfo: PageInfo! totalCount: Int! }