diff options
Diffstat (limited to 'src/graphql/query.rs')
-rw-r--r-- | src/graphql/query.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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<position::MovingActivity>, >, #[graphql(desc = "Limit results")] limit: Option<i64>, #[graphql(desc = "Offset results")] offset: Option<i64>, |