-
Notifications
You must be signed in to change notification settings - Fork 46
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
Names must not start with two underscores __
#743
Comments
|
|
I wrote the above with the incorrect assumption that every single |
The reserved name bit of spec does say "Any Name within a GraphQL type system" though. Type system being a schema. 🤔 |
oh, my bad, you're right. |
Description
The Specification declares the following:
Currently, this is not satisfied by
[email protected]
and has been forgotten in PR #713Steps to reproduce
Validate the following schema which has some of such invalid names defined:
Here a code sample.
Expected result
The validation should fail and have some respective diagnostics.
Actual result
The validation succeeds.
Environment
apollo-rs
crate: apollo-compilerThe text was updated successfully, but these errors were encountered: