UsernameHistory
No description
type UsernameHistory { username: String! createdBy: User! createdAt: Time!}
#
Fieldsusername
(String!
)#
username is the username that was assigned
createdBy
(User!
)#
createdBy is the user that created this username
createdAt
(Time!
)#
createdAt is the time the username was created