InsightsCountry
No description
type InsightsCountry {
countryType: InsightsCountryType!
countriesSortedByBookings: [String]!
}
Fields
InsightsCountry.countryType
● InsightsCountryType!
non-null enum
InsightsCountry.countriesSortedByBookings
● [String]!
non-null scalar
Member Of
ProfileData
object