Skip to main content

OrderConnection

A connection to a list of items.

type OrderConnection {
edges: [OrderEdge!]
nodes: [Order!]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

OrderConnection.edges ● [OrderEdge!] list object

A list of edges.

OrderConnection.nodes ● [Order!] list object

A flattened list of the nodes

OrderConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

OrderConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Returned By

orders query