mirror of
https://github.com/wassname/talk.git
synced 2026-07-10 08:21:07 +08:00
Cherry seeing if he can fix stuff! (#2254)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user