pluginValueUpdate

Graphql fields and variables for the pluginValueUpdate mutation

Scope required: admin:write

For a complete list of input attributes see the PluginValueAttributes type

mutation pluginValueUpdate ($id: ID!, $attributes: PluginValueAttributes!) {
  pluginValueUpdate (id: $id, attributes: $attributes) {
      errors
      pluginValue {
        id
        pluginId
        pluginParameterId
      }
  }
}

Arguments

{
  "id": "456123",
  "attributes": {
    "pluginParameterId": "456123",
    "pluginId": "456123",
    "value": ""
  }
}
Name
Type
Description

id

ID

Response

Name
Type
Description

errors

List (String)

pluginValue

Last updated

Was this helpful?