INPUT_OBJECT

InvoiceAnnotationTypeCreateMutationInput

Autogenerated input type of InvoiceAnnotationTypeCreateMutation

link GraphQL Schema definition

  • input InvoiceAnnotationTypeCreateMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # Attributes to assign to new invoice annotation type.
  • attributes: InvoiceAnnotationTypeInput!
  • }