UpdatedAt returns the value of the "updated_at" field in the mutation.
()
| 4184 | |
| 4185 | // UpdatedAt returns the value of the "updated_at" field in the mutation. |
| 4186 | func (m *GroupMutation) UpdatedAt() (r time.Time, exists bool) { |
| 4187 | v := m.updated_at |
| 4188 | if v == nil { |
| 4189 | return |
| 4190 | } |
| 4191 | return *v, true |
| 4192 | } |
| 4193 | |
| 4194 | // OldUpdatedAt returns the old "updated_at" field's value of the Group entity. |
| 4195 | // If the Group object wasn't provided to the builder, the object is fetched from the database. |