Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

apollo-server-core

apollographql4mMITdeprecated3.13.0TypeScript support: included

The apollo-server-core package is part of Apollo Server v2 and v3, which are now end-of-life (as of October 22nd 2023 and October 22nd 2024, respectively). This package's functionality is now found in the @apollo/server package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details.

Core engine for Apollo GraphQL server

GraphQL, Apollo, Server, Javascript

readme

apollo-server-core

npm version Build Status

This package implements the core logic of Apollo Server. It exports a base version of ApolloServer. Typically you do not use this class directly but instead use an ApolloServer imported from the batteries-included apollo-server package or one of the integration packages like apollo-server-express.

It also exports a set of plugins such as ApolloServerPluginUsageReporting which you can provide to the plugins option to the ApolloServer constructor.

Read the docs. Read the CHANGELOG.