Download Latest Version @apollo_server-integration-testsuite@5.2.0 source code.tar.gz (2.4 MB)
Email in envelope

Get an email when there's a new version of Apollo Server

Home / @apollo_server@5.2.0
Name Modified Size InfoDownloads / Week
Parent folder
@apollo_server@5.2.0 source code.tar.gz 2025-11-21 2.4 MB
@apollo_server@5.2.0 source code.zip 2025-11-21 2.5 MB
README.md 2025-11-21 1.0 kB
Totals: 3 Items   4.9 MB 0

Minor Changes

  • #8161 51acbeb Thanks @jerelmiller! - Fix an issue where some bundlers would fail to build because of the dynamic import for the optional peer dependency on @yaacovcr/transform introduced in @apollo/server 5.1.0. To provide support for the legacy incremental format, you must now provide the legacyExperimentalExecuteIncrementally option to the ApolloServer constructor.

    ```ts import { legacyExecuteIncrementally } from '@yaacovcr/transform';

    const server = new ApolloServer({ // ... legacyExperimentalExecuteIncrementally: legacyExecuteIncrementally, }); ```

    If the legacyExperimentalExecuteIncrementally option is not provided and the client sends an Accept header with a value of multipart/mixed; deferSpec=20220824, an error is returned by the server.

Source: README.md, updated 2025-11-21