youshido-php / GraphQLBundle

Pure PHP implementation of GraphQL Server – Symfony Bundle
MIT License
284 stars 44 forks source link

Allows resolve event listeners to override or manipulate the resolved result #63

Closed iainmckay closed 7 years ago

iainmckay commented 7 years ago

We have a use case for translations. Internally we use keys and only translate at the edge of our application. This allows us to easily intercept these values and translate them.

It seems fair that someone listening to post_resolve would want the value also.