DataFetcherResult extensions are ignored #1201
Labels
status: waiting-for-feedback
We need additional information before we can continue
status: waiting-for-triage
An issue we've not yet triaged
Migrated from 1.3.4 to 1.3.5
In my DataFetcher I was returning DataFetcherResult with extensions:
In 1.3.5 in
org.springframework.graphql.execution.ContextDataFetcherDecorator::get
method there's new piece of code, which reconstructs the DataFetcherResult, but without extensions being passed from original one. Is this a bug, or am I'm using DataFetcherResult wrong?The text was updated successfully, but these errors were encountered: