From 9ed97232cd072ce87f522a954a795b0f56ac40ae Mon Sep 17 00:00:00 2001 From: Maria Elisabeth Schreiber Date: Thu, 24 Oct 2024 10:56:35 -0600 Subject: [PATCH] Add relevant courses to getting-started --- docs/source/getting-started.mdx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/source/getting-started.mdx b/docs/source/getting-started.mdx index 50d99fa6ea8..b012a5f0211 100644 --- a/docs/source/getting-started.mdx +++ b/docs/source/getting-started.mdx @@ -346,6 +346,12 @@ of schemas, resolvers, and generating types: - [Resolvers](./data/resolvers/) - [Generating TS types for your schema](./workflow/generate-types) -Want to learn how to modularize and scale a GraphQL API? Check out the [Apollo Federation Docs](/federation) to learn how a federated architecture can create a unified _supergraph_ that combines multiple GraphQL APIs. - If you want to use Apollo Server with a specific web framework, see our [list of integrations](./integrations/integration-index). If we don't have an Apollo Server integration for your favorite framework, you can help our community by [building one](./integrations/building-integrations)! + +### Additional resources + +If you learn best by doing, Apollo's learning platform offers the following courses: + +- [Intro to GraphQL with TypeScript & Apollo Server](https://www.apollographql.com/tutorials/intro-typescript) +- [Lift-off I: Basics - Implement a GraphQL API with Apollo Server (Node.js) & Apollo Client](https://www.apollographql.com/tutorials/lift-off-part1) +- [Lift-off II: Resolvers - Learn how to use resolvers](https://www.apollographql.com/tutorials/lift-off-part2)