Download Latest Version @apollo_server-integration-testsuite@5.4.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.3.0
Name Modified Size InfoDownloads / Week
Parent folder
@apollo_server@5.3.0 source code.tar.gz 2026-01-21 2.4 MB
@apollo_server@5.3.0 source code.zip 2026-01-21 2.5 MB
README.md 2026-01-21 917 Bytes
Totals: 3 Items   4.9 MB 1

Minor Changes

  • #8062 8e54e58 Thanks @cristunaranjo! - Allow configuration of graphql execution options (maxCoercionErrors)

    js const server = new ApolloServer({ typeDefs, resolvers, executionOptions: { maxCoercionErrors: 50, }, });

  • #8014 26320bc Thanks @mo4islona! - Expose graphql validation options.

    js const server = new ApolloServer({ typeDefs, resolvers, validationOptions: { maxErrors: 10, }, });

Source: README.md, updated 2026-01-21