Blueprint
A project's infrastructure blueprint.
The blueprint contains all components (bundle instances) and links (connections between them) that define how your infrastructure fits together.
type Blueprint {
components(
filter: ComponentsFilter
sort: ComponentsSort
cursor: Cursor
): ComponentsPage
links(
filter: LinksFilter
sort: LinksSort
cursor: Cursor
): LinksPage
}
Fields
Blueprint.components ● ComponentsPage object {#components}
Components in this blueprint.
Blueprint.components.filter ● ComponentsFilter input {#blueprint-components-filter}
Filter results
Blueprint.components.sort ● ComponentsSort input {#blueprint-components-sort}
How to sort results
Blueprint.components.cursor ● Cursor input {#blueprint-components-cursor}
Pagination cursor from a previous response
Blueprint.links ● LinksPage object {#links}
Links between components in this blueprint.
Blueprint.links.filter ● LinksFilter input {#blueprint-links-filter}
Filter results
Blueprint.links.sort ● LinksSort input {#blueprint-links-sort}
How to sort results
Blueprint.links.cursor ● Cursor input {#blueprint-links-cursor}
Pagination cursor from a previous response
Member Of
Project object