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