userlist-demo-ready
All checks were successful
Deploy on push / deploy (push) Successful in 6s

This commit is contained in:
2025-05-20 00:00:24 +03:00
parent dc5ad46df9
commit 1d64811880
17 changed files with 1347 additions and 447 deletions

View File

@@ -7,7 +7,7 @@ type Query {
# search_authors(what: String!): [Author]
# Auth queries
signOut: AuthSuccess!
logout: AuthResult!
me: AuthResult!
isEmailUsed(email: String!): Boolean!
isAdmin: Boolean!