First Commit
This commit is contained in:
7
src/mutations/mod.rs
Normal file
7
src/mutations/mod.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
pub mod hersteller;
|
||||
pub mod typ;
|
||||
|
||||
use async_graphql::MergedObject;
|
||||
|
||||
#[derive(MergedObject, Default)]
|
||||
pub struct Mutation(typ::TypMutation, hersteller::HerstellerMutation);
|
||||
Reference in New Issue
Block a user