ENUM

InvoiceType

The possible invoice types

link GraphQL Schema definition

  • enum InvoiceType {
  • # Invoice's type is purchase
  • PURCHASE
  • # Invoice's type is sale
  • SALE
  • # Invoice's type is various
  • VARIOUS
  • }