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