-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dynamically fetch data from a blog with GraphQL #3068
Labels
type: question or discussion
Issue discussing or asking a question about Gatsby
Comments
Closing per #3054 |
Hi @bjrn, Thanks and yes, I closed the issue a few minutes ago. |
fk
added
the
type: question or discussion
Issue discussing or asking a question about Gatsby
label
Dec 4, 2017
How does this work in production? Do I rebuild and deploy every time a new post is added? @ivorpad |
@krsjoseph Check this PR #3293 I haven't test it though. |
This was referenced Sep 17, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since GraphQL queries are run at build time, how do I dynamically load data from a blog? I'm using gatsby-source-wordpress.
Everytime I create a new post I have to stop the server and start it again.
Thanks.
The text was updated successfully, but these errors were encountered: