Plugin for the AWS Amplify CLI that auto-generates GraphQL documentation from AppSync schemas. Current stable version is 2.2.4. Part of the Amplify CLI ecosystem, it transforms GraphQL schema definitions into human-readable markdown documentation. Unlike general-purpose GraphQL doc tools, it's tightly integrated with Amplify workflows and supports AWS AppSync features like custom directives and resolvers. Low release cadence (last update in 2021) as it's component of a larger toolchain.
npm install amplify-graphql-docs-generatorNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Generate GraphQL documentation from an AppSync schema file and save as markdown.
Upgrade Node.js to version 12 or later.
Consider migrating to @aws-amplify/graphql-docs-generator if available.
Provide schema as a string in SDL format, not as an introspection result.
Use import instead of require, or use dynamic import: const mod = await import('amplify-graphql-docs-generator');Verify import: import { generateDocs } from 'amplify-graphql-docs-generator';No dependency data recorded yet.