This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
Replies: 1 comment 1 reply
-
Do you use GraphQL with GET requests and query params or POST? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
At the moment i'm working on a headless implementation of Craft with GraphQL
We're used to Upper generating the correct Cache Tags in the header so we can clear by Tag when entries are saved.
However, when using graphql we obviously don't get this information.
I was contemplating on building the cache tags based on what we query (e.g. query the ID for elements as well) but this seems something flaky.
Anyone with a suggestion or hint on how to go about this?
Beta Was this translation helpful? Give feedback.
All reactions