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
Im trying to get introspective schema on my android client. for that Im using following command. apollo-codegen download-schema http://swapi.graphene-python.org/--output schema.json
But it returns me following error: error: Error while fetching introspection query result: invalid json response body at http://swapi.graphene-python.org/ reason: Unexpected token < in JSON at position 1
I require schema.json at client side to query the server.
Kindly guide.
Thank you.
The text was updated successfully, but these errors were encountered:
Hello Team,
Im trying to get introspective schema on my android client. for that Im using following command.
apollo-codegen download-schema http://swapi.graphene-python.org/--output schema.json
But it returns me following error:
error: Error while fetching introspection query result: invalid json response body at http://swapi.graphene-python.org/ reason: Unexpected token < in JSON at position 1
I require schema.json at client side to query the server.
Kindly guide.
Thank you.
The text was updated successfully, but these errors were encountered: