Cherry seeing if he can fix stuff! (#2254)

This commit is contained in:
cpoonolly
2019-04-11 22:42:17 +07:00
committed by Kiwi
parent cd4ae47958
commit 738542ab99
@@ -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 {