Anchor to OrderConnectionOrder
connectionOrder Connection
An auto-generated type for paginating through multiple Orders.
Anchor to Fields with this connectionFields with this connection
- •OBJECT
A customer account with the shop. Includes data such as contact information, addresses and marketing preferences for logged-in customers, so they don't have to provide these details at every checkout.
Access the customer through the
customerquery using a customer access token obtained from themutation.The object implements the
interface, enabling retrieval of custom data associated with the customer.
Was this section helpful?
Anchor to Possible returnsPossible returns
- edges ([OrderEdge!]!)
- nodes ([Order!]!)
- pageInfo (PageInfo!)
- totalCount (UnsignedInt64!)
- Anchor to edgesedges•[Order
Edge!]! non-null A list of edges.
- Anchor to nodesnodes•[Order!]!non-null
A list of the nodes contained in OrderEdge.
- Anchor to pageInfopage•Page
Info Info! non-null Information to aid in pagination.
- Anchor to totalCounttotal•Unsigned
Count Int64! non-null The total count of Orders.
Was this section helpful?