OBJECT
Rows for online form type summary detail - aggregation
type OnlineFormResponseSummary {id: ID type: EntityNameEnum isAvailable: Boolean name: String pictureUrl: String numberOfResponses: Int # List of online_form ids sorted by modified in ascending order.onlineFormIds: [ID!]! sentDate: DateTime responseDate: DateTime summarizedResponseValue: Int }