Brian Quinn
Brian Quinn
Depending on what exact behavior you want you may want to look at https://www.apollographql.com/docs/apollo-server/integrations/plugins/#didresolveoperation Seems like you could forgo the execution of the requested operation if you found an invalid...
You could use `formatError` but it sounds like you didn't want to throw an error or log it to a console. For `formatError` to execute, an uncaught error in parse,...
I would also like to know the answer to the last comment (bunyan development has stopped)... as I have recently incorporated bunyan into a project and came upon this situation...