INPUT_OBJECT

InvoiceAnnotationInput

Attributes for creating or updating an invoice annotation

link GraphQL Schema definition

  • input InvoiceAnnotationInput {
  • # Content of the invoice annotation. What is considered valid content will vary
  • # depending on the invoice annotation type.
  • content: String!
  • # Has this annotation been resolved?
  • resolved: Boolean!
  • }