typ refactor

This commit is contained in:
2026-06-03 22:08:44 +02:00
parent 16f8a929d2
commit b3b7b75ea8
22 changed files with 92 additions and 64 deletions

View File

@@ -4,13 +4,14 @@ pub mod gruppe;
// pub mod modell;
pub mod liegenschaft;
pub mod rolle;
pub mod typ;
use async_graphql::MergedObject;
use crate::domain::typ::mutation::TypMutation;
#[derive(MergedObject, Default)]
pub struct Mutation(
typ::TypMutation,
TypMutation,
// hersteller::HerstellerMutation,
// modell::ModellMutation,
benutzer::BenutzerMutation,