graphql

hlship 2019-10-16T15:17:49.027100Z

My big concern is the small change in behavior related to when the query execution code throws an exception. The sync code resolves the exception from the promise and re-throws it. lacinia-pedestal will need a change to do something similar, as might your code.

gklijs 2019-10-16T15:54:04.027200Z

Might be interesting to see what it does to performance. Of there is a lacinia-pedestal with the changes I could put it through a subscription performance test?