MoveTakeoffItemUpInput
InputAutogenerated input type of MoveTakeoffItemUp
mutation { organization(id: $organizationId) { project(id: $projectId) { moveTakeoffItemUp } } }
Example
mutation MoveTakeoffItemUp(
$organizationId: ID!
$projectId: ID!
$input: MoveTakeoffItemUpInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
moveTakeoffItemUp(input: $input) {
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| id | ID! | — |
| mutationMetadata | JSON | — |
| now | ISO8601DateTime | — |