gintonic
gintonic copied to clipboard
Modify object interfaces
We are allowing users to filter fields while requiring that transformations return valid schemas. This might be hard with extensive use of interfaces. We should consider allowing removal of interfaces from objects. This will become a problem when the interface is a return type to a field, but could possibly be handled by returning null in that concrete instance.