Open
Description
Currently, the allOf
and oneOf
resolution logic is in createDataDef
. However, it is better suited in getSchemaTargetGraphQLType
.
There is a much more in-depth discussion in #330
Currently, the allOf
and oneOf
resolution logic is in createDataDef
. However, it is better suited in getSchemaTargetGraphQLType
.
There is a much more in-depth discussion in #330