Skip to main content

UpdateStakeholderTypology

Stable

Signature

mutation {
UpdateStakeholderTypology(id: ..., name: ...)
}

Retourne : StakeholderTypology!

Arguments

NomTypeRequisDéfautDescription
idID!
nameString!
typeStakeholderTypologyType
configurableFormIdID

Exemple

mutation {
UpdateStakeholderTypology(
id: $id
name: $name
) {
id
name
type {}
configurableForm {}
stakeholdersCount
createdAt
updatedAt
}
}