refactoring
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user