Skip to content

writeOff

Fetch Write Off by ID

Arguments

id · ID! · required · The ID of the Write Off

Returns

WriteOff

Example

query writeOff($id: ID!) {
writeOff(id: $id) {
amount
id
other_reason
requested_payment
write_off_type
}
}