addComponent
Add a component to a project's blueprint.
addComponent(
organizationId: ID!
projectId: ID!
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.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.