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
Double pound should be a real comment even if it contains a valid or invalid import directive.
eg:
#import "./file.graphql" <= that will be parsed by this loader ##import "./file2.graphql" <= that will be ignored by this loader
This is helpful in case you want to just comment an import without actually removing it from a file.
The text was updated successfully, but these errors were encountered:
do other tools in the ecosystem have this behavior?
Sorry, something went wrong.
Not that I know of
No branches or pull requests
Double pound should be a real comment even if it contains a valid or invalid import directive.
eg:
This is helpful in case you want to just comment an import without actually removing it from a file.
The text was updated successfully, but these errors were encountered: