Add messages and avis types

This commit is contained in:
Paul Chavard 2018-11-23 18:54:51 +01:00
parent 8928eaba11
commit 1c10718c11
5 changed files with 57 additions and 0 deletions

View file

@ -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