OBJECT

ViewerConfig

link GraphQL Schema definition

1type ViewerConfig {
2
3# User's profile country code
4countryCodeFromIp: String
5
6# User's profile country code
7profileCountryCode: String
8
9}

link Required by