(ctx context.Context, arg UpdateGitSSHKeyParams)
| 1259 | // token stored by the winner. |
| 1260 | UpdateExternalAuthLinkRefreshToken(ctx context.Context, arg UpdateExternalAuthLinkRefreshTokenParams) error |
| 1261 | UpdateGitSSHKey(ctx context.Context, arg UpdateGitSSHKeyParams) (GitSSHKey, error) |
| 1262 | UpdateGroupByID(ctx context.Context, arg UpdateGroupByIDParams) (Group, error) |
| 1263 | UpdateInactiveUsersToDormant(ctx context.Context, arg UpdateInactiveUsersToDormantParams) ([]UpdateInactiveUsersToDormantRow, error) |
| 1264 | UpdateInboxNotificationReadStatus(ctx context.Context, arg UpdateInboxNotificationReadStatusParams) error |
no outgoing calls