DesComponentConnection
A connection to a list of items.
type DesComponentConnection {
edges: [DesComponentEdge!]
nodes: [DesComponent!]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
DesComponentConnection.edges ● [DesComponentEdge!] list object
A list of edges.
DesComponentConnection.nodes ● [DesComponent!] list object
A flattened list of the nodes.
DesComponentConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
DesComponentConnection.totalCount ● Int! non-null scalar
Identifies the total count of items in the connection.