INPUT_OBJECT

CancelBillingInvoiceMutationInput

Autogenerated input type of CancelBillingInvoiceMutation

link GraphQL Schema definition

  • input CancelBillingInvoiceMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # ID of the billing record to be cancelled
  • billingId: ID!
  • }