added user query by value to graph

This commit is contained in:
Wyatt Johnson
2018-01-03 14:01:51 -07:00
parent 0572a1c97d
commit 797cea4f63
8 changed files with 52 additions and 146 deletions
+4
View File
@@ -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