JSPM

apollo-server-core

3.13.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 975337
  • Score
    100M100P100Q24445F
  • License MIT

Core engine for Apollo GraphQL server

Package Exports

  • apollo-server-core
  • apollo-server-core/dist/index.js
  • apollo-server-core/dist/plugin/schemaReporting
  • apollo-server-core/dist/plugin/schemaReporting/index.js
  • apollo-server-core/dist/plugin/usageReporting/stats
  • apollo-server-core/dist/plugin/usageReporting/stats.js
  • apollo-server-core/dist/requestPipeline
  • apollo-server-core/dist/requestPipeline.js
  • apollo-server-core/dist/utils/createSHA
  • apollo-server-core/dist/utils/createSHA.js
  • apollo-server-core/dist/utils/schemaInstrumentation
  • apollo-server-core/dist/utils/schemaInstrumentation.js
  • apollo-server-core/package.json

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (apollo-server-core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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.