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