mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-06 12:48:20 +00:00
6 lines
50 B
GraphQL
6 lines
50 B
GraphQL
query WhoAmIQuery {
|
|
viewer {
|
|
username
|
|
}
|
|
}
|