Apollo GraphQL & Swift nested jsonb not allowing me to query
I finished watching some videos on how to use GraphQL in iOS. I’m trying to practice writing queries and I thought maybe I would use PokeAPI GraphQL. Now I wrote a query that fetches a single Pokemon with the following: id, name, order, types & sprites. Now the query works if I don’t add the sprites. Also the sprites type is jsonb! don’t really know what this is but was able to use it to get the info I wanted from the sprites. Here is how the query looks like.