OBJECT
UpdateConsigneePayload
Represents the fields associated with a consignee's update
link GraphQL Schema definition
- type UpdateConsigneePayload {
- # A consignee record
- : Consignee
- # Actions performed on the consignee
- : [PostUpdateAction!]
- }
OBJECT
Represents the fields associated with a consignee's update
- type UpdateConsigneePayload {
- # A consignee record
- : Consignee
- # Actions performed on the consignee
- : [PostUpdateAction!]
- }