OBJECT

OrganizationRelationshipConnection

The connection type for OrganizationRelationship.

link GraphQL Schema definition

type OrganizationRelationshipConnection {

A list of edges.
edges: [OrganizationRelationshipEdge]

A list of nodes.
nodes: [OrganizationRelationship]

Information to aid in pagination.
pageInfo: PageInfo!

Total count
totalCount: Int!

}