demarches-normaliennes/app/graphql/mutations
Sébastien Carceles fa6fc077b4
normalize boolean values (#8320)
* extract parent for yes no and checkbox champs

* checkbox stores true / false instead of on / off

* normalize blank value to nil

* normalize invalid value to false

* after party task: normalize checkbox values

* after party task: normalize yes_no values
2023-01-05 11:18:27 +00:00
..
base_mutation.rb Fix (GraphQL): raise exception when blob is missing 2021-05-04 11:26:23 +02:00
create_direct_upload.rb [GraphQL] Add create direct upload mutation 2019-11-07 12:48:51 +01:00
dossier_accepter.rb refactor(graphql): use shorthand syntax in mutations 2022-12-07 13:21:55 +01:00
dossier_archiver.rb refactor(graphql): use shorthand syntax in mutations 2022-12-07 13:21:55 +01:00
dossier_changer_groupe_instructeur.rb refactor(graphql): use shorthand syntax in mutations 2022-12-07 13:21:55 +01:00
dossier_classer_sans_suite.rb refactor(graphql): use shorthand syntax in mutations 2022-12-07 13:21:55 +01:00
dossier_envoyer_message.rb refactor(graphql): use shorthand syntax in mutations 2022-12-07 13:21:55 +01:00
dossier_modifier_annotation.rb refactor(graphql): use shorthand syntax in mutations 2022-12-07 13:21:55 +01:00
dossier_modifier_annotation_ajouter_ligne.rb refactor(graphql): use shorthand syntax in mutations 2022-12-07 13:21:55 +01:00
dossier_modifier_annotation_checkbox.rb normalize boolean values (#8320) 2023-01-05 11:18:27 +00:00
dossier_modifier_annotation_date.rb refactor(graphql): use shorthand syntax in mutations 2022-12-07 13:21:55 +01:00
dossier_modifier_annotation_datetime.rb refactor(graphql): use shorthand syntax in mutations 2022-12-07 13:21:55 +01:00
dossier_modifier_annotation_integer_number.rb refactor(graphql): use shorthand syntax in mutations 2022-12-07 13:21:55 +01:00
dossier_modifier_annotation_text.rb refactor(graphql): use shorthand syntax in mutations 2022-12-07 13:21:55 +01:00
dossier_passer_en_instruction.rb refactor(graphql): use shorthand syntax in mutations 2022-12-07 13:21:55 +01:00
dossier_refuser.rb refactor(graphql): use shorthand syntax in mutations 2022-12-07 13:21:55 +01:00
dossier_repasser_en_construction.rb refactor(graphql): use shorthand syntax in mutations 2022-12-07 13:21:55 +01:00
dossier_repasser_en_instruction.rb refactor(graphql): use shorthand syntax in mutations 2022-12-07 13:21:55 +01:00
groupe_instructeur_modifier.rb refactor(graphql): use shorthand syntax in mutations 2022-12-07 13:21:55 +01:00