require-import-fragment
quick fix is not compatible w/ Webpack loader + Jest transform
#1837
Open
1 of 4 tasks
Issue workflow progress
Progress of the issue based on the
Contributor Workflow
Example
Describe the bug
The quick fix for
require-import-fragment
creates an import that doesn't work w/graphql-tag/loader
orjest-transform-graphql
out of the box.To Reproduce Steps to reproduce the behavior:
.graphql
file..graphql
file.Expected behavior
The following import is added:
MyFragment
import#
character./
when in same directoryActual behavior
The following import is added:
Environment:
macOS 13.5.1
@graphql-eslint/eslint-plugin
:3.20.1
v18.12.1
Additional context
N/A
The text was updated successfully, but these errors were encountered: