I would like to return the query root in a mutation response payload, as described here: https://graphql-rules.com/rules/mutation-payload-query.
Is there a way to do this? I tried returning the value of DataFetchingEnvironment.getRoot() on a Query type, but that didn't work.