# GRAPHQL Introspection Documenter

> Introspects GraphQL endpoints using the __schema query and generates structured API documentation. Uses graphql-js type system to resolve interfaces, unions, and custom scalar descriptions. Use when this capability is needed.

- Skill: `tomevault-io/graphql-introspection-documenter` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/graphql-introspection-documenter`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/graphql-introspection-documenter/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/graphql-introspection-documenter

---


# GraphQL Introspection Documenter

Introspects GraphQL endpoints using the __schema query and generates structured API documentation. Uses graphql-js type system to resolve interfaces, unions, and custom scalar descriptions.

## Installation

Use the upstream install or setup path that matches your environment:
- npm install --save graphql
- yarn add graphql
- npm install graphql@git://github.com/graphql/graphql-js.git#npm

Requirements and caveats from upstream:
- GraphQL.js is a general-purpose library and can be used both in a Node server
- with both CommonJS (require()) and ESModule (import) files. Ensure that any

Basic usage or getting-started notes:
- A general overview of GraphQL is available in the
- [README](https://github.com/graphql/graphql-spec/blob/main/README.md) for the
- [Specification for GraphQL](https://github.com/graphql/graphql-spec). That overview

- Source: https://github.com/graphql/graphql-js
- Extracted from upstream docs: https://raw.githubusercontent.com/graphql/graphql-js/HEAD/README.md

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/graphql-introspection-documenter/)

---
> Source: [agentskillexchange/skills](https://github.com/agentskillexchange/skills) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-15 -->

