pluginValueCreate
Graphql fields and variables for the pluginValueCreate mutation
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
Last updated
Was this helpful?
