ArchitectureLink
A link between two manifests in an architecture
type ArchitectureLink {
role: String!
srcField: String!
destField: String!
}
Fields​
role (String!)​
The role in the architecture to link to
srcField (String!)​
The field to link to on the upstream (dependee) manifest.
destField (String!)​
The field to link to on this manifest.