Loïc MARIE

Results 2 issues of Loïc MARIE

Hi, this is a very useful lib, thank you. I was planning to use it for my project, but unfortunately pieces are blurred, as the ones used as a demonstration...

Currently the `addTypeResolver()` method is defined as: ```js addTypeResolver( type: ObjectTypeComposer | GraphQLObjectType, checkFn: InterfaceTypeComposerResolverCheckFn ): this ``` But since interfaces can implement others, the `resolveType` method of an interface...