OBJECT

ShipmentConnection

link GraphQL Schema definition

1type ShipmentConnection {
2totalCount: Int!
3
4edges: [ShipmentEdge!]!
5
6pageInfo: PageInfo!
7
8}