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
I want to pass url set in the environment variable as follows:
introspection: ${GRAPHQL_URL}
But I am getting this error - Error: The protocol "" is not supported, cannot load "${GRAPHQL_URL}". However, if I replace it with actual URL, it is working correctly. Could someone help me out with this error.
Thanks.
The text was updated successfully, but these errors were encountered:
I want to pass url set in the environment variable as follows:
introspection: ${GRAPHQL_URL}
But I am getting this error -
Error: The protocol "" is not supported, cannot load "${GRAPHQL_URL}"
. However, if I replace it with actual URL, it is working correctly. Could someone help me out with this error.Thanks.
The text was updated successfully, but these errors were encountered: