fix(group): fix getting group members count
Closes #1303 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
f04d2b9225
commit
f749518bf7
@ -186,6 +186,9 @@ export const GROUP_BASIC_FIELDS_FRAGMENTS = gql`
|
||||
...PostBasicFields
|
||||
}
|
||||
}
|
||||
members {
|
||||
total
|
||||
}
|
||||
}
|
||||
${ACTOR_FRAGMENT}
|
||||
${ADDRESS_FRAGMENT}
|
||||
|
Loading…
Reference in New Issue
Block a user