Add a license
I am interested in using this library, but without a license, I am not able to. Any way you could do that?
It's still a work in progress – what are you hoping to use it for right now? I was planning to add a license once there is at least a hint of usefulness.
I am building a client side app that hits a graphql+relay backend, so writing a lot of code to generate queries. Having something that can parse graphql and understand/modify the AST would be hugely valuable. I was thinking of wrapping the libgraphqlparser, but would prefer to use this implementation if it had an appropriate license (apache 2, bsd 3 clause, etc).
Would it be helpful if the client query parser was an importable library via Cocoapods/Carthage/spm?
It would be. I'd be happy to hack on that as well once the license would allow. Are you thinking of splitting it out?
The code is already decoupled, I'd like to keep it as two dependencies in the same repo.
@stepanhruda any update?