mirror of
https://github.com/aljazceru/landscape-template.git
synced 2026-01-25 01:04:24 +01:00
9 lines
114 B
GraphQL
9 lines
114 B
GraphQL
query SearchUsers($value: String!) {
|
|
searchUsers(value: $value) {
|
|
id
|
|
name
|
|
avatar
|
|
jobTitle
|
|
}
|
|
}
|