Skip to content

AuditedNodeConnection

The connection type for AuditedNode.

graphql
type AuditedNodeConnection {
  edges: [AuditedNodeEdge!]!
  nodes: [AuditedNode!]!
  pageInfo: PageInfo!
  totalCount: Int!
}

Fields

AuditedNodeConnection.edges ● [AuditedNodeEdge!]! non-null object

A list of all edges of the current page.

AuditedNodeConnection.nodes ● [AuditedNode!]! non-null interface

A list of all nodes of the current page.

AuditedNodeConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

AuditedNodeConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Member Of

GropiusUser object ● IMSUser object ● User interface

Released under the MIT License.