OBJECT

OnlineFormResponseItemConnection

link GraphQL Schema definition

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