ShipmentConnection
A connection to a list of Shipment
values.
type ShipmentConnection {
hasNextPage: Boolean!
nodes: [Shipment!]!
totalCount: Int!
}
Fields
ShipmentConnection.hasNextPage
● Boolean!
non-null scalar
Whether this connection has a next page
ShipmentConnection.nodes
● [Shipment!]!
non-null object
The resulting items.
ShipmentConnection.totalCount
● Int!
non-null scalar
The total amount of items in this connection
Member Of
Order
object