mirumee/ariadne
Investigate if set_default_enum_values_on_schema utility is needed anymore.
开放
#1,015 创建于 2023年1月26日
enhancementhelp wantedto do
仓库指标
- 星标
- (2,342 个星标)
- PR 合并指标
- (平均合并 12天) (30 天内合并 3 个 PR)
描述
Since few versions GraphQLEnumType sets default Python representations for enum values to strings from their names - exactly the case set_default_enum_values_on_schema takes care of. We should investigate if this is also done when enums are created from SDL string.