Open adelsz opened 6 years ago
@adelsz is this related to this? https://github.com/acarl005/join-monster-graphql-tools-adapter/issues/12
@frederikhors I don't think so. type._typeConfig
is defined in this case.
@adelsz is this still an issue in the 0.1.0
version I just published?
It includes these changes:
https://github.com/acarl005/join-monster-graphql-tools-adapter/pull/15/files
Unfortunately, I won't be able to check this any time soon.
But it shouldn't be too hard to check/reproduce with a mock GraphQLInterfaceType
Interface and union types
resolveType
resolution was broken.GraphQLInterfaceType
,GraphQLUnionType
were missing theresolveType
afterjoinMonsterAdapt
. This happened becauseresolveType
field should be set attype
level and not intype._typeConfig
.