refactoring rolle
This commit is contained in:
@@ -14,12 +14,16 @@ pub struct Hersteller {
|
||||
|
||||
#[derive(InputObject, Debug)]
|
||||
pub struct HerstellerCreateInput {
|
||||
/// Der Name eines Herstellers
|
||||
pub name: String,
|
||||
}
|
||||
|
||||
#[derive(InputObject, Debug)]
|
||||
pub struct HerstellerUpdateInput {
|
||||
/// Die Datenbank-ID
|
||||
pub id: i32,
|
||||
|
||||
/// Der Name eines Herstellers
|
||||
pub name: Option<String>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user