linkComponents
Create a link between two components.
linkComponents(
organizationId: ID!
projectId: ID!
input: LinkComponentsInput!
): LinkPayload
Form Schema
This mutation supports dynamic form generation using JSON Schema.
Loading schema...
Arguments
linkComponents.organizationId ● ID! non-null scalar {#organization-id}
Your organization ID
linkComponents.projectId ● ID! non-null scalar {#project-id}
The project ID
linkComponents.input ● LinkComponentsInput! non-null input {#input}
Create a link between two components in a project's blueprint. Links connect an output field on the source component to an input field on the destination component, establishing data flow between infrastructure resources.