Skip to main content

CreateStakeholderTypology

Stable

Signature

mutation {
CreateStakeholderTypology(name: ...)
}

Retourne : StakeholderTypology!

Arguments

NomTypeRequisDéfautDescription
nameString!
typeStakeholderTypologyType
configurableFormIdID

Exemple

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