OBJECT

BusinessAppSourceTree

link GraphQL Schema definition

  • type BusinessAppSourceTree {
  • # The children of this node in the tree.
  • children: [BusinessAppSourceTree!]
  • # The entity that represents this node, if this node exists in EDS.
  • entity: Entity
  • # The name of this node in the tree
  • name: String!
  • # The URL at which this node can be visualized in the UI, if applicable.
  • url: HyperLink
  • }