create gruppen, rollen, etc...
This commit is contained in:
@@ -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,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user