Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make ChangeOrgMemberRole handle missing userId
Since ChangeOrgMemberRole is called directly from GraphQL, it's possible it could be passed a userId that isn't in our database. Ensure that it can't accidentally create an invalid OrgMember entry in that case.
- Loading branch information