Inital rename of displayName -> username

This commit is contained in:
Wyatt Johnson
2017-02-09 16:48:59 -07:00
parent 646f6040ac
commit 3cd2b28bc2
52 changed files with 171 additions and 164 deletions
+2 -2
View File
@@ -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]