Describe the bug
In one of our DataFetchers, we need to return data + extensions. Right now this is not possible and we are forced to either use a workaround or to add yet another Instrumentation (in order to access the ExecutionResult).
Would you consider adding extensions to DataFetchingResult a good design?
To Reproduce
No code so far...
Describe the bug
In one of our
DataFetchers, we need to return data + extensions. Right now this is not possible and we are forced to either use a workaround or to add yet anotherInstrumentation(in order to access theExecutionResult).Would you consider adding
extensionstoDataFetchingResulta good design?To Reproduce
No code so far...