OBJECT

OnlineFormStyleEntityEdge

A Relay edge containing a OnlineFormStyleEntity and its cursor.

link GraphQL Schema definition

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