modify api and serializer

This commit is contained in:
kara Diaby 2021-03-22 10:25:47 +01:00
parent d17fdfec77
commit fff6725799
4 changed files with 7 additions and 5 deletions

View file

@ -113,11 +113,12 @@ type Association {
type Avis {
attachment: File
claimant: Profile
dateQuestion: ISO8601DateTime!
dateReponse: ISO8601DateTime
expert: Profile
id: ID!
instructeur: Profile!
instructeur: Profile! @deprecated(reason: "Utilisez le champ claimant à la place.")
question: String!
reponse: String
}