wallet.andert.me/.wundergraph/operations/Countries.graphql

8 lines
126 B
GraphQL
Raw Normal View History

2023-08-25 07:45:46 +00:00
query Countries($filter: countries_CountryFilterInput) {
countries_countries(filter: $filter) {
code
name
capital
}
}