fix(group): fix getting group members count

Closes #1303

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2023-06-20 16:05:22 +02:00
parent f04d2b9225
commit f749518bf7
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 3 additions and 0 deletions

View File

@ -186,6 +186,9 @@ export const GROUP_BASIC_FIELDS_FRAGMENTS = gql`
...PostBasicFields
}
}
members {
total
}
}
${ACTOR_FRAGMENT}
${ADDRESS_FRAGMENT}