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