Scott Hill

Results 4 comments of Scott Hill

@ardatan @dotansimha I am getting a similar issue attempting to replace an openapi handler field that is generated as JSON with an Interface. Generated Source Type ```graphql OrganizationsOrganizationProfiles { data:...

I believe this is the same issue here: https://github.com/Urigo/graphql-mesh/issues/2382 opened back in June of last year.

In addition, to make syntax simple for single reducer validations a `_reducer` option should be added to define one reducer source. IE ``` account: { _reducer: 'auth', 'name': { required:...

After talking through the implementation of this we have decided that it would be best to keep the interface consistent so the API will use _ values for reducer in...