Fork me on GitHub
#graphql
<
2017-12-04
>
buzzdan07:12:18

hi all does anyone know a clojure implementation of dataloader ?

buzzdan09:12:26

@hlship how can i define lacinia server security such as maximum query depth, throttling etc... ?

hlship17:12:43

Short form: that's outside of Lacinia's mandate.

hlship17:12:55

So, it's the kind of thing you handle with Pedestal interceptors in an application-specific way.

hlship17:12:15

But, lacinia-pedestal organizes things already into interceptors so that you can slip your own into the flow.

hlship17:12:30

I expect to eventually cover all this in the tutorial.

buzzdan11:12:58

@hlship thanks for the reply i'm still not too familiar with graphql generly (just getting into it) and try to learn from: https://www.howtographql.com Will it be possible to add a lacinia tutorial into their tutorial section ? they already have node, python, etc... and i'd love to see clojure in the list and lacinia specificly 🙂 here's a link to their server tutorial section: https://www.howtographql.com/choose/

buzzdan11:12:58

@hlship thanks for the reply i'm still not too familiar with graphql generly (just getting into it) and try to learn from: https://www.howtographql.com Will it be possible to add a lacinia tutorial into their tutorial section ? they already have node, python, etc... and i'd love to see clojure in the list and lacinia specificly 🙂 here's a link to their server tutorial section: https://www.howtographql.com/choose/