lastmjs
10/04/2017, 8:57 PMAll the functionality that you can implement with resolvers can also be implemented through the Proxy Layer. It is up to you where you want to put certain functionality. The Proxy Layer should generally be considered for more advanced use cases though - if your use case is rather simple and you only have a few resolvers to be implemented, the Proxy Layer might be an overkill.