sdy

update graphql model

......@@ -4,10 +4,12 @@ type User {
name: String
email: String!
password: String
loginSecret: String
emailSecret: String
phoneSecret: String
bio: String
rooms: [Room]
createdAt: String
messages: [Message]
}
type Room {
......