ArchitectureManifest
A template of a manifest to with a specific role in the architecture.
type ArchitectureManifest {
role: String!
bundle: Bundle
links: [ArchitectureLink]
}
Fields​
role
(String!
)​
The role of this manifest in the architecture.
bundle
(Bundle
)​
links
([ArchitectureLink]
)​
Manifests this is linked to.