DeletedAt returns the value of the "deleted_at" field in the mutation.
()
| 4220 | |
| 4221 | // DeletedAt returns the value of the "deleted_at" field in the mutation. |
| 4222 | func (m *GroupMutation) DeletedAt() (r time.Time, exists bool) { |
| 4223 | v := m.deleted_at |
| 4224 | if v == nil { |
| 4225 | return |
| 4226 | } |
| 4227 | return *v, true |
| 4228 | } |
| 4229 | |
| 4230 | // OldDeletedAt returns the old "deleted_at" field's value of the Group entity. |
| 4231 | // If the Group object wasn't provided to the builder, the object is fetched from the database. |
no outgoing calls
no test coverage detected