Przejdź do głównej zawartości

OrderConnection

Paginated order connection

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

Fields

OrderConnection.edges ● [OrderEdge!]! non-null object

Order edges with cursors

OrderConnection.nodes ● [Order!]! non-null object

Order nodes (shortcut for edges.map(e => e.node))

OrderConnection.pageInfo ● PageInfo! non-null object

Pagination info

OrderConnection.totalCount ● Int! non-null scalar

Total orders count

Member Of

Customer object