From 9e955a61a90135bf39d29ecf32149be904f29764 Mon Sep 17 00:00:00 2001 From: Archit Sharma <74408634+iArchitSharma@users.noreply.github.com> Date: Thu, 3 Mar 2022 13:10:40 +0700 Subject: [PATCH] Resources added for GraphQL (#1164) --- .../roadmaps/101-backend/content/119-graphql/readme.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/101-backend/content/119-graphql/readme.md b/content/roadmaps/101-backend/content/119-graphql/readme.md index 92b738b69..83ffa621d 100644 --- a/content/roadmaps/101-backend/content/119-graphql/readme.md +++ b/content/roadmaps/101-backend/content/119-graphql/readme.md @@ -1 +1,9 @@ -# Graphql \ No newline at end of file +# Graphql + +GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools. + +Free Content +Introduction to GraphQL +The Fullstack Tutorial for GraphQL +GraphQL Tutorials +GraphQL Course for Beginners