mirror of
https://github.com/wassname/talk.git
synced 2026-07-28 11:27:05 +08:00
fix: marked username as nullable
This commit is contained in:
@@ -361,7 +361,7 @@ type User {
|
||||
"""
|
||||
username is the name of the User visible to other Users.
|
||||
"""
|
||||
username: String!
|
||||
username: String
|
||||
|
||||
"""
|
||||
displayName is provided optionally when enabled and available.
|
||||
|
||||
Reference in New Issue
Block a user