Add messages and avis types
This commit is contained in:
parent
8928eaba11
commit
1c10718c11
5 changed files with 57 additions and 0 deletions
|
@ -22,6 +22,8 @@ class Api::V2::Schema < GraphQL::Schema
|
|||
Types::DemarcheType
|
||||
when Dossier
|
||||
Types::DossierType
|
||||
when Commentaire
|
||||
Types::MessageType
|
||||
when Instructeur, User
|
||||
Types::ProfileType
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue