Skip to content

Commit 99d27ec

Browse files
p-alikweiznich
andauthored
Update wundergraph/src/query_builder/selection/offset.rs
import LimitDsl for sqlite and mysql Co-authored-by: Georg Semmler <[email protected]>
1 parent 26e10cc commit 99d27ec

File tree

1 file changed

+0
-1
lines changed
  • wundergraph/src/query_builder/selection

1 file changed

+0
-1
lines changed

wundergraph/src/query_builder/selection/offset.rs

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ use diesel::backend::Backend;
1010
use diesel::query_dsl::methods::LimitDsl;
1111
#[cfg(any(feature = "postgres", feature = "sqlite", feature = "mysql"))]
1212
use diesel::query_dsl::methods::OffsetDsl;
13-
1413
use juniper::LookAheadSelection;
1514

1615
/// A trait abstracting over the different behaviour of limit/offset

0 commit comments

Comments
 (0)