-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
Description
Currently polymorphic associations are not supported in the model associations
Investigate the possibility of supporting polymorphic associations via GraphQL object interfaces
Determine if this capability is necessary or edge case
potential issue-related models may not be discoverable without a table scan to determine the possible polymorphic relations, needs to be determined if this is absolutely correct, if polymorphic relations can be established 'on the fly' in the base code it may be difficult or impossible to express a concrete interface implementation that will satisfy this capability