OBJECT

FormViewEntityEdge

A Relay edge containing a FormViewEntity and its cursor.

link GraphQL Schema definition

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