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