Delete returns a delete builder for Integration.
()
| 1440 | |
| 1441 | // Delete returns a delete builder for Integration. |
| 1442 | func (c *IntegrationClient) Delete() *IntegrationDelete { |
| 1443 | mutation := newIntegrationMutation(c.config, OpDelete) |
| 1444 | return &IntegrationDelete{config: c.config, hooks: c.Hooks(), mutation: mutation} |
| 1445 | } |
| 1446 | |
| 1447 | // DeleteOne returns a builder for deleting the given entity. |
| 1448 | func (c *IntegrationClient) DeleteOne(_m *Integration) *IntegrationDeleteOne { |
no test coverage detected