feat(graphql): expose deleted dossiers on groupe instructeur
This commit is contained in:
parent
3ced06d59b
commit
1e8a440166
5 changed files with 70 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue