OBJECT

UpdateConsigneePayload

Represents the fields associated with a consignee's update

link GraphQL Schema definition

  • type UpdateConsigneePayload {
  • # A consignee record
  • consignee: Consignee
  • # Actions performed on the consignee
  • actions: [PostUpdateAction!]
  • }

link Require by