Name returns the value of the "name" field in the mutation.
()
| 4027 | |
| 4028 | // Name returns the value of the "name" field in the mutation. |
| 4029 | func (m *GroupMutation) Name() (r string, exists bool) { |
| 4030 | v := m.name |
| 4031 | if v == nil { |
| 4032 | return |
| 4033 | } |
| 4034 | return *v, true |
| 4035 | } |
| 4036 | |
| 4037 | // OldName returns the old "name" field's value of the Group entity. |
| 4038 | // If the Group object wasn't provided to the builder, the object is fetched from the database. |
no outgoing calls
no test coverage detected