SetProps sets the "props" field.
(tp *types.EntityProps)
| 137 | |
| 138 | // SetProps sets the "props" field. |
| 139 | func (ec *EntityCreate) SetProps(tp *types.EntityProps) *EntityCreate { |
| 140 | ec.mutation.SetProps(tp) |
| 141 | return ec |
| 142 | } |
| 143 | |
| 144 | // AddFileIDs adds the "file" edge to the File entity by IDs. |
| 145 | func (ec *EntityCreate) AddFileIDs(ids ...int) *EntityCreate { |
nothing calls this directly
no outgoing calls
no test coverage detected