E536 Better javadoc on beginFieldFetching by bbakerman · Pull Request #3610 · graphql-java/graphql-java · GitHub
[go: up one dir, main page]

Skip to content

Better javadoc on beginFieldFetching#3610

Merged
bbakerman merged 1 commit intomasterfrom
better-javadoc-beginFieldFetching
Jun 1, 2024
Merged

Better javadoc on beginFieldFetching#3610
bbakerman merged 1 commit intomasterfrom
better-javadoc-beginFieldFetching

Conversation

@bbakerman
Copy link
Member

Feedback from #3609 led to this javadoc

@bbakerman bbakerman added this pull request to the merge queue Jun 1, 2024
Merged via the queue into master with commit 7eb7d90 Jun 1, 2024
* @param fetchedValue a value that a field's {@link graphql.schema.DataFetcher} returned
*/
default void onFetchedValue(Object fetchedValue) {
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a bit of field re-ordering


@Override
public void onFetchedValue(Object fetchedValue) {
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we never needed because it is a default method on the interface

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.

1 participant

0