Ability to run graphql queries within gatsby SSR APIs #32430
Unanswered
herecydev
asked this question in
Ideas / Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like the ability to run graphql queries so that I can populate head attributes with some dynamic content:
The only viable alternative is to use react-helmet and use static queries/page queries but that puts an unnecessary requirement on runtime components. Alternatively is there a way to pass data from gatsby node apis through to the ssr apis?
Beta Was this translation helpful? Give feedback.
All reactions