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(issue): add mutations for activities/componentVersions #69

Merged
merged 2 commits into from
Jul 15, 2024

Conversation

MR2011
Copy link
Collaborator

@MR2011 MR2011 commented Jul 12, 2024

Add following mutations:

    addComponentVersionToIssue(issueId: ID!, componentVersionId: ID!): Issue!
    removeComponentVersionFromIssue(issueId: ID!, componentVersionId: ID!): Issue!
    addIssueToActivity(activityId: ID!, issueId: ID!): Activity!
    removeIssueFromActivity(activityId: ID!, issueId: ID!): Activity!

@MR2011 MR2011 requested a review from drochow as a code owner July 12, 2024 08:59
@drochow drochow merged commit 8ce2f55 into main Jul 15, 2024
4 checks passed
@drochow drochow deleted the mut_rl_issue branch July 15, 2024 06:08
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