graphql/mesh/docs/guides/dynamic-vars #5330
Replies: 1 comment
-
For dynamic env variables to work you have to surround the input with single quotation marks without leaving space. Example: Seems like this could be improved at interpolator class, its parse method is receiving { MS_URL: null } (an object) in the first case when it's expecting a string input thus breaking 🤔 . I'm open to submit a PR for the docs if you want adding the single quotation marks with a small warning, but I think I'm not confident enough to modify the source code. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
graphql/mesh/docs/guides/dynamic-vars
Learn how to use dynamic values in GraphQL Mesh configuration setup with env and runtime variables, including operation-specific and globally available variables.
https://the-guild.dev/graphql/mesh/docs/guides/dynamic-vars
Beta Was this translation helpful? Give feedback.
All reactions