diff --git a/packages/stitch/src/stitchSchemas.ts b/packages/stitch/src/stitchSchemas.ts index cd0d2b21957..379c5b01f2f 100644 --- a/packages/stitch/src/stitchSchemas.ts +++ b/packages/stitch/src/stitchSchemas.ts @@ -130,7 +130,7 @@ export function stitchSchemas({ operationTypeNames, }); - const { typeMap: newTypeMap, directives: newDirectives } = rewireTypes(typeMap, directives, { skipPruning: true }); + const { typeMap: newTypeMap, directives: newDirectives } = rewireTypes(typeMap, directives); let schema = new GraphQLSchema({ query: newTypeMap[operationTypeNames.query] as GraphQLObjectType,