diff --git a/aquadoggo/src/graphql/types/ordering.rs b/aquadoggo/src/graphql/types/ordering.rs index c7c984e23..7ee2bceee 100644 --- a/aquadoggo/src/graphql/types/ordering.rs +++ b/aquadoggo/src/graphql/types/ordering.rs @@ -1,7 +1,6 @@ // SPDX-License-Identifier: AGPL-3.0-or-later //! Types used as inputs when specifying ordering parameters on collection queries. - use async_graphql::dynamic::Enum; use dynamic_graphql::Enum; use p2panda_rs::schema::Schema;