diff --git a/client/coral-admin/src/routes/Community/containers/People.js b/client/coral-admin/src/routes/Community/containers/People.js index 57fb7fa8e..771f1d433 100644 --- a/client/coral-admin/src/routes/Community/containers/People.js +++ b/client/coral-admin/src/routes/Community/containers/People.js @@ -140,8 +140,11 @@ const LOAD_MORE_QUERY = gql` $limit: Int $cursor: Cursor $value: String + $state: UserStateInput ) { - users(query: { value: $value, limit: $limit, cursor: $cursor }) { + users( + query: { value: $value, limit: $limit, cursor: $cursor, state: $state } + ) { hasNextPage endCursor nodes {