IBM/openapi-to-graphql

Move allOf and oneOf resolution to getSchemaTargetGraphQLType

開放

#387 建立於 2021年3月30日

 (1 則留言) (0 個反應) (0 位負責人)TypeScript (215 個分叉)github user discovery
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

貢獻者指南