ric0
ric0
Mhm, good question. I guess having them on both the graph and the documentation panel would be great. However it depends on you as a maintainer. This is obviously not...
That fixed it :+1: Thank you very much!
I think it would be useful. I implemented it myself adding this code block to `cache.js`: ``` const dataQuery = ({ queries }) => collection.find({ $or: queries }) .toArray() .then(items...
I see, that makes sense. However let me explain further what I am exactly trying to achieve. The stack I'm using is: - Apollo Server - Apollo Server Redis Cache...
Reading and writing locally to the host for performance reason is one thing. However implementing local fault tolerance is my main goal. If host's global replicator fails for whatever reason,...
I'm not actually working on it though I'm planning to upgrade it next month when I'm going to have some spare time. I already took a look at the upgrade...