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.
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.