mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
Inital rename of displayName -> username
This commit is contained in:
@@ -47,8 +47,8 @@ enum USER_ROLES {
|
||||
type User {
|
||||
id: ID!
|
||||
|
||||
# display name of a user.
|
||||
displayName: String!
|
||||
# username of a user.
|
||||
username: String!
|
||||
|
||||
# actions against a specific user.
|
||||
actions: [ActionSummary]
|
||||
|
||||
Reference in New Issue
Block a user