You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: SpectaQL generates static HTML documentation from a GraphQL schema.
4
+
url: https://github.com/anvilco/spectaql
5
+
github: anvilco/spectaql
6
+
npm: "spectaql"
7
+
---
8
+
9
+
SpectaQL is a Node.js library that generates static documentation for a GraphQL schema using a variety of options:
10
+
11
+
* From a live endpoint using the introspection query.
12
+
* From a file containing an introspection query result.
13
+
* From a file, files or glob leading to the schema definitions in SDL.
14
+
15
+
Out of the box, SpectaQL generates a single 3-column HTML page and lets you choose between a couple built-in themes. A main goal of the project is to be easily and extremely customizable--it is themeable and just about everything can be overridden or customized.
0 commit comments