ENUM

CustomerPortalContactAccess

The type of contacts that can access the customer portal.

link GraphQL Schema definition

  • enum CustomerPortalContactAccess {
  • # All contacts
  • ALL
  • # Primary contacts only
  • PRIMARY
  • }