Delete returns a delete builder for OrgInvitation.
()
| 1967 | |
| 1968 | // Delete returns a delete builder for OrgInvitation. |
| 1969 | func (c *OrgInvitationClient) Delete() *OrgInvitationDelete { |
| 1970 | mutation := newOrgInvitationMutation(c.config, OpDelete) |
| 1971 | return &OrgInvitationDelete{config: c.config, hooks: c.Hooks(), mutation: mutation} |
| 1972 | } |
| 1973 | |
| 1974 | // DeleteOne returns a builder for deleting the given entity. |
| 1975 | func (c *OrgInvitationClient) DeleteOne(_m *OrgInvitation) *OrgInvitationDeleteOne { |
no test coverage detected