ENUM
myRoles
List of user roles
link GraphQL Schema definition
- enum myRoles {
- # Assigned as the owner of the aircraft
- # Assigned as a crew member of the aircraft
- # Assigned as a personal assistant
- }
ENUM
List of user roles
- enum myRoles {
- # Assigned as the owner of the aircraft
- # Assigned as a crew member of the aircraft
- # Assigned as a personal assistant
- }