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

Improve "Could not find type named" error by citing plugin name or index and location in gql schema #609

Open
hcharley opened this issue Mar 16, 2020 · 0 comments

Comments

@hcharley
Copy link

This error:

((DEV)) @my-ns/server: A serious error occurred when building the initial schema (attempt 9). We'll try again in 8100ms. Error details:
((DEV)) @my-ns/server: Error: Could not find type named 'boolean'.

Would better read as:

Could not find type named 'boolean' in plugin 2 'MyCustomPlugin' in 'Query.myQuery'

As discussed just now in Discord.

@hcharley hcharley changed the title Improve "Could not find type named" error by citing plugin name or index Improve "Could not find type named" error by citing plugin name or index and location in gql schema Mar 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants