Skip to main content

DesProjectTemplateConnection

A connection to a list of items.

type DesProjectTemplateConnection {
edges: [DesProjectTemplateEdge!]
nodes: [DesProjectTemplate!]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

DesProjectTemplateConnection.edges ● [DesProjectTemplateEdge!] list object

A list of edges.

DesProjectTemplateConnection.nodes ● [DesProjectTemplate!] list object

A flattened list of the nodes.

DesProjectTemplateConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

DesProjectTemplateConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.