'createUnionType' ignores extends #587
Labels
Bug 🐛
Something isn't working
Community 👨👧
Something initiated by a community
Solved ✔️
The issue has been solved
Milestone
When you use 'extends' on the ObjectType, createUnionType only resolves to the base ObjectType and ignores the extended objects.
This also applies, when you wouldn't use 'extends', but define the properties on the other objects. As soon as the new object defines the same properties (+ some additional), it is ignored in the UnionType.
In this case, it's only possible the resolve to 'SuccessMessage'
The text was updated successfully, but these errors were encountered: