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
- : OnlineFormEntity
- # A cursor for use in pagination
- : String!
- }