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