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
Describe the bug
After updating to 2024.3, graphql didn't correctly pick up the api schema, resulting in no types found, and lots of errors.
Setup:
We have a monorepository with one schema package that "compiles" a bunch of graphql files into one api.graphql file.
located in /packages/schema/build/graphql/api.graphql
In our graphql.config.yml, we mention this file directly:
This worked without problems in earlier webstorm versions.
If I move our api.graphql file outside of the build directory it still works as it did before.
The build directory is on the .gitignore and is marked to ignore in the IDE
Operation system: macOS 15.1
IDE name and version: Webstorm 2024.3
Plugin version: 243.21565.122
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
After updating to 2024.3, graphql didn't correctly pick up the api schema, resulting in no types found, and lots of errors.
Setup:
We have a monorepository with one schema package that "compiles" a bunch of graphql files into one
api.graphql
file.located in
/packages/schema/build/graphql/api.graphql
In our
graphql.config.yml
, we mention this file directly:This worked without problems in earlier webstorm versions.
If I move our
api.graphql
file outside of thebuild
directory it still works as it did before.The
build
directory is on the.gitignore
and is marked to ignore in the IDEOperation system: macOS 15.1
IDE name and version: Webstorm 2024.3
Plugin version: 243.21565.122
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: