Skip to content

Commit

Permalink
fix(transforms): should work with remote schema execution config.
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Oct 3, 2019
1 parent fc753c4 commit 2a76d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stitching/resolvers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export function generateProxyingResolvers(
to.operation === 'subscription' ? 'subscribe' : 'resolve';
result[name][from] = {
[resolverType]: createProxyingResolver(
targetSchema,
schemaOrSchemaExecutionConfig,
to.operation,
to.name,
transforms,
Expand Down

0 comments on commit 2a76d54

Please sign in to comment.