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 accepts no arguments.
Return Type
Returns a list of Country objects containing information about each available country in the store.
Example
{
countries {
code
name
continent
}
}