Skip to content

Commit

Permalink
Add relevant courses to getting-started
Browse files Browse the repository at this point in the history
  • Loading branch information
Meschreiber committed Oct 24, 2024
1 parent c9367fb commit 9ed9723
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/source/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 9ed9723

Please sign in to comment.