OBJECT

OnlineFormEntityEdge

A Relay edge containing a OnlineFormEntity and its cursor.

link GraphQL Schema definition

  • type OnlineFormEntityEdge {
  • # The item at the end of the edge
  • node: OnlineFormEntity
  • # A cursor for use in pagination
  • cursor: String!
  • }