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
Hey @mcg-web ! As title said, I'd like to add the ExecutorArgumentsEvent in the ExecutorResultEvent of the executor Overblog\GraphQLBundle\Request\Executor.
What do you think? I need a way to know what was the operation, variables, etc... and what was the result of an executed function. It can be useful for logging and others use cases. Mine is the ability to know the operation and result in order to publish it in a redis pub/sub and handle it in a nodejs subscription server.
If it's ok for you, I will write a PR (there is no BC break, just an additional property on the ExecutorResultEvent.