UsernameHistory
No description
type UsernameHistory {
  username: String!
  createdBy: User!
  createdAt: Time!
}
Fields
UsernameHistory.username ● String! non-null scalar
username is the username that was assigned
UsernameHistory.createdBy ● User! non-null object
createdBy is the user that created this username
UsernameHistory.createdAt ● Time! non-null scalar
createdAt is the time the username was created
Member Of
UsernameStatus  object