use async_graphql::InputObject; use crate::scalar::Id; #[derive(InputObject)] pub struct TypLoeschenInput { /// Die ID einer Typ pub id: Id, }