graphql-auth-directives icon indicating copy to clipboard operation
graphql-auth-directives copied to clipboard

feat(FieldDefinitionVisitor): use default field resolver as fallback …

Open nino-vrijman opened this issue 4 years ago • 0 comments

This pull request aims to solve https://github.com/grand-stack/graphql-auth-directives/issues/8 by using a default field resolver for fields for which field.resolve is undefined when assigning field.resolve to a next variable.

https://github.com/grand-stack/graphql-auth-directives/compare/master...nino-vrijman:feat-default-field-resolvers-patch?expand=1#diff-1fdf421c05c1140f6d71444ea2b27638R79

nino-vrijman avatar May 30 '20 14:05 nino-vrijman