Initial Wundergraph Setup

This commit is contained in:
Samuel Andert
2023-08-25 09:45:46 +02:00
commit 842cd376cc
33 changed files with 9654 additions and 0 deletions

View File

@ -0,0 +1,7 @@
query Countries($filter: countries_CountryFilterInput) {
countries_countries(filter: $filter) {
code
name
capital
}
}