Skip to main content

DesProjectConnection

A connection to a list of items.

type DesProjectConnection {
edges: [DesProjectEdge!]
nodes: [DesProject!]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

DesProjectConnection.edges ● [DesProjectEdge!] list object

A list of edges.

DesProjectConnection.nodes ● [DesProject!] list object

A flattened list of the nodes.

DesProjectConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

DesProjectConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.