mirror of https://github.com/Requarks/wiki.git
10 lines
125 B
10 lines
125 B
query ($query: String!) {
|
|
users {
|
|
search(query:$query) {
|
|
id
|
|
name
|
|
email
|
|
providerKey
|
|
}
|
|
}
|
|
}
|