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'
Installs
1
GitHub Stars
4
First Seen
Mar 29, 2026
apollo-server — mgd34msu/goodvibes-gemini