pluginValueDelete
Graphql fields and variables for the pluginValueDelete mutation
mutation pluginValueDelete ($id: ID!) {
pluginValueDelete (id: $id) {
errors
pluginValue {
id
pluginId
pluginParameterId
}
}
}Arguments
{
"id": "456123"
}Name
Type
Description
Response
Name
Type
Description
Last updated
Was this helpful?
