feat: init
This commit is contained in:
8
.wundergraph/operations/Starters.graphql
Normal file
8
.wundergraph/operations/Starters.graphql
Normal file
@ -0,0 +1,8 @@
|
||||
query Starters {
|
||||
pokemon_pokemons(limit: 12) {
|
||||
results {
|
||||
id
|
||||
name
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user