add typ
This commit is contained in:
9
src/domain/typ/model/typ_loeschen_input.rs
Normal file
9
src/domain/typ/model/typ_loeschen_input.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
use async_graphql::InputObject;
|
||||
|
||||
use crate::scalar::Id;
|
||||
|
||||
#[derive(InputObject)]
|
||||
pub struct TypLoeschenInput {
|
||||
/// Die ID einer Typ
|
||||
pub id: Id,
|
||||
}
|
||||
Reference in New Issue
Block a user