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