OBJECT
CountryPreferences
Location-related preferences of a user
link GraphQL Schema definition
- type CountryPreferences {
- # Language used in the User Interface (in ISO format)
- : Locale
- # Languages spoken by the user (in ISO format)
- : [String!]!
- # Preferred Timezone of the User (ie: "Europe/Paris"
- : String
- # Preferred format used for the date (ie: 31/12/2023 or 2023-12-31 or 12/31/2023)
- : DateFormat
- # Preferred format used for the time: Classic (ie: 13:55) or Meridian (ie: 01:55
- # pm)
- : TimeFormat
- }
link Require by
- BotSome bot that interacts with visitors.
- DeveloperExternal or internal developer that implements applications that interact with iAdvize
- ExpertAn ambassador who interacts with visitors.
- IbbuManagerAn Ibbu manager user internal to iAdvize
- ProfessionalA professional agent employed by a brand ('Admin', 'Manager' or 'Operator')
- Usernull