Production ready?
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?
I'm not using it in production, but I think some folks are.
The first parser in graphql-ruby was written in parslet which was about 100x slower than this one, but since https://github.com/rmosolgo/graphql-ruby/pull/119, the parser is written with Racc and Ragel, only about 6x slower. So, it's not enough of a bottleneck for me to bug the ops team over it 😬 , especially since they'd have to build it from source!
It might be useful to include a submodule of libgaphqlparser in the gem, to make installation more straightforward :)