mirumee/ariadne
Investigate if set_default_enum_values_on_schema utility is needed anymore.
オープン
#1,015 opened on 2023/01/26
enhancementhelp wantedto do
Repository metrics
- Stars
- (2,342 個のスター)
- PR merge metrics
- (平均マージ 12d) (30d で 3 merged PRs)
説明
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.