graphql-introspect

JSON →
library 1.0.0 ·javascript
verified Jun 7, 2026

A CLI tool and programmatic API for generating GraphQL schema representations in Schema Language format (SDL) from a GraphQLSchema object or a running GraphQL server URL. Version 1.0.0 is stable with no recent releases; it is a single-purpose utility that depends on the graphql package. It differentiates from similar tools by supporting both local schema files and remote introspection, outputting directly to STDOUT for easy file redirection.