OBJECT
OnlineFormRelationEntityEdge
A Relay edge containing a OnlineFormRelationEntity and its cursor.
link GraphQL Schema definition
- type OnlineFormRelationEntityEdge {
- # The item at the end of the edge
- : OnlineFormRelationEntity
- # A cursor for use in pagination
- : String!
- }