-
Notifications
You must be signed in to change notification settings - Fork 2k
Adding a parser for Schema definition #16
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
Comments
We have a version of this internally that we decided to exclude from the spec for now as we work out the semantics. We didn't want to confuse people with that, as generating server code is the wrong solution for most and it's unclear when and if these can be included in a graphql document. We have some cool client tools that leverage this sort of thing for code generation purposes, but we want to make sure we have that right before sharing more broadly |
Would it be possible to share what sort of tools you guys are working on internally? (e.g IDE autocomplete, static analysis etc). Sorry if this was mentioned in the stream, I was unable to watch all of your presentation due to buffering! It would be useful to get a heads up though as then we can prevent someone else in the community developing tools which could be released in the future by you guys. |
We're working on a few IDE tools, but if anyone is interested I hope they tell us so at the very least we can provide guidance and resources. We would love to share our tools, but most of them are tightly tied to Facebook's internal data sets and infrastructure and don't work outside of that environment. We're picking a few of the high value ones to generalize and share, but it will just take some time. |
My personal Interest with this parser is to make it part of a tool that If there is any chance to get that code even if not as part of the repo
|
@leebyron Alright thanks. Great presentation yesterday, hopefully I'll be able to watch the rest soon as it cut out half way through! |
@leebyron One use case of a parser like that would be to validate the schema against orm orm external schema. |
Yeah, we're interested in spec'ing and building up the parser for this IDL for code-gen as well! So it's certainly on the list of things we want to do. Tracking this in #21 |
This could be useful for a tool that would like to generate javascript code based on the GraphQL syntax definition.
If this sound like a good addition to the library I could draft a PR for that.
The text was updated successfully, but these errors were encountered: