OBJECT
BusinessAppTraits
link GraphQL Schema definition
- type BusinessAppTraits {
- # The URLs at which this application can be reached, if available.
- HyperLink!] : [
- # The code repositories that are associated with this application.
- HyperLink!] : [
- # The source information of this application. This represents the hierarchy from
- # where this application is
- # obtained. For example, in CloudFoundry applications, this would represent the
- # foundation/org/space in which
- # the application is present.
- BusinessAppSourceTree :
- }