diff --git a/packages/wrap/src/transforms/ExtendSchema.ts b/packages/wrap/src/transforms/ExtendSchema.ts index a824d0736ca..12834be0d10 100644 --- a/packages/wrap/src/transforms/ExtendSchema.ts +++ b/packages/wrap/src/transforms/ExtendSchema.ts @@ -30,6 +30,8 @@ export default class ExtendSchema implements Transform { } public transformSchema(schema: GraphQLSchema): GraphQLSchema { + // MapFields's transformSchema function does not actually modify the schema -- + // it saves the current schema state, to be used later to transform requests. this.transformer.transformSchema(schema); return addResolversToSchema({