Apollo Server

Apollo Server is an open-source, spec-compliant GraphQL server compatible with any GraphQL client. It is the recommended way to build a production-ready, self-documenting GraphQL API that can use data from any source.

API entry from apis.yml

apis.yml Raw ↑
aid: apollo-graphql:apollo-server
name: Apollo Server
tags:
- GraphQL
- JavaScript
- Node.js
- Server
- TypeScript
humanURL: https://www.apollographql.com/docs/apollo-server
properties:
- url: https://www.apollographql.com/docs/apollo-server
  type: Documentation
- url: https://www.apollographql.com/docs/apollo-server/api/apollo-server
  type: APIReference
- url: https://github.com/apollographql/apollo-server
  type: GitHubRepository
- url: https://www.npmjs.com/package/@apollo/server
  type: PackageManager
- url: https://github.com/apollographql/apollo-server/blob/main/packages/server/CHANGELOG.md
  type: ChangeLog
description: Apollo Server is an open-source, spec-compliant GraphQL server compatible with any GraphQL
  client. It is the recommended way to build a production-ready, self-documenting GraphQL API that can
  use data from any source.