GraphQL OBJECT
The report data for one group.
type BiGroupResult {# Name of the group. The value will be null if the y-axis is not grouped.groupTitle: String # Index of the group.groupIndex: Int # Result data for all x-axis values.data: [String] }