5 ms·
Thanks for the quick (good news) answer. I’ve more questions We use Apollo client, I’m worried about 2 specific features of it: Batch queries [1], we’re curre
by hcentelles 5y ago
Thanks for the quick (good news) answer. I’ve more questions
We use Apollo client, I’m worried about 2 specific features of it:
Batch queries [1], we’re currently using it.
Persisted queries [2], we’re planning to using it.
Are those compatible with GraphCDN?
1. https://www.apollographql.com/docs/react/api/link/apollo-link-batch-http/ https://www.apollographql.com/docs/react/api/link/apollo-lin...
2. https://www.apollographql.com/docs/react/api/link/persisted-queries/ https://www.apollographql.com/docs/react/api/link/persisted-...
- mxstbr 5y agoWe "support" batched and persisted queries in the sense that we don't break them, we pass them through to your origin, but we don't currently analyse them. Caching / analytics support for both of them is on our roadmap[0] in the near-term for sure! [0]: https://graphcdn.io/feedback https://graphcdn.io/feedback
- hcentelles 5y agoOh, it seems like I’ll have to wait for that, at least for batch queries support. I’ll try to keep myself updated on your changelog.