From 0eeee9ca9e033d77d592c71129240b05873d496f Mon Sep 17 00:00:00 2001 From: Archit Sharma <74408634+iArchitSharma@users.noreply.github.com> Date: Sun, 16 Jan 2022 00:11:21 +0700 Subject: [PATCH] Apollo Description and Content added (#999) * Apollo Description and Content added * Update content/roadmaps/100-frontend/content/119-graphql/100-apollo.md Co-authored-by: Kamran Ahmed --- .../100-frontend/content/119-graphql/100-apollo.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/100-frontend/content/119-graphql/100-apollo.md b/content/roadmaps/100-frontend/content/119-graphql/100-apollo.md index 845aec91d..7d1fa06ba 100644 --- a/content/roadmaps/100-frontend/content/119-graphql/100-apollo.md +++ b/content/roadmaps/100-frontend/content/119-graphql/100-apollo.md @@ -1 +1,9 @@ -# Apollo \ No newline at end of file +# Apollo + +Apollo is a platform for building a unified graph, a communication layer that helps you manage the flow of data between your application clients (such as web and native apps) and your back-end services. + +Free Content +Apollo Website +Official Docs +Official YouTube Channel +GraphQL With React Tutorial - Apollo Client