Fork me on GitHub
#graphql
<
2018-03-16
>
souenzzo03:03:30

Hello. There is plans on lacinia to suppot relay?

gklijs07:03:22

Just learned about relay, and only implemented Lacinia, but from https://facebook.github.io/relay/docs/en/graphql-server-specification.html it seems you have to support id's for everything, and have and explicit ordering/paging. This would be outside of the scope of Lacinia.

souenzzo13:03:13

I tryied to parse a sample schema.graphql with lacinia and lacinia cant read the input statement in mutations

stijn09:03:53

we have implemented Relay connections on top of lacinia

souenzzo13:03:28

do you say browser<->node apollo<->lacinia?

stijn17:03:16

Apollo on the client. Both web and react native

souenzzo19:03:47

Do you share schemas between lacinia and apollo in some way?

stijn19:03:47

what do you mean by sharing schemas? On the client we use the schema of the backend, which is generated by lacinia.

stijn09:03:11

(but are using Apollo)

okwori11:03:00

Has anyone manage to get Lacinia graphql implementation to work with luminus? Including getting the Docs explorer of GraphiQL to work with the query root and schema.

timgilbert18:03:43

I have got it working with a regular ring server, not Luminus but a similar underlying stack