ENUM

OnboardingStatus

link GraphQL Schema definition

  • enum OnboardingStatus {
  • # The onboarding process was not started by the agency company.
  • NOT_STARTED
  • # The company started the onboarding and need to provide basic information.
  • AGENCY_COMPANY_INFORMATION_SETUP
  • # The company has completed the basic information section and need to send
  • # connection requests to schools.
  • CONNECT_TO_SCHOOLS
  • # The company has sent connection requests to schools and need to invite schools
  • # to join Edvisor.
  • INVITE_SCHOOLS_TO_JOIN_EDVISOR
  • # The company completed the onboarding process.
  • COMPLETED
  • }