Jack Li
Jack Li
I have been thinking about stickying redis into the mongoose exec function, will this work with this package? It is calling mongoose under the hood so technically it should work...
Thx for the response! I looked into the apollo server options. The first thing I was confused about is how do we define these field caches when the schema is...
My bad, it does support database as a data source, but I am confused about how will this work with this package? I meant didn't we converted mongoose into query...
I am attempting to cache the full GQL response rn, which uses apollo-server-plugin-response-cache and apollo-server-cache-redis because this seems to be the most reasonable solution atm. Is this something closer to...
I tried both includeEmail and userProfileURL with include_email parameter set to true and they still don't work. includeEmail doesn't return profile.emails, and userProfileURL with a include_email query will throw 500...