Update returns an update builder for OrgInvitation.
()
| 1949 | |
| 1950 | // Update returns an update builder for OrgInvitation. |
| 1951 | func (c *OrgInvitationClient) Update() *OrgInvitationUpdate { |
| 1952 | mutation := newOrgInvitationMutation(c.config, OpUpdate) |
| 1953 | return &OrgInvitationUpdate{config: c.config, hooks: c.Hooks(), mutation: mutation} |
| 1954 | } |
| 1955 | |
| 1956 | // UpdateOne returns an update builder for the given entity. |
| 1957 | func (c *OrgInvitationClient) UpdateOne(_m *OrgInvitation) *OrgInvitationUpdateOne { |
nothing calls this directly
no test coverage detected