Initial Wundergraph Setup
This commit is contained in:
7
.wundergraph/operations/Countries.graphql
Normal file
7
.wundergraph/operations/Countries.graphql
Normal file
@ -0,0 +1,7 @@
|
||||
query Countries($filter: countries_CountryFilterInput) {
|
||||
countries_countries(filter: $filter) {
|
||||
code
|
||||
name
|
||||
capital
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user