Pavel Nikolov
Pavel Nikolov
Thank you, @svanburen! I would prefer if this is opt-in and the threshold is configurable.
Thanks for reporting. PRs are welcome for fixing this issue. I'll mark it as "Help wanted".
@adyang94 I haven't tried reproducing it lately. If you can reproduce it, PRs are welcome.
If you are using GraphQL over HTTP (which I guess is the case for most of the users of this library), then the ideal solution would be to just use...
My point is that with cache hints/imperative caching you'll not have to see the same query again. If you set the cache-control headers, the response will be cached by your...
> I guess that's less of an issue with this library and more about how you setup your graphql infrastructure Exactly! But do you really need this optimisation? Is this...
This (together with persisted queries) has been on my TODO list for more than a year now. Iād much rather cache the responses in a CDN, than optimize the library....
I'm trying to respond promptly to all new issues and PRs. I'm sorry for the delay on existing PRs. I'll review shortly.
I wonder if this can be done in a way that doesn't introduce a breaking change š¤
> > I wonder if this can be done in a way that doesn't introduce a breaking change š¤ > > It don't break compatibility. All above codes can correctly...