You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It works if I don't use a glob expression and directly point my file.
What is the reason behind this? Because it can easily done by the glob expression itself.
The text was updated successfully, but these errors were encountered:
I tested using version 0.8.2-alpha-d68e52d.1 of @graphql-toolkit/core in resolutions (wasn't sure which package you were mentionning), and it worked!
Thank you 👍
Since version 1.9.X of graphql-codegen I'm unable to parse my graphql documents located in my test files (ending by
.spec.ts
).I found in the source code this line causing these files to be ignored:
graphql-toolkit/packages/core/src/load-typedefs.ts
Line 169 in 155dcb2
It works if I don't use a glob expression and directly point my file.
What is the reason behind this? Because it can easily done by the glob expression itself.
The text was updated successfully, but these errors were encountered: