Strise Connect API Docs
TypesObjects

PathConnectionEdge

Represents one or more relations to an entity.

type PathConnectionEdge {
  kinds: [EntityRelationshipKind!]!
  node: EntityLike!
}

Fields

kinds [EntityRelationshipKind!]! non-null enum

[EntityRelationshipKind!]! The kinds of relationships to the entity.

node EntityLike! non-null interface

EntityLike! Related entity

Member Of

PathConnection object

On this page