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
Yet the plugin does not replace ${ENDPOINT} with its value from .env.
I can edit it in the "GraphQL Environment Variables" dialog that I can open by clicking on the "Edit Environment Variables" button in the plugin toolbar, but it should be loaded automatically from the .env file (according to the doc).
The text was updated successfully, but these errors were encountered:
I'm using GraphQL plugin (243.22562.13) in WebStorm 2024.3.1.1.
Here is my
graphql.config.yml
file (in project root):And here is my
.env
file (in project root):Yet the plugin does not replace
${ENDPOINT}
with its value from.env
.I can edit it in the "GraphQL Environment Variables" dialog that I can open by clicking on the "Edit Environment Variables" button in the plugin toolbar, but it should be loaded automatically from the
.env
file (according to the doc).The text was updated successfully, but these errors were encountered: