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
Feature request: Support absolute paths in imports.
Allow this: # import 'lib/fragments/FoobarFields.graphql'
# import 'lib/fragments/FoobarFields.graphql'
In place of this: # import '../../../../lib/fragments/FoobarFields.graphql'
# import '../../../../lib/fragments/FoobarFields.graphql'
Particularly helpful since my editor does not autocomplete path nodes in a graphql file.
The text was updated successfully, but these errors were encountered:
This feature would greatly simplify code reorgs. I'm currently untangling a big one, and this would have saved a lot of time.
Sorry, something went wrong.
No branches or pull requests
Feature request: Support absolute paths in imports.
Allow this:
# import 'lib/fragments/FoobarFields.graphql'
In place of this:
# import '../../../../lib/fragments/FoobarFields.graphql'
Particularly helpful since my editor does not autocomplete path nodes in a graphql file.
The text was updated successfully, but these errors were encountered: