RedwoodJS · GraphQL Specification

RedwoodJS GraphQL API

RedwoodJS exposes a schema-first GraphQL API powered by GraphQL Yoga and the Envelop plugin system. SDL files (*.sdl.ts) declare types, queries, and mutations while service functions serve as resolvers. Redwood merges them automatically at startup into a single executable schema secured by directive-based authentication enforcement.

Documentation Endpoint View on GitHub GraphQLFull-StackJavaScriptPrismaReactFrameworkGraphQL

Overview

RedwoodJS GraphQL API is a GraphQL API specification published by RedwoodJS on the APIs.io network.

RedwoodJS exposes a schema-first GraphQL API powered by GraphQL Yoga and the Envelop plugin system. SDL files (*.sdl.ts) declare types, queries, and mutations while service functions serve as resolvers. Redwood merges them automatically at startup into a single executable schema secured by directive-based authentication enforcement.

The GraphQL endpoint is available at N/A. documentation is published at https://docs.redwoodjs.com/docs/graphql.

The specification includes 7 reference links.

Tagged areas include Full-Stack, JavaScript, Prisma, React, and Framework.

Endpoint

N/A

References

Back to RedwoodJS · All GraphQL Specs · GitHub