mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 09:37:17 +00:00
5 lines
96 B
TypeScript
5 lines
96 B
TypeScript
export default class UserResolver {
|
|
username(_args, { ctx }) {
|
|
return ctx.username;
|
|
}
|
|
}
|