api-client/packages/hoppscotch-selfhost-web/src/api/mutations/SortUserCollections.graphql
Mir Arif Hasan 81fe98f25d
feature: add alphabetical sort for user and team collections (#5383)
Co-authored-by: nivedin <nivedinp@gmail.com>
Co-authored-by: Nivedin <53208152+nivedin@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-09-23 14:46:23 +05:30

9 lines
189 B
GraphQL

mutation SortUserCollections(
$parentCollectionID: ID
$sortOption: SortOptions!
) {
sortUserCollections(
parentCollectionID: $parentCollectionID
sortOption: $sortOption
)
}