ENUM

EmploymentStatus

link GraphQL Schema definition

  • enum EmploymentStatus {
  • FullTime
  • PartTime
  • SelfEmployed
  • Unemployed
  • Homemaker
  • Student
  • Military
  • Retired
  • UnabletoWork
  • }