ENUM

InvoiceStatus

link GraphQL Schema definition

  • enum InvoiceStatus {
  • # Draft
  • DRAFT
  • # Issued
  • ISSUED
  • }