Skip to main content

project

Fetch a single project by its identifier.

project(
organizationId: ID!
id: ID!
): Project

Arguments

project.organizationId ● ID! non-null scalar {#organization-id}

Your organization's unique identifier.

project.id ● ID! non-null scalar {#id}

The project's unique identifier.

Type

Project object

A project organizes related infrastructure under a single blueprint.

Each project contains a Blueprint that defines your infrastructure architecture -- which bundles to use and how they connect -- and one or more Environments (like staging or production) where that architecture is actually deployed.

Tags set on a project are inherited by all environments and instances within it.