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
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
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