graphql

hlship 2023-04-05T18:13:53.334159Z

I'm still struggling w/ the tests (which use a web socket) pass and the demo app fails and it seems to be some kind of difference once the streamed value is acquired from the streamer; a kind of off-by-one-level-of-the-map issue, perhaps.

hlship 2023-04-05T18:40:35.630219Z

Idea: its a bug in schema/compile, not providing a default :resolve for subscriptions defined as fields of Subscription.

hlship 2023-04-05T18:50:57.329189Z

Yep, that's looking likely.

hlship 2023-04-05T19:02:32.460419Z

That's a relief, looks to be exactly that.

❤️ 1
hlship 2023-04-05T19:14:41.499159Z

https://github.com/walmartlabs/lacinia/issues/440

hlship 2023-04-05T22:57:20.180029Z

FYI: Above is in the new 1.2.1 release

🙌 3
🙌🏻 1