Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
fix(extendSchema): adjust polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Mar 1, 2020
1 parent 6e88b89 commit 9ea9521
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/polyfills/extendSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export function extendSchema(

const fields = extendedSchema.getSubscriptionType().getFields();
Object.keys(subscriptionResolvers).forEach(fieldName => {
fields[fieldName].resolve = subscriptionResolvers[fieldName].resolve;
fields[fieldName].subscribe = subscriptionResolvers[fieldName].subscribe;
});

Expand Down

0 comments on commit 9ea9521

Please sign in to comment.