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/mutations.graphql | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'frontend/src/graphql/mutations.graphql') diff --git a/frontend/src/graphql/mutations.graphql b/frontend/src/graphql/mutations.graphql index 9070118..f919e66 100644 --- a/frontend/src/graphql/mutations.graphql +++ b/frontend/src/graphql/mutations.graphql @@ -50,3 +50,16 @@ mutation MarkFeedUnread($id: ID!) { fetchedAt } } + +mutation Login($username: String!, $password: String!) { + login(username: $username, password: $password) { + user { + id + username + } + } +} + +mutation Logout { + logout +} -- cgit v1.2.3-70-g09d2