CreateStakeholderTypology
Signature
mutation {
CreateStakeholderTypology(name: ...)
}
Retourne : StakeholderTypology!
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
name | String! | ✓ | — | — |
type | StakeholderTypologyType | — | — | |
configurableFormId | ID | — | — |
Exemple
mutation {
CreateStakeholderTypology(
name: $name
) {
id
name
type {}
configurableForm {}
stakeholdersCount
createdAt
updatedAt
}
}