This website requires JavaScript.
Explore
Help
Sign In
Spartan
/
wiki
Watch
1
Star
0
Fork
0
You've already forked wiki
mirror of
https://github.com/requarks/wiki.git
synced
2025-02-25 18:55:30 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
dc09d00875
wiki
/
client
/
graph
/
common-users-query-search.gql
11 lines
122 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: user-search component UI
2018-04-22 23:27:30 -05:00
query ($query: String!) {
users {
search(query:$query) {
id
name
email
feat: admin group edit / assign / unassign
2018-05-12 15:13:04 -05:00
provider
feat: user-search component UI
2018-04-22 23:27:30 -05:00
}
}
}
Reference in New Issue
Copy Permalink