would I have to add all the pokemon on to an enum?
# prisma-whats-new
d
would I have to add all the pokemon on to an enum?
a
Assuming there are a few bracket errors etc. in your data representation and you actually meant to show a JSON data structure, the field type could be JSON. But that limits the possibilities to query/filter/search within that field. Otherwise, you need to process the data that is returned from the remote API and create actual nodes for it.
d
Gotcha, that makes sense