create gruppen, rollen, etc...

This commit is contained in:
Peter Schiwy
2024-12-06 14:06:27 +01:00
parent bfce29c8ee
commit 623d28f77b
63 changed files with 735 additions and 185 deletions

View File

@@ -1,3 +1,5 @@
pub mod benutzer;
pub mod gruppe;
pub mod hersteller;
pub mod modell;
pub mod typ;
@@ -9,4 +11,6 @@ pub struct Mutation(
typ::TypMutation,
hersteller::HerstellerMutation,
modell::ModellMutation,
benutzer::BenutzerMutation,
gruppe::GruppeMutation,
);