graphql-libgraphqlparser-ruby
graphql-libgraphqlparser-ruby copied to clipboard
libgraphqlparser + graphql gem
Looks like v0.5.0 isn't compatible with current gem version, but 0.7.0 is. Please update readme.
GraphQL 1.9 has immutable AST nodes, which breaks this library, because this library's basic flow is to instantiate a node, then assign values to it during the visit. I think...
I'm trying to get my Travis tests not to require sudo. To do so I have had to install libgraphqlparser to a custom directory. That's ok: ```bash if [ !...
Can someone help me? Os: Archlinux ``` $ gem install graphql-libgraphqlparser Building native extensions. This could take a while... ERROR: Error installing graphql-libgraphqlparser: ERROR: Failed to build gem native extension....
Compiling from a submodule is great, but for some reason `be rake` fails on my machine: ``` ~/code/graphql-libgraphqlparser-ruby $ be rake mkdir -p tmp/x86_64-darwin16/graphql_libgraphqlparser_ext/2.3.2 cd tmp/x86_64-darwin16/graphql_libgraphqlparser_ext/2.3.2 /Users/rmosolgo/.rbenv/versions/2.3.2/bin/ruby -I. ../../../../ext/graphql_libgraphqlparser_ext/extconf.rb checking...
Hey, We are making great use of `graphql-ruby` already. Should we be using `graphql-libgraphqlparser-ruby` as well? Is it being used in production?
This will reduce duplicated test code and assert that we fill the basic requirements of graphql-ruby