GraphQL Summit is back for three days of insights, hands-on learning, and fun to celebrate the GraphQL community. Join us in San Diego Oct 3-5.
Docs
Try Apollo Studio

Apollo Server Integrations


Are you looking to build a new integration? Or help maintain an existing integration? See Building Web Framework Integrations for Apollo Server for step-by-step guidance!

Apollo Server 4 includes two built-in integrations: startStandaloneServer and expressMiddleware.

The startStandaloneServer function sets useful defaults to get you started quickly. Under the hood, the startStandaloneServer function uses Apollo Server 4's Express integration (i.e., expressMiddleware). The expressMiddleware function is Apollo Server 4's Express integration.

The larger community maintains the following open-source integrations for Apollo Server:

Have you built, or are you maintaining, an Apollo Server integration that isn't listed here? Please submit a PR to be added to this list!

Web FrameworkIntegration Package
AWS Lambda@as-integrations/aws-lambda
Koa@as-integrations/koa

Apollo does not provide official support for the above community-maintained libraries. We cannot guarantee that community-maintained libraries adhere to best practices or that they will continue to be maintained.

For those building a new integration library, we'd like to welcome you (and your repository!) to the apollo-server-integrations Github organization alongside other community-maintained Apollo Server integrations. If you participate in our organization, you'll have the option to publish under our community's NPM scope @as-integrations, ensuring your integration is discoverable.

Edit on GitHub
Previous
Subscriptions
Next
Building integrations