@pothos/plugin-sub-graph
Advanced tools
Comparing version
# Change Log | ||
## 3.13.1 | ||
### Patch Changes | ||
- 324027f8: Fix deprecation reasons missing for inputs and args in sub-graphs | ||
## 3.13.0 | ||
@@ -4,0 +10,0 @@ |
@@ -246,3 +246,3 @@ import './global-types'; | ||
graphqlKind: "InputObject"; | ||
pothosOptions: PothosSchemaTypes.InputObjectTypeOptions<SchemaTypes, import("@pothos/core").InputFieldMap<"InputObject" | "Arg">>; | ||
pothosOptions: PothosSchemaTypes.InputObjectTypeOptions<SchemaTypes, import("@pothos/core").InputFieldMap>; | ||
name: string; | ||
@@ -249,0 +249,0 @@ description?: import("graphql/jsutils/Maybe").Maybe<string>; |
@@ -246,3 +246,3 @@ import './global-types.js'; | ||
graphqlKind: "InputObject"; | ||
pothosOptions: PothosSchemaTypes.InputObjectTypeOptions<SchemaTypes, import("@pothos/core").InputFieldMap<"InputObject" | "Arg">>; | ||
pothosOptions: PothosSchemaTypes.InputObjectTypeOptions<SchemaTypes, import("@pothos/core").InputFieldMap>; | ||
name: string; | ||
@@ -249,0 +249,0 @@ description?: import("graphql/jsutils/Maybe.js").Maybe<string>; |
@@ -133,2 +133,3 @@ /* eslint-disable prefer-destructuring */ import './global-types.js'; | ||
astNode: argConfig.astNode, | ||
deprecationReason: argConfig.deprecationReason, | ||
type: replaceType(argConfig.type, newTypes, `${argConfig.name} argument of ${type.name}.${fieldConfig.name}`, subGraphs) | ||
@@ -170,2 +171,3 @@ }; | ||
defaultValue: fieldConfig.defaultValue, | ||
deprecationReason: fieldConfig.deprecationReason, | ||
type: replaceType(fieldConfig.type, newTypes, `${type.name}.${fieldConfig.name}`, subGraphs) | ||
@@ -172,0 +174,0 @@ }; |
@@ -182,2 +182,3 @@ /* eslint-disable prefer-destructuring */ "use strict"; | ||
astNode: argConfig.astNode, | ||
deprecationReason: argConfig.deprecationReason, | ||
type: (0, _util.replaceType)(argConfig.type, newTypes, `${argConfig.name} argument of ${type.name}.${fieldConfig.name}`, subGraphs) | ||
@@ -219,2 +220,3 @@ }; | ||
defaultValue: fieldConfig.defaultValue, | ||
deprecationReason: fieldConfig.deprecationReason, | ||
type: (0, _util.replaceType)(fieldConfig.type, newTypes, `${type.name}.${fieldConfig.name}`, subGraphs) | ||
@@ -221,0 +223,0 @@ }; |
{ | ||
"name": "@pothos/plugin-sub-graph", | ||
"version": "3.13.0", | ||
"version": "3.13.1", | ||
"description": "A Pothos plugin for creating multiple variants or sub-selections of the same graph", | ||
@@ -44,9 +44,9 @@ "main": "./lib/index.js", | ||
"devDependencies": { | ||
"graphql": "16.6.0", | ||
"graphql-tag": "^2.12.6", | ||
"@pothos/core": "3.25.0", | ||
"@pothos/core": "3.29.0", | ||
"@pothos/plugin-errors": "3.11.0", | ||
"@pothos/plugin-relay": "3.35.0", | ||
"@pothos/plugin-relay": "3.39.0", | ||
"@pothos/plugin-with-input": "3.10.0", | ||
"@pothos/test-utils": "1.4.7" | ||
"@pothos/test-utils": "1.4.7", | ||
"graphql": "16.6.0", | ||
"graphql-tag": "^2.12.6" | ||
}, | ||
@@ -53,0 +53,0 @@ "gitHead": "9dfe52f1975f41a111e01bf96a20033a914e2acc", |
@@ -215,2 +215,3 @@ /* eslint-disable prefer-destructuring */ | ||
astNode: argConfig.astNode, | ||
deprecationReason: argConfig.deprecationReason, | ||
type: replaceType( | ||
@@ -275,2 +276,3 @@ argConfig.type, | ||
defaultValue: fieldConfig.defaultValue, | ||
deprecationReason: fieldConfig.deprecationReason, | ||
type: replaceType( | ||
@@ -277,0 +279,0 @@ fieldConfig.type, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
114290
0.51%1597
0.38%