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>
9 lines
189 B
GraphQL
9 lines
189 B
GraphQL
mutation SortUserCollections(
|
|
$parentCollectionID: ID
|
|
$sortOption: SortOptions!
|
|
) {
|
|
sortUserCollections(
|
|
parentCollectionID: $parentCollectionID
|
|
sortOption: $sortOption
|
|
)
|
|
}
|