Overview of GraphQL Yoga features
mainGraphQL Yoga is a fully-featured GraphQL server designed for ease of setup and high performance. Key features include:
- Environment Agnostic: Uses the WHATWG Fetch API, allowing it to run on Node, Deno, Bun, Cloudflare Workers, and AWS Lambda.
- Built-in Subscriptions: Supports GraphQL subscriptions via Server-Sent Events (SSE).
- Spec Compliant: Follows the GraphQL over HTTP spec and the GraphQL Multipart Request spec for file uploads.
- Developer Experience: Includes GraphiQL, is fully typed with TypeScript, and supports ESM.
- Performance & Extensibility: Features automatic persisted queries, parsing/validation caching, and is compatible with all
envelopplugins.