wallet.andert.me/.wundergraph/operations/Countries.graphql
2023-08-25 09:45:46 +02:00

8 lines
126 B
GraphQL

query Countries($filter: countries_CountryFilterInput) {
countries_countries(filter: $filter) {
code
name
capital
}
}