I am using graphql middleware in graphql-yoga to l...
# orm-help
u
I am using graphql middleware in graphql-yoga to log requests to server. The issue that I am facing is that that the middleware intercepts both input and result to any query or mutation. Is there any way where I can just log what the user request is/was ? I don't want the result of his request to be shown in the logs.