favware/graphql-pokemon

request: paginate the response of `getFuzzy{Ability, Pokemon, Item, Learnset, Move}` queries to ensure data size doesn't overflow max limit

favna opened this issue · 0 comments

favna commented

Is there an existing issue or pull request for this?

  • I have searched the existing issues and pull requests

Feature description

Following issue #900 the same should be applied to the getFuzzy{Ability, Pokemon, Item, Learnset, Move} queries so they forcibly use pagination as well.

Desired solution

For details refer to #900

Alternatives considered

N.A.

Additional context

No response