feat(graphql): expose deleted dossiers on groupe instructeur

This commit is contained in:
Paul Chavard 2022-11-04 09:07:56 +00:00
parent 3ced06d59b
commit 1e8a440166
5 changed files with 70 additions and 0 deletions

View file

@ -15,6 +15,7 @@ class GroupeInstructeur < ApplicationRecord
has_many :assign_tos, dependent: :destroy
has_many :instructeurs, through: :assign_tos
has_many :dossiers
has_many :deleted_dossiers
has_and_belongs_to_many :exports, dependent: :destroy
has_and_belongs_to_many :bulk_messages, dependent: :destroy