Subscriptions Lambda Field Resolver

yeah, this is not supported as of now because it may create a performance issue as lambda or custom field require network call. And subscriptions currently do polling to listen for any changes , and having the custom or lambda field reuire to make those many network calls.

But there are discussions to have the event-based design of subscriptions then i guess it will be easy to support.