tags:
- ready
- online
- reviewed
- summary
- informatic
- data-transference
- communication
- graphql
- go
- clients
graphql
Contents
__Roadmap info from [ roadmap website ] (https://roadmap.sh/golang/go-api-clients/graphql) __
Graphql
GraphQL is a query language for [ APIs ] (https://developer.mozilla.org/en-US/docs/Glossary/API), 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