INPUT_OBJECT
ShipmentDocInput
Represents a document associated with a shipment.
link GraphQL Schema definition
- input ShipmentDocInput {
- # A base64 encoded document, optionally gzipped.
- : String!
- # The filename of the file.
- : String!
- # Document tags associated with the document.
- : [ShipmentDocTag!]
- }