Non existent query in .graphql file imported in JS goes through compilation without any error #1150
Unanswered
ajayjindal
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I guess there is a way to lint these cases with ESLint:
If there will be more interest for community I can write it someday |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I am in need of help as we are facing discrepancy with graphql usage in reactJS, which slipped through without any compilation error and caused a runtime production issue.
scenario:
abc.graphql
in my ReactJS app:
xyz.js
The Problem
The issue is
getFewItems
query does not exist in my graphql file and i am using it in my JS files, there is no error while compiling or in vscode editor, issue will occur only on runtime.ideally we would want a behaviour of linting this missing-export in graphql file imports itself while developing and in ci compilation.
we are using the babel plugin correctly as mentioned in docs along with webpack( graphql-tag/loader ) one as well , but they doesn’t throw any error.
Would be grateful for any help on how we can achieve this behaviour.
Thanks, Ajay
Beta Was this translation helpful? Give feedback.
All reactions