modify api and serializer
This commit is contained in:
parent
d17fdfec77
commit
fff6725799
4 changed files with 7 additions and 5 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue