From f9518619fe26fda365a339d1bed12e71c8338eb1 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Wed, 14 Oct 2020 16:35:47 +0200 Subject: [PATCH] id for author added --- webapp/graphql/User.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/graphql/User.js b/webapp/graphql/User.js index 2f9e254c3..4b3a67775 100644 --- a/webapp/graphql/User.js +++ b/webapp/graphql/User.js @@ -311,6 +311,7 @@ export const userDataQuery = (i18n) => { } comments { author { + id slug } ...comment