graphql-mockfiles-express-middleware
Advanced tools
Comparing version
{ | ||
"name": "graphql-mockfiles-express-middleware", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A GraphQL mockserver based on files and a typeDefinition", | ||
"main": "graphql-mockfiles-middleware.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "http://github.com/alber70g/graphql-mockfiles-express-middleware" | ||
}, | ||
"scripts": { | ||
@@ -7,0 +11,0 @@ "test": "echo \"Error: no test specified\" && exit 1" |
@@ -12,2 +12,3 @@ # GraphQL MockFiles Server | ||
- [Changelog](#changelog) | ||
- [0.0.3](#003) | ||
- [0.0.2](#002) | ||
@@ -174,6 +175,6 @@ - [0.0.1](#001) | ||
[ | ||
'/posts/' | ||
'/posts/title' | ||
'/posts/author/' | ||
'/posts/author/name' | ||
"/posts/", | ||
"/posts/title", | ||
"/posts/author/", | ||
"/posts/author/name" | ||
] | ||
@@ -196,6 +197,10 @@ ``` | ||
- [] make the mockfiles-middleware work for Mutations | ||
- [ ] make the mockfiles-middleware work for Mutations | ||
# Changelog | ||
## 0.0.3 | ||
- Update README.md | ||
## 0.0.2 | ||
@@ -202,0 +207,0 @@ |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
112684
0.15%210
2.44%1
-50%