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
I am having the same issues. I use swapi-graphql for an introductory workshop to GraphQL – back in October everything used to be fine but today all participants complained that about null values.
The current implementation doesn't fetch all the necessary item-level data, which leads to incomplete cache results. This PR addresses the issue by retrieving full details for each resource entry: #243
There must be something wrong with schemas or the way the individual records are fetched.
Example:
null
The text was updated successfully, but these errors were encountered: