From e0cc2915f22fe74d5be9e8f51d6b73437192e0ba Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 6 Nov 2025 04:10:55 +0900 Subject: feat: Support multi-user --- frontend/src/graphql/queries.graphql | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'frontend/src/graphql/queries.graphql') diff --git a/frontend/src/graphql/queries.graphql b/frontend/src/graphql/queries.graphql index 0e96851..d08140b 100644 --- a/frontend/src/graphql/queries.graphql +++ b/frontend/src/graphql/queries.graphql @@ -76,3 +76,10 @@ query GetArticle($id: ID!) { } } } + +query GetCurrentUser { + currentUser { + id + username + } +} -- cgit v1.2.3-70-g09d2