INPUT_OBJECT

ClickAndCollectStatusUpdateMutationInput

Autogenerated input type of ClickAndCollectStatusUpdateMutation

link GraphQL Schema definition

  • input ClickAndCollectStatusUpdateMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # ID of the invoice to be updated
  • invoiceId: ID!
  • # Current status that the invoice should be set to.
  • status: InvoiceClickAndCollectStatusEnum!
  • }