OBJECT

OnlineFormTypeEntityEdge

A Relay edge containing a OnlineFormTypeEntity and its cursor.

link GraphQL Schema definition

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