Luke Edwards

Results 2 issues of Luke Edwards

I'm trying to customise the messages and add in the path for the field i.e. ```js v.setSpecificMessage(v.nonEmpty, (ref) => { return `Please provide '${v.getDotPath(ref)}' field`; }); ``` But it appears...

question
intended

### Which packages are impacted by your issue? @graphql-codegen/typescript-operations ### Describe the bug When using `inlineFragmentTypes: 'combine'` and `mergeFragmentTypes: true` together, if I create a fragment on an interface and...