Skip to content

deleteSuperBill

Destroy a Super Bill

Arguments

input · deleteSuperBillInput · Parameters for deleteSuperBill

Returns

deleteSuperBillPayload

Example

mutation deleteSuperBill($input: deleteSuperBillInput) {
deleteSuperBill(input: $input) {
messages
superBill
}
}