GraphQL Client Example Server

JSON →
library 1.5.2 ·javascript
verified Jun 7, 2026

A simple GraphQL server for powering examples of various GraphQL clients in various languages. Current stable version is 1.5.2, released occasionally. It provides a scaffold with features like Node interface (for Relay), globally unique IDs, connection-based pagination, limit/offset pagination, mutations, enums, custom scalars, unions, subscriptions, defer/stream, and artificial delays to emphasize defer/stream. Differentiators: it's a lightweight, ready-to-use example server that can be installed globally via npm and run with a single command, allowing developers to quickly test GraphQL client implementations without setting up their own server. It supports a PORT environment variable to control the server port.