OBJECT

EntityTreeNode

link GraphQL Schema definition

  • type EntityTreeNode {
  • childIds: [String!]
  • # id is either an EntityId (for an ENTITY node) or a relationship id (for a
  • # RELATIONSHIP node)
  • id: String!
  • type: EntityTreeNodeType!
  • }