Replies: 1 comment 7 replies
-
@MichalLytek please have you seen this. it wowuld be much appreciated to give any advice on this |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, thanks a lot for this amazing package!
I'm currently looking to implement server side caching with Apollo 3 and I didn't find a lot of references.
Any ideas or sample implementations I could use to do it?
Few references of related things I found out here:
apollo-cache-control
has been deprecated.@Directive
decorator #369 : Hence it's possible to use@Directive("@cacheControl(maxAge: 60, scope: PUBLIC)")
for example. However, Apollo doesn't catch the directives.Are you able to make a PR that fix this?
I'd love to do that but I didn't find any solution to make it work yet.
Beta Was this translation helpful? Give feedback.
All reactions