Currently types that implement a given interface are not translated to the appropriate inherited classes. For instance , given the following gql definitions:
we would want Issue to accept any of Repository / Resource. That said, we would not want to affect any of the neo4j autogenerated classes like CreateResourceInput etc.
Currently types that implement a given interface are not translated to the appropriate inherited classes. For instance , given the following gql definitions:
we would want
Issue
to accept any ofRepository
/Resource
. That said, we would not want to affect any of the neo4j autogenerated classes likeCreateResourceInput
etc.