ENUM

myRoles

List of user roles

link GraphQL Schema definition

  • enum myRoles {
  • # Assigned as the owner of the aircraft
  • OWNER
  • # Assigned as a crew member of the aircraft
  • CREW
  • # Assigned as a personal assistant
  • PERSONAL_ASSISTANT
  • }