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

[generator] mark default PropertyDataFetcher as "trivial" #1359

Merged
merged 2 commits into from
Feb 12, 2022

Conversation

dariuszkuc
Copy link
Collaborator

📝 Description

Various instrumentations (e.g. tracing) rely on TrivialDataFetcher distinction to skip their execution. Looks like we missed this when creating this data fetcher.

🔗 Related Issues

N/A

Various instrumentations (e.g. tracing) rely on `TrivialDataFetcher` distinction to skip their execution. Looks like we missed this when creating this data fetcher.
@dariuszkuc dariuszkuc added changes: patch Changes require a patch version module: generator Issue affects the schema generator and federation code labels Feb 12, 2022
@samuelAndalon samuelAndalon merged commit 0bab35d into ExpediaGroup:master Feb 12, 2022
@dariuszkuc dariuszkuc deleted the trivial_data_fetcher branch February 12, 2022 20:22
dariuszkuc pushed a commit to dariuszkuc/graphql-kotlin that referenced this pull request Aug 5, 2022
…up#1359)

* [generator] mark default PropertyDataFetcher as "trivial"

Various instrumentations (e.g. tracing) rely on `TrivialDataFetcher` distinction to skip their execution. Looks like we missed this when creating this data fetcher.

* remove redundant implements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changes: patch Changes require a patch version module: generator Issue affects the schema generator and federation code
Development

Successfully merging this pull request may close these issues.

2 participants