Dataloader für BenutzerGruppen und BenutzerRollen hinzugefügt

This commit is contained in:
Peter Schiwy
2024-12-02 23:44:47 +01:00
parent f410791d4b
commit bfce29c8ee
17 changed files with 419 additions and 84 deletions

View File

@@ -1,6 +1,7 @@
pub mod hersteller;
pub mod modell;
pub mod typ;
use async_graphql::MergedObject;
#[derive(MergedObject, Default)]