kleine änderungen

This commit is contained in:
2026-05-31 20:37:12 +02:00
parent a1e8d34210
commit 90a88c15dc
20 changed files with 310 additions and 449 deletions

View File

@@ -1,7 +1,7 @@
pub mod benutzer;
pub mod gruppe;
pub mod hersteller;
pub mod modell;
// pub mod hersteller;
// pub mod modell;
pub mod rolle;
pub mod typ;
@@ -10,8 +10,8 @@ use async_graphql::MergedObject;
#[derive(MergedObject, Default)]
pub struct Mutation(
typ::TypMutation,
hersteller::HerstellerMutation,
modell::ModellMutation,
// hersteller::HerstellerMutation,
// modell::ModellMutation,
benutzer::BenutzerMutation,
gruppe::GruppeMutation,
rolle::RolleMutation,