OBJECT

ShipmentStatusCreateMutationPayload

Autogenerated return type of ShipmentStatusCreateMutation.

link GraphQL Schema definition

  • type ShipmentStatusCreateMutationPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • errors: [ValidationError!]
  • shipmentStatus: ShipmentStatus
  • status: Int!
  • }