Apollo server express v3 works like a charm, and it returns properly however, after a while of hitting server on intervals, it returns null instead of the correct response
I can see in the server console log that the returned value is correct in the resolver, but something gets messed up with the graphql itself.
After server restart, it works fine again.
This occurs every once in a while for no apparent reason.
Has anyone encountered the same issue and have a solution for it?