Please Help!! How to Use GET ?? #1095
Replies: 4 comments
-
Why? |
Beta Was this translation helpful? Give feedback.
-
Simply because CDN like Cloudflare support GET request for cache rather than POST But I have found a solution export default function createApolloClient(context) {
} And change the nuxt.config with |
Beta Was this translation helpful? Give feedback.
-
Duplicated issue: #1091 |
Beta Was this translation helpful? Give feedback.
-
This is actually a pretty important use case when you need to take advantage of CDN caching. |
Beta Was this translation helpful? Give feedback.
-
The queries are working with POST by default.
But I need to change it into GET . And I couldn't figure out
`
apollo: {
`
Beta Was this translation helpful? Give feedback.
All reactions