IBM/openapi-to-graphql
Move allOf and oneOf resolution to getSchemaTargetGraphQLType
開放
#387 建立於 2021年3月30日
enhancementhelp wanted
倉庫指標
- 星標
- (1,645 顆星)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
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