pluginValueCreate

Graphql fields and variables for the pluginValueCreate mutation

Scope required: admin:write

For a complete list of input attributes see the PluginValueAttributes type

mutation pluginValueCreate ($attributes: PluginValueAttributes!) {
  pluginValueCreate (attributes: $attributes) {
      errors
      pluginValue {
        id
        pluginId
        pluginParameterId
      }
  }
}

Arguments

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

Response

Name
Type
Description

errors

List (String)

pluginValue

Last updated

Was this helpful?