graphql-schemax
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -5,2 +5,4 @@ # Changelog | ||
### [0.0.4](https://github.com/nicolasdao/graphql-schemax/compare/v0.0.3...v0.0.4) (2021-10-21) | ||
### [0.0.3](https://github.com/nicolasdao/graphql-schemax/compare/v0.0.2...v0.0.3) (2021-10-20) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "graphql-schemax", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Creates GraphQL string schema from plain JSON objects.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -100,2 +100,4 @@ # GRAPHQL-SCHEMAX | ||
> - [Directives](#directives) | ||
> * [Manipulating schemas](#manipulating-schemas) | ||
> - [Merging schemas](#merging-schemas) | ||
> * [Dev](#dev) | ||
@@ -196,3 +198,3 @@ > - [About this project](#about-this-project) | ||
If you wich to be explicit about each types, the example above can be re-written as follow: | ||
If you wish to be explicit about each type, the example above can be re-written as follow: | ||
@@ -432,2 +434,9 @@ ```js | ||
# Manipulating schemas | ||
## Merging schemas | ||
```js | ||
``` | ||
# Dev | ||
@@ -434,0 +443,0 @@ ## About this project |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32595
493