graphql-pokemon
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.
[!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.