PokeAPI / pokedex

PokeAPI's fork for adding gen-8 data.
https://github.com/PokeAPI/pokedex/tree/master-pokeapi/pokeapi
MIT License
43 stars 40 forks source link

Missing Generation IX Pokemons in graphql #142

Closed felipermfalcao closed 1 year ago

felipermfalcao commented 1 year ago

I'm using graphql and in my query all pokemons only have up to 905. The next one is 1001 and it's a variation. Is that so, is the data still being entered or am I querying it wrong?

thank you!

Naramsim commented 1 year ago

I think we need to update the data there

Naramsim commented 1 year ago

I'll try

Naramsim commented 1 year ago

Hi, I updated the service and the data

I checked and data should be there :)

felipermfalcao commented 1 year ago

Hi, I updated the service and the data

I checked and data should be there :)

Yes, I saw it now and the data is there!

Thank you very much!!!!