Skip to main content

addComponent

form schema

Add a component to a project's blueprint.

addComponent(
organizationId: ID!
projectId: ID!
ociRepoName: OciRepoName!
input: AddComponentInput!
): ComponentPayload

Form Schema

This mutation supports dynamic form generation using JSON Schema.

Loading schema...

Arguments

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

Your organization ID

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

The project ID

addComponent.ociRepoName ● OciRepoName! non-null scalar {#oci-repo-name}

The bundle's OCI repository name (e.g., 'aws-aurora-postgres')

addComponent.input ● AddComponentInput! non-null input {#input}

Add an infrastructure component to a project's blueprint. Each component is a specific instance of a bundle (like a Redis cache or PostgreSQL database) that composes with other components to form your application.

Type

ComponentPayload object