Tom Oeste

Results 1 issues of Tom Oeste

By default, `apollo-datasource-rest` stringifies responses when setting cached values: https://github.com/StarpTech/apollo-datasource-http/blob/main/src/http-data-source.ts#L349. (Responses are not stringified when caching for memoization: https://github.com/StarpTech/apollo-datasource-http/blob/main/src/http-data-source.ts#L343.) The underlying `KeyValueCache` from Apollo Server allows non-string types for the...