Skip to main content

OrderItemConnection

A connection to a list of OrderItem values.

type OrderItemConnection {
nodes: [OrderItem!]!
hasNextPage: Boolean!
totalCount: Int!
}

Fields

OrderItemConnection.nodes ● [OrderItem!]! non-null object

The resulting items.

OrderItemConnection.hasNextPage ● Boolean! non-null scalar

Whether this connection has a next page

OrderItemConnection.totalCount ● Int! non-null scalar

The total amount of items in this connection

Member Of

Order object ● Return object ● Shipment object