mirumee/ariadne
Investigate if set_default_enum_values_on_schema utility is needed anymore.
Aperta
#1015 aperta il 26 gen 2023
enhancementhelp wantedto do
Metriche repository
- Star
- (2342 stelle)
- Metriche merge PR
- (Merge medio 12g) (3 PR mergiate in 30 g)
Descrizione
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.