From c1a318abbee3b78fe3916cc3debbf1ccaadfc236 Mon Sep 17 00:00:00 2001 From: Prasad Bahekar <143322160+prasadbahekar@users.noreply.github.com> Date: Wed, 12 Feb 2025 15:02:23 +0530 Subject: [PATCH] Update 102-graphql.md Added a Video --- .../flutter/content/108-working-with-apis/102-graphql.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/data/roadmaps/flutter/content/108-working-with-apis/102-graphql.md b/src/data/roadmaps/flutter/content/108-working-with-apis/102-graphql.md index 7b7170020..93d4ec69c 100644 --- a/src/data/roadmaps/flutter/content/108-working-with-apis/102-graphql.md +++ b/src/data/roadmaps/flutter/content/108-working-with-apis/102-graphql.md @@ -9,3 +9,7 @@ If you want to learn more about GraphQL, here are a few links to get you started [GraphQL official website](https://graphql.org/) - This is the official website for GraphQL, which provides an overview of the language, as well as documentation and resources for learning more. [How to GraphQL](https://www.howtographql.com/) - This is a comprehensive tutorial that covers everything you need to know about GraphQL, including the basics of the language, how to set up a GraphQL server, and how to use GraphQL in a client application. + +Learn more from the following resources: + +- [@video@100 Seconds of GraphQL?](https://www.youtube.com/watch?v=eIQh02xuVw4)