UserEmploymentStatus
Possible variants of the employment status(if applicable) of a user.
enum UserEmploymentStatus {
full_time
part_time
unemployed
}
Values
UserEmploymentStatus.full_time
UserEmploymentStatus.part_time
UserEmploymentStatus.unemployed
Member Of
MutationCreateUserInput input ● MutationSignUpInput input ● MutationUpdateCurrentUserInput input ● MutationUpdateUserInput input ● User object