rahuljayaraman/doctrine-graphql

Allow wrapping getter code

Opened this issue · 0 comments

Most of my current entities are used in a REST API. It's hard to push Authorization logic down to the domain without breaking services. Passing some sort of proxy object which wraps all getter methods might solve this.