@pothos/plugin-sub-graph
Advanced tools
Comparing version
# Change Log | ||
## 4.0.2 | ||
### Patch Changes | ||
- Updated dependencies [777f6de] | ||
- @pothos/core@4.0.2 | ||
## 4.0.1 | ||
### Patch Changes | ||
- 9bd203e: Fix graphql peer dependency version to match documented minumum version | ||
- Updated dependencies [9bd203e] | ||
- @pothos/core@4.0.1 | ||
## 4.0.0 | ||
@@ -4,0 +19,0 @@ |
{ | ||
"name": "@pothos/plugin-sub-graph", | ||
"version": "4.0.0", | ||
"version": "4.0.2", | ||
"description": "A Pothos plugin for creating multiple variants or sub-selections of the same graph", | ||
@@ -42,4 +42,4 @@ "main": "./lib/index.js", | ||
"peerDependencies": { | ||
"@pothos/core": "4.0.0", | ||
"graphql": "^16.8.1" | ||
"@pothos/core": "4.0.2", | ||
"graphql": ">=16.6.0" | ||
}, | ||
@@ -49,7 +49,7 @@ "devDependencies": { | ||
"graphql-tag": "^2.12.6", | ||
"@pothos/core": "4.0.0", | ||
"@pothos/plugin-errors": "4.0.0", | ||
"@pothos/plugin-relay": "4.0.0", | ||
"@pothos/plugin-with-input": "4.0.0", | ||
"@pothos/test-utils": "2.0.0" | ||
"@pothos/core": "4.0.2", | ||
"@pothos/plugin-errors": "4.0.2", | ||
"@pothos/plugin-relay": "4.0.2", | ||
"@pothos/plugin-with-input": "4.0.2", | ||
"@pothos/test-utils": "2.0.1" | ||
}, | ||
@@ -56,0 +56,0 @@ "gitHead": "9dfe52f1975f41a111e01bf96a20033a914e2acc", |
115044
0.22%