DeleteCategoryMutation
Delete (or disable) a category, and move all rules / transactions to move_to_category_id. If move_to_category_id is not specified, use UNCATEGORIZED.
type DeleteCategoryMutation {
deleted: Boolean
errors: PayloadError
}
Fields
DeleteCategoryMutation.deleted ● Boolean scalar
DeleteCategoryMutation.errors ● PayloadError object
Returned By
deleteCategory mutation