diff --git a/webapp/graphql/User.js b/webapp/graphql/User.js index 5dab239e4..2f9e254c3 100644 --- a/webapp/graphql/User.js +++ b/webapp/graphql/User.js @@ -305,6 +305,10 @@ export const userDataQuery = (i18n) => { } posts { ...post + categories { + id + name + } comments { author { slug