[GraphQL] add groupeInstructeur on dossier
This commit is contained in:
parent
ed152bd3dc
commit
1ed1aa75cd
3 changed files with 15 additions and 0 deletions
|
@ -201,6 +201,10 @@ describe API::V2::GraphqlController do
|
|||
id
|
||||
email
|
||||
}
|
||||
groupeInstructeur {
|
||||
id
|
||||
label
|
||||
}
|
||||
messages {
|
||||
email
|
||||
body
|
||||
|
@ -255,6 +259,10 @@ describe API::V2::GraphqlController do
|
|||
email: instructeur.email
|
||||
}
|
||||
],
|
||||
groupeInstructeur: {
|
||||
id: dossier.groupe_instructeur.to_typed_id,
|
||||
label: dossier.groupe_instructeur.label
|
||||
},
|
||||
demandeur: {
|
||||
id: dossier.individual.to_typed_id,
|
||||
nom: dossier.individual.nom,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue