ENUM

AllocationStatusTypes

link GraphQL Schema definition

  • enum AllocationStatusTypes {
  • # Allocation that hasn't been responded to.
  • pending
  • # Allocation that has been confirmed.
  • confirmed
  • # Allocation that has been declined.
  • declined
  • }