graphdoc-plugin-flexible
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "graphdoc-plugin-flexible", | ||
"description": "Flexible graphdoc for the GraphQL documentation", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "author": "Gonzalo Müller Bravo", |
@@ -29,3 +29,2 @@ <p align="center"> | ||
"graphdoc-plugin-flexible": "1.0.0", | ||
.. | ||
``` | ||
@@ -125,3 +124,3 @@ | ||
}, | ||
"document.require-by": { | ||
"document.require": { | ||
"disable": true, | ||
@@ -147,3 +146,3 @@ "navigations": false, | ||
* `document.schema`: Generates the HTML "Definition" section for any GraphQL element. | ||
* `document.require-by`: Generates HTML "Required By" section for any GraphQL element. | ||
* `document.require`: Generates HTML "Required By" section for any GraphQL element. | ||
@@ -150,0 +149,0 @@ The following shows the sections worked by the [`graphdoc`](https://www.npmjs.com/package/@2fd/graphdoc) plugins, using the example created by [`graphdoc`](https://www.npmjs.com/package/@2fd/graphdoc), [Pokemon GraphQL](https://2fd.github.io/graphdoc/pokemon/pokemonattack.doc.html): |
13614
5
207