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
  • node: OnlineFormResponse
  • # A cursor for use in pagination
  • cursor: String!
  • }