Why I can not set the GraphQL field “password” to the Dgraph password type that I have defined
password: password .
type User {
email: String! @dgraph(pred: "email")
name: String! @dgraph(pred: "name")
password: String! @dgraph('password')
}
I get this error: Schema change not allowed from PASSWORD to STRING