This repository was archived by the owner on Sep 3, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ export const makeAugmentedExecutableSchema = ({
3030 resolverValidationOptions,
3131 directiveResolvers,
3232 schemaDirectives = { } ,
33+ schemaTransforms = [ ] ,
3334 parseOptions,
3435 inheritResolversFromInterfaces,
3536 config
@@ -112,6 +113,7 @@ export const makeAugmentedExecutableSchema = ({
112113 resolverValidationOptions,
113114 directiveResolvers,
114115 schemaDirectives,
116+ schemaTransforms,
115117 parseOptions,
116118 inheritResolversFromInterfaces
117119 } ) ;
Original file line number Diff line number Diff line change @@ -261,6 +261,7 @@ export const makeAugmentedSchema = ({
261261 resolverValidationOptions = { } ,
262262 directiveResolvers = null ,
263263 schemaDirectives = { } ,
264+ schemaTransforms = [ ] ,
264265 parseOptions = { } ,
265266 inheritResolversFromInterfaces = false ,
266267 config
@@ -277,6 +278,7 @@ export const makeAugmentedSchema = ({
277278 resolverValidationOptions,
278279 directiveResolvers,
279280 schemaDirectives,
281+ schemaTransforms,
280282 parseOptions,
281283 inheritResolversFromInterfaces,
282284 config
You can’t perform that action at this time.
0 commit comments