Gorodov Maksim
06/28/2018, 12:17 PM@hidden
for here?
type User {
id: ID! @unique
email: String! @hidden @unique
password: String! @hidden
nickname: String! @unique
name: String
createdAt: DateTime!
updatedAt: DateTime!
}
nilan
06/28/2018, 12:19 PMGorodov Maksim
06/28/2018, 12:20 PMnilan
06/28/2018, 12:21 PM@hidden
doesn't have a specific meaning. It is not a recognized directive in the Prisma datamodel.Gorodov Maksim
06/28/2018, 12:22 PM