We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If i extend types in my client-only schema, I get the above errors.
After some investigation, I found out that this actually only happens when reading the schema from a localhost URL like:
service: { name: <some-name>, url: 'http://localhost:3000/graphql', skipSSLValidation: true, },
When looking at my server, it actually does not look like the local URL is being used at all?
┆Issue is synchronized with this Jira Task by Unito
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If i extend types in my client-only schema, I get the above errors.
After some investigation, I found out that this actually only happens when reading the schema from a localhost URL like:
When looking at my server, it actually does not look like the local URL is being used at all?
┆Issue is synchronized with this Jira Task by Unito
The text was updated successfully, but these errors were encountered: