Files
wasmer/lib/registry/graphql/queries/whoami.graphql
2023-02-28 16:42:35 +00:00

6 lines
50 B
GraphQL

query WhoAmIQuery {
viewer {
username
}
}