OBJECT
OnlineFormResponseItemEdge
A Relay edge containing a OnlineFormResponseItem and its cursor.
link GraphQL Schema definition
- type OnlineFormResponseItemEdge {
 - #   The item at the end of the edge
 - : OnlineFormResponse 
 - #   A cursor for use in pagination
 - : String! 
 - }