OBJECT
EntityRelationshipConnection
link GraphQL Schema definition
- type EntityRelationshipConnection implements Connection {
- # Count of relationships in this page.
- Int! :
- EntityRelationshipEdge!] : [
- EntityRelationship!] : [
- PageInfo! :
- # Total count of matching entities, if available. This may be expensive to
- # calculate.
- Int :
- }