INPUT_OBJECT
Attributes for creating or updating an invoice annotation
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!}