gintonic icon indicating copy to clipboard operation
gintonic copied to clipboard

Modify object interfaces

Open budde377 opened this issue 6 years ago • 0 comments

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.

budde377 avatar Dec 14 '18 18:12 budde377