UpdatedAt returns the value of the "updated_at" field in the mutation.
()
| 14419 | |
| 14420 | // UpdatedAt returns the value of the "updated_at" field in the mutation. |
| 14421 | func (m *UserMutation) UpdatedAt() (r time.Time, exists bool) { |
| 14422 | v := m.updated_at |
| 14423 | if v == nil { |
| 14424 | return |
| 14425 | } |
| 14426 | return *v, true |
| 14427 | } |
| 14428 | |
| 14429 | // OldUpdatedAt returns the old "updated_at" field's value of the User entity. |
| 14430 | // If the User object wasn't provided to the builder, the object is fetched from the database. |
no outgoing calls
no test coverage detected