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