mutation UpdateUserCollectionOrder($collectionID: ID!, $nextCollectionID: ID) { updateUserCollectionOrder( collectionID: $collectionID nextCollectionID: $nextCollectionID ) }