INPUT_OBJECT

InvoiceAnnotationTypeInput

Attributes for creating or updating an invoice annotation type

link GraphQL Schema definition

  • input InvoiceAnnotationTypeInput {
  • # Name of the invoice annotation type. Must be unique amongst non-discarded
  • # invoice annotation types.
  • name: String!
  • # Description of the invoice annotation type. Will be presented as instructions to
  • # the people creating an invoice annotation of this type.
  • description: String!
  • creatableByCustomer: Boolean
  • creatableBySeller: Boolean
  • creatableByOperator: Boolean
  • viewableByCustomer: Boolean
  • viewableBySeller: Boolean
  • viewableByOperator: Boolean
  • editableByCustomer: Boolean
  • editableBySeller: Boolean
  • editableByOperator: Boolean
  • resolvableByCustomer: Boolean
  • resolvableBySeller: Boolean
  • resolvableByOperator: Boolean
  • }