Skip to content
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

first draft of GraphQL #71

Merged
merged 3 commits into from
Dec 26, 2016
Merged

Conversation

marktani
Copy link
Contributor

Hey, as discussed with @schickling, I'd like to contribute this blog post for GraphQL.

Currently I am not 100% finished, but will add additional material today and tomorrow :)

@shekhargulati
Copy link
Owner

@marktani no issues. I will review and publish once you are done.

@shekhargulati shekhargulati self-requested a review December 26, 2016 05:43
@marktani
Copy link
Contributor Author

I added the last few things, should be ready now 🎉 Let me know what you think! 🙂

```
</details>

Just like with normal fields, we can even select related nodes in our query. This dramatically decreases the amount of queries needed and allows for quick prototyping and development of frontend applications. Instead of the time-draining skimming through dozens of potential endpoints, you can simply explore the possible queries interactively which has a great effect on developer experience.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor: "This dramatically decreases the amount of queries needed" should be "This dramatically decreases the number of queries needed"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done, thanks :)

@shekhargulati
Copy link
Owner

Great post @marktani . Thanks for your contribution.

@shekhargulati shekhargulati merged commit a6aa9b6 into shekhargulati:master Dec 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants