Fork me on GitHub
#graphql
<
2018-10-25
>
lxsli15:10:38

I'm using it with yada

lxsli15:10:58

There's not very much interaction once the routing is set up

hlship15:10:59

It is intended to be simple ... until you throw the subscriptions/web-sockets monkey wrench into the mix.

hlship15:10:02

We like Pedestal because the interceptor model makes it easier to inject lots of extra logic (such as auth) in around the existing bits.

hiredman16:10:08

I am using lacinia to process graphql sent over http://socket.io (as opposed to an http get or post)

dominicm17:10:21

@hlship Yada's integration of lacinia is a lot shorter, mostly because things like json/websockets are handled already elsewhere. I can't remember what else you had to implement that we didn't :thinking_face: There was a few things.

hlship18:10:07

Do you have the Yada stuff in a OSS lib; we could certainly have the Lacinia and even lacinia-pedestal pages link to it.

dominicm20:10:31

We have about 60 lines in edge. The answer is no at the moment I guess though. It's intended to happen though. When it does I'll report back 😊