KGraphQL
KGraphQL copied to clipboard
release 0.3.1 build?
Hi there,
I'd love to use the context functionality mentioned in #42, #47. But it seems as if release 0.3.1 that contains the relevant changes (omit introspection of the Context type) has never been build. @pgutkowski can you help here?
Cheers, Martin
As a temporarily fix you can use our forked version:
compile 'com.apurebase:kgraphql:0.4.1'
You can read more here: https://github.com/pgutkowski/KGraphQL/pull/52#issuecomment-487620286
Great. Thanks for the hint!