From 874e85a8b1a6c5d9c5bbc1f4429785563a1f7426 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Fri, 18 Oct 2024 15:06:12 +0200 Subject: Filter positions by list of moving activities --- src/graphql/query.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/graphql/query.rs') diff --git a/src/graphql/query.rs b/src/graphql/query.rs index 2ab26ec..96b8a5b 100644 --- a/src/graphql/query.rs +++ b/src/graphql/query.rs @@ -59,7 +59,7 @@ impl Query { &self, ctx: &Context<'ctx>, #[graphql(desc = "Filter by moving activity")] moving_activity: Option< - position::MovingActivity, + Vec, >, #[graphql(desc = "Limit results")] limit: Option, #[graphql(desc = "Offset results")] offset: Option, -- cgit v1.2.3-18-g5258