Contents
Roadmap info from roadmap website
Graphql
GraphQL
is a query language for APIs, it offers a service that prioritizes giving just the data that the client requested and no more.
Besides, you donβt need to be worried about breaking changes, versioning and backwards compatibility like REST APIs. Therefore you can implement your version and auto-document your API just by using GraphQL
.
Visit the following resources to learn more:
- @official@GraphQL Website
- @official@Learn GraphQL
- @official@GraphQL Tutorials
- @article@Red Hat: What is GraphQL?
- @article@Digital Ocean: An Introduction to GraphQL
- @article@How to GraphQL: The Fullstack Tutorial for GraphQL
- @video@GraphQL Full Course - Novice to Expert (by freeCodeCamp.org on YouTube)
- @video@Beginner GraphQL Series (by Ben Awad on YouTube)
- @feed@Explore top posts about GraphQL