Fork me on GitHub
#graphql
<
2017-10-30
>
souenzzo00:10:05

Someone is using lacinia with #re-frame or #om frontend?

amar01:10:04

@souenzzo yes. with re-frame.

souenzzo12:10:05

What you use to generate graphql? back/front talk json? transit?

danielneal13:10:52

I use JSON, I just use graphql queries (with variables) as strings and provide the variables as json params. I haven't had to do anything more complicated than that yet, so haven't used anything to turn a clojure datastructure->graphql

souenzzo14:10:53

@U051H1KL1 did you use qualified keywords? how to deal once lacinia dosen't support it.

danielneal14:10:38

We use qualified keywords internally, just not in the transport. I add namespaces to keys in the client. I don't have a clever way of doing, it, I just know e.g. if I requested products, to give them product namespace.

danielneal14:10:04

probably there's a better way

souenzzo14:10:40

I started to build this setup too. I decided to probe to see if there is any "standard" solution.

guy12:10:05

Hi, does anyone have an example of using input-objects: ? I can’t seem to see any in any of the tutorials/sample projects.

guy12:10:17

ah nvm found one!