You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2019. It is now read-only.
The previous version has the ability to specify formatError function, which allows to log errors and used by me only for logging.
The new version doesn't have anything to log errors.
This is the critical feature.
I want to get an official decision will it be implemented (in some way or another). If yes, when?
As a workaround, I can implement my custom wrapper on top of all resolvers.
The text was updated successfully, but these errors were encountered:
Thank you for reaching out! The solution we are going to implement is logging via graphql-middleware. Originally, I was planning on building that into this plugin, however it actually works better as an enhancer on the GraphQLSchemaToken. I'm working on building one right now, so we will have a solution very soon. I will put you as a subscriber on the diff.
I want to continue a discussion from this PR #166
The previous version has the ability to specify
formatError
function, which allows to log errors and used by me only for logging.The new version doesn't have anything to log errors.
This is the critical feature.
I want to get an official decision will it be implemented (in some way or another). If yes, when?
As a workaround, I can implement my custom wrapper on top of all resolvers.
The text was updated successfully, but these errors were encountered: