mirror of
https://github.com/wassname/talk.git
synced 2026-07-27 11:28:12 +08:00
Adding status to the FE Query
This commit is contained in:
@@ -58,7 +58,8 @@ CommunityContainer.propTypes = {
|
||||
const withData = withQuery(gql`
|
||||
query TalkAdmin_FlaggedUsernamesCount {
|
||||
flaggedUsernamesCount: userCount(query: {
|
||||
action_type: FLAG
|
||||
action_type: FLAG,
|
||||
statuses: [PENDING]
|
||||
})
|
||||
...${getDefinitionName(FlaggedAccounts.fragments.root)}
|
||||
...${getDefinitionName(FlaggedUser.fragments.root)}
|
||||
|
||||
Reference in New Issue
Block a user