OBJECT

ShipmentEdge

link GraphQL Schema definition

1type ShipmentEdge {
2cursor: String!
3
4# Required permission: Shipment:read
5#
6# Store restrictions apply.
7node: Shipment!
8
9}