typ refactor
This commit is contained in:
@@ -4,13 +4,14 @@ pub mod gruppe;
|
||||
// pub mod modell;
|
||||
pub mod liegenschaft;
|
||||
pub mod rolle;
|
||||
pub mod typ;
|
||||
|
||||
use async_graphql::MergedObject;
|
||||
|
||||
use crate::domain::typ::mutation::TypMutation;
|
||||
|
||||
#[derive(MergedObject, Default)]
|
||||
pub struct Mutation(
|
||||
typ::TypMutation,
|
||||
TypMutation,
|
||||
// hersteller::HerstellerMutation,
|
||||
// modell::ModellMutation,
|
||||
benutzer::BenutzerMutation,
|
||||
|
||||
Reference in New Issue
Block a user