wiki/client/graph/common-users-query-search.gql

10 lines
107 B
Plaintext
Raw Normal View History

2018-04-22 23:27:30 -05:00
query ($query: String!) {
users {
search(query:$query) {
id
name
email
}
}
}