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

feat(supportGroup): add mutations for add/remove user #72

Merged
merged 2 commits into from
Jul 16, 2024
Merged

Conversation

MR2011
Copy link
Collaborator

@MR2011 MR2011 commented Jul 15, 2024

Add the following mutations:

    addUserToSupportGroup(supportGroupId: ID!, userId: ID!): SupportGroup!
    removeUserFromSupportGroup(supportGroupId: ID!, userId: ID!): SupportGroup!

@MR2011 MR2011 requested a review from drochow as a code owner July 15, 2024 11:45
@drochow drochow merged commit 66631e6 into main Jul 16, 2024
3 checks passed
@drochow drochow deleted the mut_rl_sg branch July 16, 2024 15:33
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.

2 participants