UserType Enum
The UserType
enum represents the situation of the user.
Possible Values
#
STUDENT
The user is a student
SCHOOL
The user is a school
COMPANY
The user is a company
ADMIN
The user is an admin
Usages
#
References
#
- Argument type of field updateUser from type Mutation
- Argument type of field signUp from type Mutation
- Field type from User
Previous
User