SetNotes sets the "notes" field.
(s string)
| 39782 | |
| 39783 | // SetNotes sets the "notes" field. |
| 39784 | func (m *UserMutation) SetNotes(s string) { |
| 39785 | m.notes = &s |
| 39786 | } |
| 39787 | |
| 39788 | // Notes returns the value of the "notes" field in the mutation. |
| 39789 | func (m *UserMutation) Notes() (r string, exists bool) { |
no outgoing calls