GraphQL Yoga Server

GraphQL Yoga is a self-hosted GraphQL server library — each deployment exposes its own GraphQL endpoint (default: /graphql). The library handles request parsing, execution, subscriptions, file uploads, CORS, and plugin lifecycle for any GraphQL schema you provide.

API entry from apis.yml

apis.yml Raw ↑
aid: graphql-yoga:graphql-yoga-server
name: GraphQL Yoga Server
description: 'GraphQL Yoga is a self-hosted GraphQL server library — each deployment exposes its own GraphQL
  endpoint (default: /graphql). The library handles request parsing, execution, subscriptions, file uploads,
  CORS, and plugin lifecycle for any GraphQL schema you provide.

  '
tags:
- GraphQL
- Server
humanURL: https://the-guild.dev/graphql/yoga-server/docs
baseURL: https://your-server.example.com/graphql
properties:
- url: https://the-guild.dev/graphql/yoga-server/docs
  type: Documentation
- url: graphql/graphql-yoga-graphql.md
  type: GraphQL