Delete returns a delete builder for Group.
()
| 1110 | |
| 1111 | // Delete returns a delete builder for Group. |
| 1112 | func (c *GroupClient) Delete() *GroupDelete { |
| 1113 | mutation := newGroupMutation(c.config, OpDelete) |
| 1114 | return &GroupDelete{config: c.config, hooks: c.Hooks(), mutation: mutation} |
| 1115 | } |
| 1116 | |
| 1117 | // DeleteOne returns a builder for deleting the given entity. |
| 1118 | func (c *GroupClient) DeleteOne(_m *Group) *GroupDeleteOne { |
no test coverage detected