demarches-normaliennes/app/graphql/mutations
2024-04-22 13:55:02 +02:00
..
base_mutation.rb feat(graphql): add read_only check to mutations 2023-03-15 19:09:49 +01:00
create_direct_upload.rb [GraphQL] Add create direct upload mutation 2019-11-07 12:48:51 +01:00
demarche_cloner.rb feat(graphql): add demarcheCloner mutation 2023-01-11 23:38:12 +01:00
dossier_accepter.rb fix(graphql): return better errors when dossiers cannot change state 2023-04-04 17:24:30 +02:00
dossier_archiver.rb refactor(graphql): use shorthand syntax in mutations 2022-12-07 13:21:55 +01:00
dossier_changer_groupe_instructeur.rb fix(dossier): do not create groupe instructeur assignements on brouillons 2023-07-18 16:54:00 +02:00
dossier_classer_sans_suite.rb fix(graphql): gracefully handle change state errors 2023-05-24 12:04:04 +02:00
dossier_envoyer_message.rb feat(graphql): can flag pending correction with "dossier envoyer message" 2023-07-21 16:45:47 +02:00
dossier_modifier_annotation.rb refactor(graphql): use champ_for_update method 2024-04-22 13:55:02 +02:00
dossier_modifier_annotation_ajouter_ligne.rb refactor(graphql): use champ_for_update method 2024-04-22 13:55:02 +02: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 fix(graphql): gracefully handle change state errors 2023-05-24 12:04:04 +02: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 fix(graphql): return better errors when dossiers cannot change state 2023-04-04 17:24:30 +02:00
groupe_instructeur_ajouter_instructeurs.rb feat(GroupeInstructeurAjouterInstructeurs): add notification for added instructeurs via API 2023-03-08 11:59:58 +01:00
groupe_instructeur_creer.rb refactor(routing): move toggle_routing to procedure model 2023-07-03 14:47:56 +02:00
groupe_instructeur_modifier.rb refactor(routing): move toggle_routing to procedure model 2023-07-03 14:47:56 +02:00
groupe_instructeur_supprimer_instructeurs.rb fix(API): remove notification to group when instructeurs removed 2023-03-08 11:59:58 +01:00