SetPasswordHash sets the "password_hash" field.
(s string)
| 39526 | |
| 39527 | // SetPasswordHash sets the "password_hash" field. |
| 39528 | func (m *UserMutation) SetPasswordHash(s string) { |
| 39529 | m.password_hash = &s |
| 39530 | } |
| 39531 | |
| 39532 | // PasswordHash returns the value of the "password_hash" field in the mutation. |
| 39533 | func (m *UserMutation) PasswordHash() (r string, exists bool) { |
no outgoing calls