mirror of
https://github.com/aljazceru/landscape-template.git
synced 2026-01-31 12:14:30 +01:00
9 lines
65 B
GraphQL
9 lines
65 B
GraphQL
query Me {
|
|
me {
|
|
id
|
|
name
|
|
avatar
|
|
join_date
|
|
}
|
|
}
|