ENUM

ApprovalStatus

link GraphQL Schema definition

  • enum ApprovalStatus {
  • # Undefined
  • _0
  • # Draft
  • _1
  • # Approved
  • _2
  • }