Pothos · GraphQL Specification

Pothos GraphQL API

Pothos is a TypeScript-first, code-first GraphQL schema builder library. It is not a hosted service with a network endpoint — it is an npm package that developers use to construct GraphQL schemas programmatically in TypeScript. The schema vocabulary documented here describes the types, directives, and patterns that Pothos generates and exposes when building a GraphQL API.

Documentation Endpoint View on GitHub GraphQLTypeScriptSchema BuilderCode FirstPlugin SystemGraphQL

Overview

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

Pothos is a TypeScript-first, code-first GraphQL schema builder library. It is not a hosted service with a network endpoint — it is an npm package that developers use to construct GraphQL schemas programmatically in TypeScript. The schema vocabulary documented here describes the types, directives, and patterns that Pothos generates and exposes when building a GraphQL API.

The GraphQL endpoint is available at N/A. documentation is published at https://pothos-graphql.dev/docs.

The specification includes 4 reference links.

Tagged areas include TypeScript, Schema Builder, Code First, and Plugin System.

Endpoint

N/A

References

Back to Pothos · All GraphQL Specs · GitHub