This returns the projects that have gained or lost the most Social Volume over the given time window.
Arguments description:
{
topSocialGainersLosers(from: "2019-05-09T11:25:04.894Z", to: "2019-06-23T11:25:04.894Z", size: 5, status: ALL, timeWindow: "2d") {
datetime
projects {
slug
status
change
}
}
}
Run in terminal