Skip to main content

DesDatasheetConnection

A connection to a list of items.

type DesDatasheetConnection {
edges: [DesDatasheetEdge!]
nodes: [DesDatasheet!]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

DesDatasheetConnection.edges ● [DesDatasheetEdge!] list object

A list of edges.

DesDatasheetConnection.nodes ● [DesDatasheet!] list object

A flattened list of the nodes.

DesDatasheetConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

DesDatasheetConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.