kleine änderungen
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user