From 738542ab99ee3752e08221928a2829f07843f56d Mon Sep 17 00:00:00 2001 From: cpoonolly Date: Thu, 11 Apr 2019 22:42:17 +0700 Subject: [PATCH] Cherry seeing if he can fix stuff! (#2254) --- client/coral-admin/src/routes/Community/containers/People.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 {