Skip to content
New issue

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

Cannot extend type "<some-type>" because it is not defined #61

Open
alexbjorlig opened this issue Mar 18, 2022 · 0 comments
Open

Cannot extend type "<some-type>" because it is not defined #61

alexbjorlig opened this issue Mar 18, 2022 · 0 comments

Comments

@alexbjorlig
Copy link

alexbjorlig commented Mar 18, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant