Fork me on GitHub
#graphql
<
2022-08-12
>
hlship15:08:51

It's been a little longer than I expected, but I'm using some of my 20% time at Cognitect to work on issues and PRs in lacinia. It's good to be back.

2
thanks3 6
👍 6
❤️ 2
hlship16:08:02

Just pushed lacinia 1.2-alpha-2 to clojars

❤️ 1
hlship17:08:26

I'm looking at https://github.com/walmartlabs/lacinia-pedestal/issues/112 and I'm throwing the floor open about what the lacinia-pedestal behavior should be when an operation times out. My initial take is that the lacinia-pedestal handler should throw an exception so that an application-specific interceptor can handle the exception - that interceptor could log the exception and decide what kind of response to send to the client.