Skip to content
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

Apollo queries vs Gatsby Queries (runtime vs buildtime) #67

Closed
sidyes opened this issue Apr 8, 2021 · 0 comments
Closed

Apollo queries vs Gatsby Queries (runtime vs buildtime) #67

sidyes opened this issue Apr 8, 2021 · 0 comments

Comments

@sidyes
Copy link

sidyes commented Apr 8, 2021

Hey there,

awesome theme which gives me a lot of inspiration. But by getting all the products during build time, you wont get any updates as long as you do not trigger a new build, right?

Wouldn't it be better to use apollo for getting the products? By this, you can ensure that your products on the site are always uptodate. even the offline usage would be possible to a certain point as apollo requests are getting cached.

So my question is, why didn't you use apollo in general to get shop data?

@sidyes sidyes closed this as completed May 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant