Update returns an update builder for Organization.
()
| 2114 | |
| 2115 | // Update returns an update builder for Organization. |
| 2116 | func (c *OrganizationClient) Update() *OrganizationUpdate { |
| 2117 | mutation := newOrganizationMutation(c.config, OpUpdate) |
| 2118 | return &OrganizationUpdate{config: c.config, hooks: c.Hooks(), mutation: mutation} |
| 2119 | } |
| 2120 | |
| 2121 | // UpdateOne returns an update builder for the given entity. |
| 2122 | func (c *OrganizationClient) UpdateOne(_m *Organization) *OrganizationUpdateOne { |
nothing calls this directly
no test coverage detected