apollo-server
Installation
SKILL.md
Apollo Server
Apollo Server is a spec-compliant GraphQL server for Node.js. Version 4+ is framework-agnostic and supports Express, Fastify, Lambda, and more.
Quick Start
npm install @apollo/server graphql
Standalone Server
import { ApolloServer } from '@apollo/server'
import { startStandaloneServer } from '@apollo/server/standalone'