# @nestjs/apollo

> Nest - modern, fast, powerful node.js web framework (@apollo)

Latest version **14.0.0** (published 2026-08-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install @nestjs/apollo
pnpm add @nestjs/apollo
yarn add @nestjs/apollo
bun add @nestjs/apollo
```

## Health

**Score 65/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 14.0.0 |
| Published | 2026-08-27 |
| First published | 2022-01-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 3 |
| Unpacked size | 920.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1551 |
| Author | Kamil Mysliwiec |
| Maintainers | nestjscore, kamilmysliwiec |

## Links

- npm: https://www.npmjs.com/package/@nestjs/apollo
- Repository: https://github.com/nestjs/graphql
- Homepage: https://github.com/nestjs/graphql#readme
- Issues: https://github.com/nestjs/graphql/issues
- npm.io page: https://npm.io/package/@nestjs/apollo

## Dependencies (3)

- [tslib](https://npm.io/package/tslib.md) 2.8.1
- [iterall](https://npm.io/package/iterall.md) 1.3.0
- [lodash.omit](https://npm.io/package/lodash.omit.md) 4.18.0

## Recent versions

- 14.0.0 (latest) — 2026-08-27
- 14.0.0-next.0 (next) — 2026-06-01
- 13.4.5 — 2026-08-17
- 13.4.4 — 2026-08-10
- 13.4.3 — 2026-08-10
- 13.4.2 — 2026-05-21
- 13.4.1 — 2026-05-19
- 13.4.0 — 2026-04-30
- 13.3.0 — 2026-04-22
- 13.2.5 — 2026-04-09
- 13.2.4 — 2026-02-04
- 13.2.3 — 2025-12-13
- 13.2.1 — 2025-10-02
- 13.2.0 — 2025-10-01
- 13.1.0 — 2025-04-11
- … 60 more at https://npm.io/package/@nestjs/apollo/versions

## README

<p align="center">
  <a href="https://nestjs.com/" target="blank"><img src="https://nestjs.com/img/logo-small.svg" width="120" alt="Nest Logo" /></a>
</p>

  <p align="center">A progressive <a href="http://nodejs.org" target="blank">Node.js</a> framework for building efficient and scalable server-side applications.</p>
    <p align="center">
<a href="https://www.npmjs.com/~nestjscore"><img src="https://img.shields.io/npm/v/@nestjs/core.svg" alt="NPM Version" /></a>
<a href="https://www.npmjs.com/~nestjscore"><img src="https://img.shields.io/npm/l/@nestjs/core.svg" alt="Package License" /></a>
<a href="https://www.npmjs.com/~nestjscore"><img src="https://img.shields.io/npm/dm/@nestjs/core.svg" alt="NPM Downloads" /></a>
<a href="https://circleci.com/gh/nestjs/nest" target="_blank"><img src="https://img.shields.io/circleci/build/github/nestjs/nest/master" alt="CircleCI" /></a>
<a href="https://coveralls.io/github/nestjs/nest?branch=master"><img src="https://coveralls.io/repos/github/nestjs/nest/badge.svg?branch=master#5" alt="Coverage" /></a>
<a href="https://discord.gg/G7Qnnhy" target="_blank"><img src="https://img.shields.io/badge/discord-online-brightgreen.svg" alt="Discord"/></a>
<a href="https://opencollective.com/nest#backer"><img src="https://opencollective.com/nest/backers/badge.svg" alt="Backers on Open Collective" /></a>
<a href="https://opencollective.com/nest#sponsor"><img src="https://opencollective.com/nest/sponsors/badge.svg" alt="Sponsors on Open Collective" /></a>
  <a href="https://paypal.me/kamilmysliwiec"><img src="https://img.shields.io/badge/Donate-PayPal-dc3d53.svg"/></a>
  <a href="https://twitter.com/nestframework"><img src="https://img.shields.io/twitter/follow/nestframework.svg?style=social&label=Follow"></a>
</p>
  <!--[![Backers on Open Collective](https://opencollective.com/nest/backers/badge.svg)](https://opencollective.com/nest#backer)
  [![Sponsors on Open Collective](https://opencollective.com/nest/sponsors/badge.svg)](https://opencollective.com/nest#sponsor)-->

## Description

[GraphQL](https://graphql.org/) is a powerful query language for APIs and a runtime for fulfilling those queries with your existing data. It's an elegant approach that solves many problems typically found with REST APIs. For background, we suggest reading this [comparison](https://dev-blog.apollodata.com/graphql-vs-rest-5d425123e34b) between GraphQL and REST. GraphQL combined with [TypeScript](https://www.typescriptlang.org/) helps you develop better type safety with your GraphQL queries, giving you end-to-end typing.

`@nestjs/apollo` is a package that provides adapters to use [Apollo](https://github.com/apollographql/apollo-server) in combination with `@nestjs/graphql`.

## Installation

If you are using `express` HTTP engine, install the following packages:

```bash
$ npm i --save @nestjs/graphql @nestjs/apollo apollo-server-express graphql
```

In case of `fastify`, you should install `apollo-server-fastify` instead.

```bash
$ npm i --save @nestjs/graphql @nestjs/apollo apollo-server-fastify graphql
```

## Quick Start

[Overview & Tutorial](https://docs.nestjs.com/graphql/quick-start)

## Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support).

## Stay in touch

- Author - [Kamil Myśliwiec](https://twitter.com/kammysliwiec)
- Website - [https://nestjs.com](https://nestjs.com/)
- Twitter - [@nestframework](https://twitter.com/nestframework)

## License

Nest is [MIT licensed](LICENSE).

---
_Source: https://npm.io/package/@nestjs/apollo · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
