From f749518bf7a29a86da559bfe6aba6d7485e7cfeb Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 20 Jun 2023 16:05:22 +0200 Subject: [PATCH] fix(group): fix getting group members count Closes #1303 Signed-off-by: Thomas Citharel --- js/src/graphql/group.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/js/src/graphql/group.ts b/js/src/graphql/group.ts index 689288b6..0b1d6087 100644 --- a/js/src/graphql/group.ts +++ b/js/src/graphql/group.ts @@ -186,6 +186,9 @@ export const GROUP_BASIC_FIELDS_FRAGMENTS = gql` ...PostBasicFields } } + members { + total + } } ${ACTOR_FRAGMENT} ${ADDRESS_FRAGMENT}