INPUT_OBJECT
createWriteOffInput
Autogenerated input type of createWriteOff
link GraphQL Schema definition
- input createWriteOffInput {
- # The ID of the write-off to update
- ID! :
- # The type of write-off
- WriteOffType! :
- # The amount of the write-off
- Float! :
- # Required if write_off_type is "other"
- String :
- }