Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 998 Bytes

File metadata and controls

19 lines (13 loc) · 998 Bytes
title Apollo Server
description Build a performant, scalable GraphQL API with Apollo Server

Apollo Server is the best way to quickly build a production-ready, self-documenting API for GraphQL clients, using data from any source.

It's open-source and works great as a stand-alone server, an addon to an existing Node.js HTTP server, or in "serverless" environments.

Specifications

The GraphQL specification is the only thing you need to use all the Apollo tools. Thankfully, the core spec has extension points you can use to add functionality.

  • Apollo Tracing: A spec for adding performance tracing data to your GraphQL response. Docs, GitHub
  • Apollo Cache Control: A spec for adding performance tracing data to your GraphQL response. Docs, GitHub