You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an existing issue or pull request for this?
I have searched the existing issues and pull requests
Feature description
Currently the otherFormes field for a Pokemon is an array of strings, however, this field could be a nested reference to the actual Pokémon. This is currently blocked by #900 as v8 cannot handle so much data, but once that issue is resolved this should be changed.
Desired solution
The otherFormes should be a [Pokemon!] type instead of a [String!] type
Is there an existing issue or pull request for this?
Feature description
Currently the
otherFormes
field for aPokemon
is an array of strings, however, this field could be a nested reference to the actual Pokémon. This is currently blocked by #900 as v8 cannot handle so much data, but once that issue is resolved this should be changed.Desired solution
otherFormes
should be a[Pokemon!]
type instead of a[String!]
typeAlternatives considered
N.A.
Additional context
The bulk of the changes are already done in #899.
The text was updated successfully, but these errors were encountered: