Modelle hinzugefügt
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
pub mod hersteller;
|
||||
pub mod modell;
|
||||
pub mod typ;
|
||||
|
||||
use async_graphql::MergedObject;
|
||||
|
||||
#[derive(MergedObject, Default)]
|
||||
pub struct Mutation(typ::TypMutation, hersteller::HerstellerMutation);
|
||||
pub struct Mutation(
|
||||
typ::TypMutation,
|
||||
hersteller::HerstellerMutation,
|
||||
modell::ModellMutation,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user