Strise Connect API Docs
TypesObjects

EntityConnection

Represents connections to other entities: (queriedEntity)-[edges[0]]->(someEntity), (queriedEntity)-[edges[1]]->(someOtherEntity), etc.

type EntityConnection {
  edges: [EntityConnectionEdge!]!
}

Fields

edges [EntityConnectionEdge!]! non-null object

[EntityConnectionEdge!]!

Member Of

BusinessPerson object Company object CompanyReviewTriggerEvent object CustomBusinessPerson object EntityLike interface PrivatePerson object ReviewContext object

On this page