Schema Documentation
allowedCountryStates
Description
Countries that the store sells to
Response
Returns [CountryState]
Arguments
Name | Description |
---|---|
country - CountriesEnum! | Target country |
Example
Query
query allowedCountryStates($country: CountriesEnum!){ allowedCountryStates(country: $country){ codename }}
Variables
{"country":"AD"}
Response
{"data":{"allowedCountryStates":[{"code":"abc123","name":"xyz789"}]}}