In my nodejs application I use graphql with express-graphql.
I can't see any cache option that library provide. How should I do the cache for graphql requests? (I need to support get
and post
)
In my nodejs application I use graphql with express-graphql.
I can't see any cache option that library provide. How should I do the cache for graphql requests? (I need to support get
and post
)