Fork me on GitHub
#graphql
<
2017-10-20
>
hlship17:10:45

About to do an internal RC on Lacinia, but also the (start of the) new tutorial is live: http://lacinia.readthedocs.io/en/latest/tutorial/index.html

domkm17:10:36

@hlship The docs mention an IDL schema parser (http://lacinia.readthedocs.io/en/latest/schema/parsing.html) but it appears to not yet be released. Do you know when that, even as an RC or snapshot, might be available?

domkm17:10:28

(Trying to switch away from graphql-java and an IDL schema parser would be perfect 😄 )

hlship17:10:47

That's in master, it will be in the RC and the next release, https://github.com/walmartlabs/lacinia/milestone/9?closed=1 0.22.0

domkm17:10:27

Cool, looks like that milestone is 100% complete. Will that internal RC also land on Clojars?

hlship17:10:42

We prefer to keep the RC internal until we've used it in our production servers.

hlship17:10:59

I also want to coordinate with a release of lacinia-pedestal.

domkm17:10:28

Okay, I'll check back later then.

hlship17:10:21

I've tagged the RC, you can bulid and install locally. Yea, open source!

domkm17:10:30

😄

hlship19:10:35

Ok, so I"m rethinking my "just release the RCs internally" since that broken the lacinia-pedestal build (it relies on the lacinia RC, which is only available from our internal Nexus). Maybe next cycle we'll put the RCs up on clojars.