Skip to main content

DesComponentTypeConnection

A connection to a list of items.

type DesComponentTypeConnection {
edges: [DesComponentTypeEdge!]
nodes: [DesComponentType!]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

DesComponentTypeConnection.edges ● [DesComponentTypeEdge!] list object

A list of edges.

DesComponentTypeConnection.nodes ● [DesComponentType!] list object

A flattened list of the nodes.

DesComponentTypeConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

DesComponentTypeConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.