refactoring

This commit is contained in:
Peter Schiwy
2024-06-07 14:40:44 +02:00
parent bb1946bb83
commit 1d60fc5a3f
5 changed files with 28 additions and 37 deletions

View File

@@ -4,9 +4,7 @@ use sqlx::postgres::PgPool;
use crate::models::typ::Typ;
#[derive(Default)]
pub struct TypQuery {
pub id: i32,
}
pub struct TypQuery {}
#[Object(extends)]
impl TypQuery {