input UpdateLotsInput
GraphQL input type for Lots update.
Fields
| Field | Type | Description |
|---|---|---|
lots_ids | [String]! | List of public API lots IDs identifying related records. |
is_active | Boolean | Whether this lots is active. |
Referenced By
- lots_update Mutation
Example
{
"lots_ids": ["TG90OjEyMzQ=", "TG90OjU2Nzg="],
"is_active": true
}