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

View File

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