Skip to content

Commit 811e43b

Browse files
committed
fix build
1 parent f370e85 commit 811e43b

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
@@ -129,7 +129,7 @@ export function stitchSchemas({
129129
typeMergingOptions,
130130
});
131131

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

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

0 commit comments

Comments
 (0)