Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(proxying): support custom resolver generation #1349

Merged
merged 1 commit into from Apr 6, 2020

Conversation

yaacovCR
Copy link
Collaborator

@yaacovCR yaacovCR commented Apr 6, 2020

= add support for custom subscription resolver generation to makeRemoteExecutableSchema
= adds support for customizing resolver generation to schema config objects and thereby to wrapSchema/transformSchema, mergeSchemas
= closes #1302

 = add support for custom subscription resolver generation to makeRemoteExecutableSchema
 = adds support for customizing resolver generation to schema config objects and thereby to wrapSchema/transformSchema, mergeSchemas
 = closes #1302
@yaacovCR yaacovCR merged commit 511a81e into next Apr 6, 2020
yaacovCR added a commit that referenced this pull request Apr 7, 2020
 = finishes work in #1349 for #1302
  =  streamlines the CreateProxyingResolverFn signature as no further arguments expected, pass along all info to users for possible customization
  =  adds fix for nested root query object to makeRemoteExecutableSchema
  = actually export defaultCreateProxyingResolver
yaacovCR added a commit that referenced this pull request Apr 7, 2020
finishes work in #1349 for #1302

= streamlines the CreateProxyingResolverFn signature as no further arguments expected, pass along all info to users for possible customization
= adds fix for nested root query object to makeRemoteExecutableSchema
= actually export defaultCreateProxyingResolver
= reorders properties of SubschemaConfig, removes some unused properties
yaacovCR added a commit that referenced this pull request Apr 7, 2020
finishes work in #1349 for #1302

= streamlines the CreateProxyingResolverFn signature as no further arguments expected, pass along all info to users for possible customization
= adds fix for nested root query object to makeRemoteExecutableSchema
= actually export defaultCreateProxyingResolver
= reorders properties of SubschemaConfig, removes some unused properties
@yaacovCR yaacovCR deleted the custom-proxying-resolvers branch April 7, 2020 03:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant