INPUT_OBJECT

InvoiceAnnotationTypeDiscardMutationInput

Autogenerated input type of InvoiceAnnotationTypeDiscardMutation

link GraphQL Schema definition

  • input InvoiceAnnotationTypeDiscardMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # ID of the invoice annotation type to be discarded.
  • invoiceAnnotationTypeId: ID!
  • }