-
Notifications
You must be signed in to change notification settings - Fork 4
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
Differences From graphql-dotnet/server #21
Comments
Oh and finally, what features are missing as compared to |
Note that this is not a fork and was started from scratch because I wanted something simple without legacy pressure. First it was just a experiment to understand the graphql spec more closely but quickly became whole project of its own. It's not meant to compete with graphql-dotnet. I'm also trying to keep it more as an library instead of offering everything out of the box. I make no guarantees on backwards compatibility at least until version 1.0. |
Writing the schema in Could the learnings from this project, specifically the Signal-R bits and schema first approach be applied to It's certainly interesting and something I'll keep an eye on. |
It does, it was added in 2.0. See “Schema First Approach” in the introduction. https://graphql-dotnet.github.io/docs/getting-started/introduction |
I forgot that existed! I suppose I forgot because it's not clear to me how to use the schema first approach using the ASP.NET Core server bits. If I get some time, I'll see if I can investigate. |
@joemcbride I have never known after read this issue. Thank you for your clarify 👍 |
To see the differences in action go to https://github.com/pekkah/tanka-graphql-samples
|
One new feature coming up in 2.0.0 is a new parser using Span which improves the performance by both being faster and allocating less. It's compatible with current GraphQL draft specification. |
@pekkah Just saw your comment on graphql-dotnet/server#193. What are the main reasons for forking the code and starting again? I see the addition of Signal-R as being super valuable because it has a backplane already implemented, there is an open issue in
graphql-dotnet/server
to implement that. It also seems to be schema first which I think is the direction that people are going.Also, what is the quality of this project, alpha, beta?
The text was updated successfully, but these errors were encountered: