Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Aug 24, 2020
1 parent ffd37ab commit 1c91ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stitch/src/stitchSchemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1c91ab1

Please sign in to comment.