graphql

2019-03-27T09:05:19.109800Z

@urzds lacinia-pedestal will put your connection payload under :connection-params in the pedestal context. You can then write your own interceptor to read this and do whatever you want to do (i.e. set up the lacinia-app-context) and inject your interceptor into the listener-fn-factory using :subscription-interceptors

urzds 2019-05-14T09:41:47.099200Z

Thanks! It worked. 🙂

urzds 2019-03-27T10:37:36.110Z

@oliy Thanks!

🐶 1