Skip to main content

GroupedShipmentConnection

The connection type for GroupedShipment.

type GroupedShipmentConnection {
edges: [GroupedShipmentEdge]
nodes: [GroupedShipment]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

GroupedShipmentConnection.edges ● [GroupedShipmentEdge] list object

A list of edges.

GroupedShipmentConnection.nodes ● [GroupedShipment] list object

A list of nodes.

GroupedShipmentConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

GroupedShipmentConnection.totalCount ● Int! non-null scalar

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

Returned By

supplyShipmentsGrouped query