vscode-graphql
vscode-graphql copied to clipboard
Extension configuration through .env files, is it possible?
Hi,
I have a React application and I use ViteJs as a Front End Tooling.
My application is configured through .env files: in these files I also put the url to the GraphQl service (backend).
How can I read the GraphQl service url from .env files and properly setup apollo.config.js
file?
Is it possible?
Could you please provide an example?
Many thanks in advance, Mauro