wundergraph.andert.me/.wundergraph/operations/Starters.graphql
Nithin Kumar B 53e657d7ae feat: init
2022-10-28 18:12:05 +05:30

9 lines
119 B
GraphQL

query Starters {
pokemon_pokemons(limit: 12) {
results {
id
name
}
}
}