rolle domain hinzugefügt

This commit is contained in:
2026-05-27 13:48:02 +02:00
parent e0f78a12e1
commit 4d9bbff607
12 changed files with 102 additions and 68 deletions

View File

@@ -2,6 +2,7 @@ pub mod benutzer;
pub mod gruppe;
pub mod hersteller;
pub mod modell;
pub mod rolle;
pub mod typ;
use async_graphql::MergedObject;
@@ -13,4 +14,5 @@ pub struct Mutation(
modell::ModellMutation,
benutzer::BenutzerMutation,
gruppe::GruppeMutation,
rolle::RolleMutation,
);