Files
wasmer/lib/registry/graphql/queries/whoami.graphql
2022-11-10 15:46:09 +01:00

5 lines
49 B
GraphQL

query WhoAmIQuery {
viewer {
username
}
}