This repository was archived by the owner on Sep 3, 2021. It is now read-only.
Relationship with properties doesn't build with interface types. #142
Labels
Interface
Issues relating to Interface types and InlineFragments
Relationships with properties don't build if they are linked to an interface and its implemented types.
Given a schema like this...
augmentSchema
andmakeAugmentedSchema
throw the below error:If the type of
Uploads
relationship is changed to any of the concrete types, then the schema builds, e.g.But this would mean that with every concrete type which implements
User
, we will need to define a new Relationship Type.The text was updated successfully, but these errors were encountered: