Replies: 1 comment 1 reply
-
Please share a reproduction on CodeSandbox or StackBlitz. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a remotely hosted schema.gql file. The documentation says:
I add that package and adjust my configuration:
it fails saying
[ERROR] SyntaxError: Unexpected token < in JSON at position 0
. If I try a schema likehttps://api.spacex.land/graphql/
it works, so, I think it's not looking for a single file, it's looking for a graphql endpoint.How can I load a single schema file remotely?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions