Fork me on GitHub
#graphql
<
2017-11-09
>
souenzzo01:11:00

@hlship I'm copy'n'paste some com.walmartlabs.lacinia.pedestal code just to allow :app-context be a function (that takes ctx and returns ctx). Will a PR be welcome?

hlship18:11:23

I think you'll find in the next release that you'll be able to control this nicely by replacing the default interceptor (the one that provides the app context) with your own.

souenzzo19:11:47

I think I need to control the interceptors myself. Tonight I'll try.

hlship19:11:35

Check what's coming in the next lacinia-pedestal. Several changes that make overriding the interceptors much easier.