Organization / Types/ object
ShipmentPieceEdge
An edge that contains a node of type ShipmentPiece and a cursor.
Fields
2 fieldsid•ID!Unique primary key.
barcode•StringBarcode of the piece
trackingUrl•StringTracking url of the piece
value•Float!Weight value
code•String!Phase code
name•String!Phase name
description•StringPhase description
createdAt•DateTimeTz!When the phase was created
updatedAt•DateTimeTz!When the phase was last updated
createdAt•DateTimeTz!When the shipment was created.
updatedAt•DateTimeTz!When the shipment was last updated.
cursor•String!A unique cursor that can be used for pagination.