RoleType

GraphQL schema definition

  • enum RoleType{
  • VIEWER,
  • EDITOR,
  • ADMIN,
  • EXECUTOR,
  • SPECIFIC,
  • }

Required by