Skip to main content

SupplyShipmentConnection

The connection type for SupplyShipment.

type SupplyShipmentConnection {
edges: [SupplyShipmentEdge]
nodes: [SupplyShipment]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

SupplyShipmentConnection.edges ● [SupplyShipmentEdge] list object

A list of edges.

SupplyShipmentConnection.nodes ● [SupplyShipment] list object

A list of nodes.

SupplyShipmentConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

SupplyShipmentConnection.totalCount ● Int! non-null scalar

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

Returned By

supplyShipments query