mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #4358] [MERGED] chore: addition of new GQL subscription for UserCollection duplication #4763
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#4763
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/4358
Author: @balub
Created: 9/18/2024
Status: ✅ Merged
Merged: 9/26/2024
Merged by: @jamesgeorge007
Base:
next← Head:chore/user-collection-duplication-subscription-fix📝 Commits (6)
134396cchore: created a new subscription to listen for userCollection duplication15d8719chore: added subscription for UserCollection duplication8390063chore: changed return type of childCollections in UserCollectionDuplicatedData typefebeba0chore: fixed issue with childCollection data type505dc52chore: completed requested changes in PR review201c698chore: revert updates todocker-compose.yml📊 Changes
4 files changed (+141 additions, -3 deletions)
View changed files
📝
packages/hoppscotch-backend/src/pubsub/topicsDefs.ts(+2 -0)📝
packages/hoppscotch-backend/src/user-collection/user-collection.resolver.ts(+11 -0)📝
packages/hoppscotch-backend/src/user-collection/user-collection.service.ts(+77 -3)📝
packages/hoppscotch-backend/src/user-collection/user-collections.model.ts(+51 -0)📄 Description
Closes HSB-476
What's changed
In this PR we add a new GQL subscription
userCollectionDuplicatedwhich returns the entire UserCollection tree when subscribed to.Notes to reviewers
Nil
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.