Countries
No description
type Countries {
supportedCountries: [Country!]!
currentCountry: Country
currentCountryCode: String
isSupported: Boolean!
}
Fields
Countries.supportedCountries
● [Country!]!
non-null object
The list of all supported countries
Countries.currentCountry
● Country
object
The current user country
Countries.currentCountryCode
● String
scalar
The current user country code
Countries.isSupported
● Boolean!
non-null scalar
Whether the user's country is supported or not
Returned By
countries
query