I’m trying to have a unique interface for two concrete classes that are similar and inherit from a common abstract class. My django model classes: My graphene-django api: When querying the graphql mutation corresponding to CreateMetadata, the metadata concrete class is successfully created. ;-) The problem is that when the query asks for the created concrete Metadata in the result