ENUM

AssociateTypeEnum

The list of the available associate types.

link GraphQL Schema definition

  • enum AssociateTypeEnum {
  • # An Administrator has full access, including access to management
  • ADMIN
  • # An Associate has access to everything configured by the administrators
  • ASSOCIATE
  • # A Support has very limited access to certain administrations and information
  • SUPPORT
  • }