February 9, 2026

GraphQL API Reference

Generate API Reference documentation from a GraphQL schema. Add your .graphql schema file to generators.yml and Fern renders queries, mutations, subscriptions, and types as an interactive reference.

generators.yml
1api:
2 specs:
3 - graphql: schema.graphql

Learn more about generating a GraphQL reference.