Skip to content

Commit 90bf014

Browse files
committed
fix build
1 parent 086236b commit 90bf014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/stitch/src/stitchSchemas.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export function stitchSchemas({
136136
typeMergingOptions,
137137
});
138138

139-
const { typeMap: newTypeMap, directives: newDirectives } = rewireTypes(typeMap, directives, { skipPruning: true });
139+
const { typeMap: newTypeMap, directives: newDirectives } = rewireTypes(typeMap, directives);
140140

141141
let schema = new GraphQLSchema({
142142
query: newTypeMap[operationTypeNames.query] as GraphQLObjectType,

0 commit comments

Comments
 (0)