OBJECT

OnlineFormResponseSummaryItemConnection

link GraphQL Schema definition

  • type OnlineFormResponseSummaryItemConnection {
  • # Pagination data for this connection.
  • pageInfo: PageInfo!
  • # Contains the nodes in this connection.
  • edges: [OnlineFormResponseSummaryItemEdge]!
  • # Total number of results in the view
  • totalCount: Int!
  • }