ShipmentRecordConnection
The connection type for ShipmentRecord.
type ShipmentRecordConnection {
edges: [ShipmentRecordEdge]
nodes: [ShipmentRecord]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
ShipmentRecordConnection.edges ● [ShipmentRecordEdge] list object common
A list of edges.
ShipmentRecordConnection.nodes ● [ShipmentRecord] list object common
A list of nodes.
ShipmentRecordConnection.pageInfo ● PageInfo! non-null object common
Information to aid in pagination.
ShipmentRecordConnection.totalCount ● Int! non-null scalar common
Total count of items in the connection, without considering pagination.
Returned By
echoShipmentRecords query