Get Daily Mood Summary

Use the dailyMoodSummary query to get the stats of how many times a user selected a daily Mood.

Available Fields

Available Fields

Example

query dailyMoodSummary {
  dailyMoodSummary(startDate: "2023-05-08", endDate:"2023-05-10") {
    answersStats {
      total 
      answer {
	id 
	answer 
	imageUrl 
	type
       }
    }
  }
}

Last updated