INPUT_OBJECT

InvoiceAnnotationUpdateMutationInput

Autogenerated input type of InvoiceAnnotationUpdateMutation

link GraphQL Schema definition

  • input InvoiceAnnotationUpdateMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # ID of the invoice annotation to be updated.
  • invoiceAnnotationId: ID!
  • # Attributes to assign to the invoice annotation.
  • attributes: InvoiceAnnotationInput!
  • }