mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 09:16:03 +03:00
[PR #4359] [MERGED] chore: export single User/Team Collection #4768
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#4768
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/4359
Author: @balub
Created: 9/18/2024
Status: ✅ Merged
Merged: 9/27/2024
Merged by: @balub
Base:
next← Head:chore/collection-export-addition📝 Commits (4)
2cc218bchore: added query to export single TeamCollection dataf635cf5chore: added query to export single UserCollection datad3fb1dcchore: fixed typo4a0f63achore: completed requested changes in PR review📊 Changes
5 files changed (+68 additions, -3 deletions)
View changed files
📝
packages/hoppscotch-backend/src/team-collection/team-collection.resolver.ts(+30 -0)📝
packages/hoppscotch-backend/src/team-collection/team-collection.service.ts(+2 -2)📝
packages/hoppscotch-backend/src/user-collection/user-collection.resolver.ts(+24 -0)📝
packages/hoppscotch-backend/src/user-collection/user-collection.service.ts(+1 -1)📝
packages/hoppscotch-backend/src/utils.ts(+11 -0)📄 Description
Closes HSB-470
What's changed
In this PR we add 2 new queries that can be used to export a single
UserCollectionand aTeamCollection.The queries are :
exportUserCollectionToJSONexportCollectionToJSONNotes to reviewers
nil
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.