SetUsername sets the "username" field.
(s string)
| 39746 | |
| 39747 | // SetUsername sets the "username" field. |
| 39748 | func (m *UserMutation) SetUsername(s string) { |
| 39749 | m.username = &s |
| 39750 | } |
| 39751 | |
| 39752 | // Username returns the value of the "username" field in the mutation. |
| 39753 | func (m *UserMutation) Username() (r string, exists bool) { |
no outgoing calls