Skip to content

Commit e2c7ba5

Browse files
committed
fix build
1 parent f3acfd0 commit e2c7ba5

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
@@ -130,7 +130,7 @@ export function stitchSchemas({
130130
operationTypeNames,
131131
});
132132

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

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

0 commit comments

Comments
 (0)