Skip to main content

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

Links between components in this blueprint.

Filter results

How to sort results

Pagination cursor from a previous response

Member Of

Project object