Skip to main content

UpdateAccountComment

Stable

Signature

mutation {
UpdateAccountComment(content: ..., id: ...)
}

Retourne : AccountComment!

Arguments

NomTypeRequisDéfautDescription
contentString!
idID!

Exemple

mutation {
UpdateAccountComment(
content: $content
id: $id
) {
# Sélectionner les champs souhaités
}
}