ENUM

UserPermission

User permissions

link GraphQL Schema definition

  • enum UserPermission {
  • # Allows the user to add value to gift cards during the checkout process
  • PERMISSION_FOUR
  • # Can access location manager, member manager, and menu manager
  • PERMISSION_ONE
  • # Can receive the daily reporting email
  • PERMISSION_THREE
  • # Can use Point of Sale manager functions
  • PERMISSION_TWO
  • }