graphdoc-plugin-erase
Advanced tools
Comparing version 1.0.0-alpha to 1.0.0
{ | ||
"name": "graphdoc-plugin-erase", | ||
"description": "GraphQL documentation erasing unwanted types using graphdoc", | ||
"version": "1.0.0-alpha", | ||
"version": "1.0.0", | ||
"license": "MIT", | ||
@@ -11,3 +11,3 @@ "author": "Gonzalo Müller Bravo", | ||
], | ||
"homepage": "https://github.com/gmullerb/graphdoc-plugin-erase", | ||
"homepage": "https://graphdoc-plugins.github.io", | ||
"repository": { | ||
@@ -14,0 +14,0 @@ "type": "git", |
<p align="center"> | ||
<br/> | ||
<a href="https://github.com/gmullerb/graphdoc-plugin-erase/"><img src="docs/graphdoc-plugin-erase.png" alt=" "/></a> | ||
<a href="https://graphdoc-plugins.github.io"><img src="docs/graphdoc-plugin-erase.png" alt=" "/></a> | ||
</p> | ||
<h1 align="center">GraphQL documentation erasing unwanted types using graphdoc</h1> | ||
<h1 align="center">GraphQL documentation erasing unwanted types using graphdoc</h1> | ||
[![graphdoc-plugin-erase](https://badgen.net/badge/homepage/graphdoc-plugin-erase/blue)](https://github.com/gmullerb/graphdoc-plugin-erase) | ||
[![graphdoc-plugin-erase](https://badgen.net/badge/homepage/graphdoc-plugin-erase/blue)](https://graphdoc-plugins.github.io) | ||
[![graphdoc-plugin-erase](https://badgen.net/badge/npm%20pack/graphdoc-plugin-erase/blue)](https://www.npmjs.com/package/graphdoc-plugin-erase) | ||
@@ -39,4 +39,4 @@ [![ ](https://badgen.net/npm/v/graphdoc-plugin-erase)](https://www.npmjs.com/package/graphdoc-plugin-erase) | ||
"graphdoc-plugin-erase": { | ||
"eraseByNameRegex": "\\w*No", // default: ^__ | ||
"eraseByKindRegex": "(?:UNION|SCALAR)" // default: ^$ | ||
"eraseByNameRegex": "\\w*No", | ||
"eraseByKindRegex": "(?:UNION|SCALAR)" | ||
} | ||
@@ -65,2 +65,4 @@ } | ||
(*default values*) | ||
```json | ||
@@ -86,2 +88,4 @@ { | ||
> graphdoc can work with older versions of GraphQL (description syntax: #), and new versions (description syntax: """), [How to configure graphdoc](https://graphdoc-plugins.github.io/docs/how-to-configure-graphdoc.html). | ||
__________________ | ||
@@ -88,0 +92,0 @@ |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
8022
0
130