forked from potsda.mn/mobilizon
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
|
...PostBasicFields
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
members {
|
||||||
|
total
|
||||||
|
}
|
||||||
}
|
}
|
||||||
${ACTOR_FRAGMENT}
|
${ACTOR_FRAGMENT}
|
||||||
${ADDRESS_FRAGMENT}
|
${ADDRESS_FRAGMENT}
|
||||||
|
|
Loading…
Reference in a new issue