From d49ccc06e9ce7ad94309565ec0b3713662443b75 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Mon, 24 Oct 2022 17:21:21 +0200 Subject: [PATCH] Fix error in query on activity page --- client/src/graphql/gql/queries/myActivity.gql | 25 +++++++++++-------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/client/src/graphql/gql/queries/myActivity.gql b/client/src/graphql/gql/queries/myActivity.gql index e4ec9313..17b8584d 100644 --- a/client/src/graphql/gql/queries/myActivity.gql +++ b/client/src/graphql/gql/queries/myActivity.gql @@ -1,27 +1,32 @@ query MyActivityQuery { myInstrumentActivity { - edges { - node { - id + edges { + node { + id title contents type { id type - category + category { + id + name + foreground + background + } } slug - bookmarks { - id + bookmarks { + id uuid note { id text } - } - } - } - } + } + } + } + } myActivity { edges { node {