deleteIncome
GraphQL Schema
extend type mutation {
deleteIncome(input: DeleteIncomeInput): DeleteIncomePayload
}
Arguments
Name | Type | Description |
---|---|---|
input | [DeleteIncomeInput](/04-reference/05-Input Objects/DeleteIncomeInput.mdx) |
Response Shape
This mutation returns DeleteIncomePayload
Name | Type | Description |
---|---|---|
success | Boolean! | Whether the mutation was successful |
error | ErrorType | Error information |