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
In my workspace, the graphql.config.ts file is located in a subdirectory. That subdirectory is specified in the graphql-config.load.rootDir setting, which is respected by the LSP (autocomplete works), but not in the Operations plugin; I always get the error Error: schema from graphql config.
When I open that subdirectory as the workspace root, it works correctly.
The text was updated successfully, but these errors were encountered:
In my workspace, the
graphql.config.ts
file is located in a subdirectory. That subdirectory is specified in thegraphql-config.load.rootDir
setting, which is respected by the LSP (autocomplete works), but not in the Operations plugin; I always get the errorError: schema from graphql config
.When I open that subdirectory as the workspace root, it works correctly.
The text was updated successfully, but these errors were encountered: