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