You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for sharing your suggestion! I had a quick look and found that exporting community solutions would be possible by using the userSolutionTopics graphql api you mentioned as well as the following to actually retrieve the solution:
query communitySolution($topicId: Int!) {
topic(id: $topicId) {
id
viewCount
topLevelCommentCount
subscribed
title
pinned
solutionTags {
name
slug
}
hideFromTrending
commentCount
isFavorite
post {
id
voteCount
voteStatus
content
updationDate
creationDate
status
isHidden
author {
isDiscussAdmin
isDiscussStaff
username
nameColor
activeBadge {
displayName
icon
}
profile {
userAvatar
reputation
}
isActive
}
authorIsModerator
isOwnPost
}
}
}
Right now, I don't have the bandwith to implement this, so I'll keep it unresolved for now. Contributions are welcome!
Could you allow also downloading of posted solutions, please?
The text was updated successfully, but these errors were encountered: