Delete returns a delete builder for Organization.
()
| 2132 | |
| 2133 | // Delete returns a delete builder for Organization. |
| 2134 | func (c *OrganizationClient) Delete() *OrganizationDelete { |
| 2135 | mutation := newOrganizationMutation(c.config, OpDelete) |
| 2136 | return &OrganizationDelete{config: c.config, hooks: c.Hooks(), mutation: mutation} |
| 2137 | } |
| 2138 | |
| 2139 | // DeleteOne returns a builder for deleting the given entity. |
| 2140 | func (c *OrganizationClient) DeleteOne(_m *Organization) *OrganizationDeleteOne { |
no test coverage detected