repositoryItem
Represents a repository associated with the application, including its type and location.
Examples
type RepositoryItem {
type: String
system: String
date: String
location: [AppFlowItemLocation]
}
Fields
Field
Description
Supported fields
type String
Type of the repository
system String
System associated with the repository
date String
Timestamp indicating when the repository information was last updated
location [AppFlowItemLocation]
Locations where the repository is hosted or deployed
runBy String
foundBy String
foundIn String
link String
References
Fields with this object:
Last updated