INPUT_OBJECT

InvoiceAnnotationTypeUpdateMutationInput

Autogenerated input type of InvoiceAnnotationTypeUpdateMutation

link GraphQL Schema definition

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