Skip to main content

setComponentPosition

form schema

Set the position of a component on the canvas.

setComponentPosition(
organizationId: ID!
projectId: ID!
id: ID!
input: SetComponentPositionInput!
): ComponentPayload

Form Schema

This mutation supports dynamic form generation using JSON Schema.

Loading schema...

Arguments

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

Your organization ID

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

The project ID

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

The component ID

setComponentPosition.input ● SetComponentPositionInput! non-null input {#input}

Set the position of a component on the canvas.

Type

ComponentPayload object