1

I'm using makeExecutableSchema from graphql-tools and I'm using the logger parameter to log errors. However, the logger is never called in success requests.
Is there a way to log success requests?

Joe Warner
  • 3,335
  • 1
  • 14
  • 41
  • Depending on the server you are using underneath you can use simple Http Middleware for that. E.g. for express: https://npms.io/search?q=express+log – Herku Jul 03 '18 at 13:12

0 Answers0