fix: marked username as nullable

This commit is contained in:
Wyatt Johnson
2018-07-20 16:26:35 -06:00
parent 2c1111109a
commit 0a0f7ce216
@@ -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.