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
- FormViewEntity :
- # A cursor for use in pagination
- String! :
- }
OBJECT
A Relay edge containing a FormViewEntity
and its cursor.
- type FormViewEntityEdge {
- # The item at the end of the edge
- FormViewEntity :
- # A cursor for use in pagination
- String! :
- }