SupplyShipmentEdge
An edge in a connection.
type SupplyShipmentEdge {
cursor: String!
node: SupplyShipment
}
Fields
SupplyShipmentEdge.cursor ● String! non-null scalar
A cursor for use in pagination.
SupplyShipmentEdge.node ● SupplyShipment object
The item at the end of the edge.
Member Of
SupplyShipmentConnection object