mirror of
https://github.com/wassname/talk.git
synced 2026-07-18 12:40:13 +08:00
added user query by value to graph
This commit is contained in:
@@ -233,8 +233,12 @@ input UsersQuery {
|
||||
# Users returned will only be ones which have at least one action of this.
|
||||
action_type: ACTION_TYPE
|
||||
|
||||
# state will filter the users to a specific set of users that meet.
|
||||
state: UserStateInput
|
||||
|
||||
# value is the search string to use to search for a pa
|
||||
value: String = ""
|
||||
|
||||
# Limit the number of results to be returned.
|
||||
limit: Int = 10
|
||||
|
||||
|
||||
Reference in New Issue
Block a user