pluginUpdate
Graphql fields and variables for the pluginUpdate mutation
Scope required: admin:write
For a complete list of input attributes see the PluginAttributes type
mutation pluginUpdate ($id: ID!, $attributes: PluginAttributes!) {
pluginUpdate (id: $id, attributes: $attributes) {
errors
plugin {
authType
componentName
description
enabled
enabledOnlyForUserId
entitySelectionEnabled
guid
helplink
hidden
id
logo
name
pluginDefinitionId
pluginVendorId
summary
userIsolation
uuid
webhookUrl
}
}
}
Arguments
{
"id": "456123",
"attributes": {
"pluginDefinitionId": "456123",
"dynamicComponentValues": [
{
"key": "",
"value": "DynamicComponentValue"
}
],
"enabled": true,
"entityIds": [
"456123"
],
"enabledOnlyForUserId": "456123"
}
}
Name
Type
Description
id
ID
Response
Name
Type
Description
errors
List (String)
Last updated
Was this helpful?