rolle domain hinzugefügt
This commit is contained in:
@@ -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,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user