This website requires JavaScript.
Explore
Help
Sign In
mirror
/
lldap
Watch
1
Star
0
Fork
0
You've already forked lldap
mirror of
https://github.com/nitnelave/lldap.git
synced
2023-04-12 14:25:13 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
9015c3068a
lldap
/
app
/
queries
/
get_user_avatar.graphql
7 lines
82 B
GraphQL
Raw
Normal View
History
Unescape
Escape
new query for avatar
2023-01-04 22:51:36 +00:00
query
GetUserAvatar
(
$id
:
String
!
)
{
user
(
userId
:
$id
)
{
Refactor to context and reducer
2023-03-30 19:44:50 +00:00
id
new query for avatar
2023-01-04 22:51:36 +00:00
avatar
}
}
Reference in New Issue
Copy Permalink