Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to swap a project member for another across projects #2792

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

elisabeth-sorrell
Copy link
Collaborator

@elisabeth-sorrell elisabeth-sorrell commented Apr 21, 2023

closes #2490

…o to swap them. move assertValidRoles to the repo so that the swapMember can call it before swapping the two project members.
@github-actions
Copy link

🗞 GraphQL Summary

View schema changes
@@ -2810,8 +2810,13 @@
 
   """Reset Password"""
   resetPassword(input: ResetPasswordInput!): ResetPasswordOutput!
 
+  """
+  Swap out the oldProjectMember with newProjectMember in all projects that oldProjectMember is associated with.
+  """
+  swapProjectMember(newMemberId: ID!, oldMemberId: ID!): Boolean!
+
   """Toggles the pinned state for the resource ID for the requesting user"""
   togglePinned(
     """A resource ID"""
     id: ID!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ability to Replace Project Members in Response to Staff Transitions
1 participant