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

Cannot globally override DataFetcher's on custom operations/fields/properties #68

Open
jamesdh opened this issue Jan 29, 2021 · 0 comments

Comments

@jamesdh
Copy link
Contributor

jamesdh commented Jan 29, 2021

Overriding DataFetcher's currently is only supported on the automatically provided operations, and is not possible on custom operations or fields/properties.

This is cumbersome when dealing with a large object graph where a given entity type might be an associated property in numerous places, and where you want to restrict the data returned for that type, but not have to supply a custom DataFetcher everywhere the type is used.

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

No branches or pull requests

1 participant