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
Hi @miguelt1, could you share more about your setup? Since the query is called just once during Gatsby's bootstrapping phase, we aren't looping over content where variables normally would be used.
What kind of variables would you want to use?
For now, you can interpolate values into your query option since it is just a string. Any data available in your gatsby-node.js (which means anything you can do in Node.js, like reading a file or loading environment variables), can be added to your query via string interpolation.
In query I would like to have a dynamic variable to filter, that variable would be like a context variable, is that possible?
The text was updated successfully, but these errors were encountered: