graphql-pokemon
graphql-pokemon copied to clipboard
request: natures data
Is there an existing issue or pull request for this?
- [X] I have searched the existing issues and pull requests
Feature description
This API has endpoints for various things already, it would be nice if natures were also added. Each nature should list:
- Preferred flavors
- Disliked flavors
- Boosting stat
- Detrimental stat
Desired solution
Two new queries:
-
getNature
which gets an argument ofname: Nature!
-
getAllNatures
which gets all natures
Alternatives considered
n.a.
Additional context
No response