Skip to content

Commit

Permalink
Use schema::result
Browse files Browse the repository at this point in the history
  • Loading branch information
boxbeam committed Apr 9, 2024
1 parent 14b8e6f commit 11b0353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use anyhow::Result;
use crate::schema::Result;
use async_trait::async_trait;
use juniper::{GraphQLObject, ID};

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use anyhow::Result;
use crate::schema::Result;
use async_trait::async_trait;
use juniper::ID;
use tabby_db::DbConn;
Expand Down

0 comments on commit 11b0353

Please sign in to comment.