graphql-pokemon icon indicating copy to clipboard operation
graphql-pokemon copied to clipboard

feat: add nested data for otherFormes. If you previously requested `otherFormes` you will need to update your query to `otherFormes { species }` to get the nested data.

Open favna opened this issue 8 months ago • 0 comments

[!IMPORTANT] This is blocked by the fact that this currently produces a string over ~1GB in size which causes v8 to throw a RangeError. If I'll find a fix for this I don't know, but I wanted to create this PR so the changes aren't entirely lost.

favna avatar Dec 14 '23 23:12 favna