Closed nmacherey closed 3 years ago
@nmacherey thanks, good idea, but for a complete merge, you need to make sure that the tests are fully backward compatible. and no need for resolvedFields: undefined,
You also need to write tests that would check your functionality.
thank you temporary merged to develop I need to make sure nothing breaks
This PR updates the schema with the resolvedFields field and add them as
Promise.resolve
in the builder. These fields are already entities and we do not need to transform them in the plain to class method.I directly used the value set in the data by the resolver.
It's a proposal, but it is working...