Skip to main content

OrderFulfillmentConnection

The connection type for OrderFulfillment.

type OrderFulfillmentConnection {
edges: [OrderFulfillmentEdge]
nodes: [OrderFulfillment]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

OrderFulfillmentConnection.edges ● [OrderFulfillmentEdge] list object common

A list of edges.

OrderFulfillmentConnection.nodes ● [OrderFulfillment] list object orders

A list of nodes.

OrderFulfillmentConnection.pageInfo ● PageInfo! non-null object common

Information to aid in pagination.

OrderFulfillmentConnection.totalCount ● Int! non-null scalar common

Total count of items in the connection, without considering pagination.

Returned By

orderFulfillments query