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
Currently, graphql-mode only looks for a single .graphqlconfig file. While this works okay, other editors/plugins such as IntelliJ etc will recommend upgrading to the v3 file format, as per these migration notes. Any project that has upgraded to the v3 file format will cease to work with graphql-mode and show the Could not find a .graphqlconfig file error message.
Currently,
graphql-mode
only looks for a single.graphqlconfig
file. While this works okay, other editors/plugins such as IntelliJ etc will recommend upgrading to the v3 file format, as per these migration notes. Any project that has upgraded to the v3 file format will cease to work withgraphql-mode
and show theCould not find a .graphqlconfig file
error message.The (backward-incompatible) v3 file lookup allows for any of the following:
I don't think the
graphql-mode
package needs to support all of the above, but at least the json and yaml versions should be supported.The text was updated successfully, but these errors were encountered: