feat(graphql): messages can be discarded through api
This commit is contained in:
parent
f508921d2f
commit
9753a91db6
8 changed files with 169 additions and 1 deletions
|
@ -819,6 +819,19 @@ class API::V2::StoredQuery
|
|||
}
|
||||
}
|
||||
|
||||
mutation dossierSupprimerMessage($input: DossierSupprimerMessageInput!) {
|
||||
dossierSupprimerMessage(input: $input) {
|
||||
message {
|
||||
id
|
||||
createdAt
|
||||
discardedAt
|
||||
}
|
||||
errors {
|
||||
message
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
mutation dossierModifierAnnotationText(
|
||||
$input: DossierModifierAnnotationTextInput!
|
||||
) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue