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(service): add mutations for relations #61

Merged
merged 3 commits into from
Jul 12, 2024
Merged

feat(service): add mutations for relations #61

merged 3 commits into from
Jul 12, 2024

Conversation

MR2011
Copy link
Collaborator

@MR2011 MR2011 commented Jul 9, 2024

Adds the following mutations:

    addServiceToSupportGroup(supportGroupId: ID!, serviceId: ID!): SupportGroup!
    removeServiceFromSupportGroup(supportGroupId: ID!, serviceId: ID!): SupportGroup!
    addOwnerToService(serviceId: ID!, userId: ID!): Service!
    removeOwnerFromService(serviceId: ID!, userId: ID!): Service!
    addIssueRepositoryToService(serviceId: ID!, issueRepositoryId: ID!, priority: Int!): Service!
    removeIssueRepositoryFromService(serviceId: ID!, issueRepositoryId: ID!): Service!
    addServiceToActivity(activityId: ID!, serviceId: ID!): Activity!
    removeServiceFromActivity(activityId: ID!, serviceId: ID!): Activity!

@MR2011 MR2011 requested a review from drochow as a code owner July 9, 2024 14:18
drochow
drochow previously approved these changes Jul 11, 2024
Copy link
Collaborator

@drochow drochow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor comments

internal/app/activity_test.go Outdated Show resolved Hide resolved
internal/app/interface.go Show resolved Hide resolved
internal/e2e/activity_query_test.go Show resolved Hide resolved
internal/e2e/activity_query_test.go Show resolved Hide resolved
@drochow drochow merged commit 295d4c7 into main Jul 12, 2024
4 checks passed
@drochow drochow deleted the mut_rl_service branch July 12, 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