epicasino / GottaDex

A small application that helps track your progress on completing the National Pokedex.
MIT License
0 stars 0 forks source link

pokemon types of catches in backend database #7

Closed epicasino closed 1 day ago

epicasino commented 1 week ago

for each pokemon in pokedex:

for each form in pokemon:

epicasino commented 1 week ago

Pokemon.js Pokemon Schema:

Pokemon.js Form Schema:

typedefs.js Pokemon type:

typedefs.js Pokemon input:

typedefs.js Form type:

typedefs.js Form input:

pokemonInfo.js: