Implement complete node update and property management functionality
- Replace placeholder update_node endpoint with full implementation
- Add property merging: new properties merge with existing ones
- Add label replacement: labels are completely replaced when provided
- Add individual property deletion endpoint: DELETE /api/v1/nodes/{id}/properties/{key}
- Implement proper error handling for non-existent nodes and properties
- Return updated node data after all operations for consistency
- Support partial updates (properties-only or labels-only updates)
All node management operations now fully functional:
- Node creation with labels and properties ✓
- Node retrieval with schema-resolved data ✓
- Node updates with merging and replacement logic ✓
- Individual property deletion ✓
- Node deletion ✓
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>