PutMarkupShapeInput
InputAutogenerated input type of PutMarkupShape
mutation { organization(id: $organizationId) { project(id: $projectId) { putMarkupShape } } }
Example
mutation PutMarkupShape(
$organizationId: ID!
$projectId: ID!
$input: PutMarkupShapeInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
putMarkupShape(input: $input) {
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| createdAt | ISO8601DateTime | — |
| deleted | Boolean! | — |
| drawingSetPageId | ID! | — |
| id | ID! | — |
| issueId | ID! | — |
| lastModifiedOnCanvasId | String | — |
| mutationMetadata | JSON | — |
| opacity | Float | — |
| props | String! | — |
| rotation | Float! | — |
| tldrawId | String! | — |
| type | String! | — |
| updatedAt | ISO8601DateTime! | — |
| x | Float! | — |
| y | Float! | — |