Hey Jonathan. Try using the following :
Mutation
mutation deleteTest($custom_id: String!) {
deleteTest(filter: {name: {allofterms: $custom_id}}) {
msg
}
}
Input
{
"custom_id" : "equivalent user name"
}
Hey Jonathan. Try using the following :
Mutation
mutation deleteTest($custom_id: String!) {
deleteTest(filter: {name: {allofterms: $custom_id}}) {
msg
}
}
Input
{
"custom_id" : "equivalent user name"
}