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