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
when I manually download the schema from the playground (I mean the right side Schema button and then pressed on download btn ) to use it for an android client the introspectionSchema.json that I got has many errors
when I use the JSON file to generate models always got this error
**Failed to locate schema root node __schema
also if I put the whole JSON object inside these { "data": { "__schema": { here } } }
then i got this error
**Required value 'types_' (JSON name 'types') missing at $.data.__schema
so i realised that the downloaded json file is uncompleted for some reason
The text was updated successfully, but these errors were encountered:
Amrhalawani
changed the title
introspectionSchema.json not completed
Downloaded introspectionSchema.json File is not completed
Jan 18, 2021
for instance, I will use
https://apollo-fullstack-tutorial.herokuapp.com/graphql
when I manually download the schema from the playground (I mean the right side Schema button and then pressed on download btn ) to use it for an android client the introspectionSchema.json that I got has many errors
when I use the JSON file to generate models always got this error
**Failed to locate schema root node
__schema
also if I put the whole JSON object inside these
{ "data": { "__schema": { here } } }
then i got this error
**Required value 'types_' (JSON name 'types') missing at $.data.__schema
so i realised that the downloaded json file is uncompleted for some reason
The text was updated successfully, but these errors were encountered: