From d05919fddb212988fa3c0e463530f702d27ad7e6 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Wed, 7 Sep 2022 14:08:03 +0200 Subject: [PATCH] add active categories to current user query --- webapp/graphql/User.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/graphql/User.js b/webapp/graphql/User.js index f16323073..053cb022f 100644 --- a/webapp/graphql/User.js +++ b/webapp/graphql/User.js @@ -285,6 +285,7 @@ export const currentUserQuery = gql` id url } + activeCategories } } `