OBJECT
OnlineFormRelationEntityConnection
link GraphQL Schema definition
- type OnlineFormRelationEntityConnection {
- # Pagination data for this connection.
- : PageInfo!
- # Contains the nodes in this connection.
- : [OnlineFormRelationEntityEdge]!
- # Total number of items in the connection.
- : Int
- }