INPUT_OBJECT

InvoiceAnnotationCreateMutationInput

Autogenerated input type of InvoiceAnnotationCreateMutation

link GraphQL Schema definition

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