OBJECT

BrandPortalSettings

Brand portal settings configure how a company can interact with the brand portal.

link GraphQL Schema definition

1type BrandPortalSettings {
2
3# This determines whether or not a company can access all games in brand portal.
4canAccessAllGames: Boolean!
5
6# This determines whether or not a company can access the Brand Portal.
7isEnabled: Boolean!
8
9}