RedwoodJS GraphQL API

RedwoodJS exposes a schema-first GraphQL API via GraphQL Yoga at the /graphql endpoint. SDL files define queries and mutations while service functions act as resolvers; Redwood combines them automatically into a fully secured GraphQL server with directive-based auth, persisted operations, and built-in health checks.

API entry from apis.yml

apis.yml Raw ↑
aid: redwoodjs:graphql-api
name: RedwoodJS GraphQL API
description: RedwoodJS exposes a schema-first GraphQL API via GraphQL Yoga at the /graphql endpoint. SDL
  files define queries and mutations while service functions act as resolvers; Redwood combines them automatically
  into a fully secured GraphQL server with directive-based auth, persisted operations, and built-in health
  checks.
tags:
- GraphQL
- Yoga
- SDL
- Schema-First
- Prisma
humanURL: https://docs.redwoodjs.com/docs/graphql
baseURL: https://example.com/graphql
properties:
- url: https://docs.redwoodjs.com/docs/graphql
  type: Documentation
- url: graphql/redwoodjs-graphql.md
  type: GraphQL