Skip to main content

GloCusAssignmentConnection

A connection to a list of items.

type GloCusAssignmentConnection {
edges: [GloCusAssignmentEdge!]
nodes: [GloCusAssignment]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

GloCusAssignmentConnection.edges ● [GloCusAssignmentEdge!] list object

A list of edges.

GloCusAssignmentConnection.nodes ● [GloCusAssignment] list interface

A flattened list of the nodes.

GloCusAssignmentConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

GloCusAssignmentConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.