input UpdateLotsInput
GraphQL input type for Lots update.
Fields
| Field | Type | Description |
|---|---|---|
lots_ids | [String]! | |
is_active | Boolean |
Referenced By
- lots_update Mutation
Example
{
"lots_ids": "abc123",
"is_active": true
}GraphQL input type for Lots update.
| Field | Type | Description |
|---|---|---|
lots_ids | [String]! | |
is_active | Boolean |
{
"lots_ids": "abc123",
"is_active": true
}