GraphQL documentation using graphdoc plugins
Graphdoc
"@2fd/graphdoc"
package creates HTML documentation for GraphQL from the provided schema.
graphdoc bases its HTML generation on on mustache and plugins.
Graphdoc Plugins
Graphdoc plugins have the duty of process the GraphQL schema and provide the display information that is going to be used in mustache templates.
Custom graphdoc plugins:
Online Examples
- Pokemon GraphQL schema: Project and Online generated documentation.
- Github GraphQL schema: Project and Online generated documentation.