INPUT_OBJECT

ShipmentStatusCreateMutationInput

Autogenerated input type of ShipmentStatusCreateMutation

link GraphQL Schema definition

  • input ShipmentStatusCreateMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • shipmentId: ID!
  • status: ShipmentStatusEnum!
  • }