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

贡献者指南