countries
Get all available countries for the store
Authentication
Public Access: Accessible with the public API key
Query Structure
{
countries {
# Fields from Country type
}
}Arguments
This query does not accept any arguments.
Return Type
Returns a list of Country objects containing country information available for the store.
Example
{
countries {
code
name
continent
}
}