sdy

update schema in graphql models

......@@ -5,6 +5,7 @@ type User {
email: String!
password: String
emailSecret: String
phoneNum: String
phoneSecret: String
bio: String
rooms: [Room]
......