graphdoc plugins

Follow me on GitHub


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.

How to configure graphdoc.

How graphdoc work.

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.

graphdoc approach

Custom graphdoc plugins:

Online Examples