Skip to content

Commit 3a4084f

Browse files
committed
fix build
1 parent df92b54 commit 3a4084f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)