Strise Connect API Docs
TypesObjects

EntityConnectionEdge

No description

type EntityConnectionEdge {
  kind: EntityRelationshipKind!
  explanation: String!
  custom: Boolean!
  node: EntityLike!
  details: RelationshipDetails
}

Fields

kind EntityRelationshipKind! non-null enum

EntityRelationshipKind! The kind of relationship between the entities.

explanation String! non-null scalar

String! Details for the relationship.

custom Boolean! non-null scalar

Boolean! Whether this is a custom relation

node EntityLike! non-null interface

EntityLike! Related entity

details RelationshipDetails union

RelationshipDetails

Member Of

EntityConnection object

On this page