Initial Wundergraph Setup
This commit is contained in:
6
.wundergraph/operations/Continents.graphql
Normal file
6
.wundergraph/operations/Continents.graphql
Normal file
@ -0,0 +1,6 @@
|
||||
query Continents {
|
||||
countries_continents {
|
||||
name
|
||||
code
|
||||
}
|
||||
}
|
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
|
||||
}
|
||||
}
|
6
.wundergraph/operations/Dragons.graphql
Normal file
6
.wundergraph/operations/Dragons.graphql
Normal file
@ -0,0 +1,6 @@
|
||||
query Dragons {
|
||||
spacex_dragons {
|
||||
name
|
||||
active
|
||||
}
|
||||
}
|
6
.wundergraph/operations/Projects.graphql
Normal file
6
.wundergraph/operations/Projects.graphql
Normal file
@ -0,0 +1,6 @@
|
||||
query Projects {
|
||||
directus_projects {
|
||||
id
|
||||
text
|
||||
}
|
||||
}
|
6
.wundergraph/operations/Todos.graphql
Normal file
6
.wundergraph/operations/Todos.graphql
Normal file
@ -0,0 +1,6 @@
|
||||
query Projects {
|
||||
directus_todos {
|
||||
id
|
||||
task
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user