node-cache icon indicating copy to clipboard operation
node-cache copied to clipboard

Graphql result sometimes broken

Open GimignanoF opened this issue 6 years ago • 0 comments

I'm trying this package,gotta say is awesome and saved me a LOT of MongoDB connections! Kudos! 😁 That being said, when I do a GraphQL request, sometimes I get a strange result. Something like this

{ "data": { "__schema": { .... } } }

This happens rarely, and it seems to happen only when the query result has not been cached yet. But when it happens is of course annoying. I don't know what could be the cause for this, and as I said this happens rarely so is also hard to reproduce, but I've setup a repository with the code I'm using. Maybe is there something wrong in how I implemented or registered the package? :/ https://github.com/GimignanoF/Test-GraphQL

GimignanoF avatar Nov 22 '19 14:11 GimignanoF