Mutation returns the UserMutation object of the builder.
()
| 301 | |
| 302 | // Mutation returns the UserMutation object of the builder. |
| 303 | func (uc *UserCreate) Mutation() *UserMutation { |
| 304 | return uc.mutation |
| 305 | } |
| 306 | |
| 307 | // Save creates the User in the database. |
| 308 | func (uc *UserCreate) Save(ctx context.Context) (*User, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected