DisablePlatformExtension
Signature
mutation {
DisablePlatformExtension(extension: ...)
}
Retourne : PlatformExtensionService!
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
extension | PlatformExtension! | ✓ | — | — |
Exemple
mutation {
DisablePlatformExtension(
extension: $extension
) {
id {}
label
state {}
variables {}
}
}