-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New version? #101
Comments
@swolchok @ErikWittern I see that both of you made recent commits, could either of you possibly provide some context? |
@rex-remind101 I believe @swolchok no longer actively works on this repo anymore. In November of last year, IBM, including @ErikWittern and @mmatsa, asked the GraphQL Foundation to become maintainers of this repo in order to make contributions. It is currently being actively worked on but so far, all of these changes are IBM internal, with the hopes of being made public in the future. I'm not sure what the timeline or the release schedule are, however. |
It would be so cool if their works became public. I'll watch for it. |
Any updates on this on the changes being made public? |
Any updates a year later? |
I would also like to know if you have any other information about when a new release will come out |
We went ahead and wrote our own graphql query parser / introspection query parser conforming to the 2021 spec. At some point we plan on this functioning as a full graphql parser (not just parsing graphql queries and introspected types). It works on mac and linux. https://github.com/remind101/AutoGraphParser It's written in Swift, it's been in use for months and is very easy to maintain. We run it over a very diverse set of queries and a large schema, and anecdotally it's very fast. If anyone wants to use it to integrate with another language that should also be possible by adding Swift's C++ compatibility https://www.swift.org/documentation/cxx-interop/#accessing-swift-apis-from-c or C compatibility https://forums.swift.org/t/formalizing-cdecl/40677 though this isn't included as of yet. |
Doesn't look like there's been a version update since 2017. Is it time to release a new version?
The text was updated successfully, but these errors were encountered: