Cache control header is supposed to be inferred from the received HTTP responses within a GraphQLRequestContext.
The current implementation is logically incorrect and lacks test.
Technical Requirement
- Cache Information could be stored within RequestContext
- Minimum TTL could be evaluated from RequestContext and then set in header.
Cache control header is supposed to be inferred from the received HTTP responses within a GraphQLRequestContext.
The current implementation is logically incorrect and lacks test.
Technical Requirement