Skip to main content

DesSymbolConnection

A connection to a list of items.

type DesSymbolConnection {
edges: [DesSymbolEdge!]
nodes: [DesSymbol!]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

DesSymbolConnection.edges ● [DesSymbolEdge!] list object

A list of edges.

DesSymbolConnection.nodes ● [DesSymbol!] list object

A flattened list of the nodes.

DesSymbolConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

DesSymbolConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.