input UpdateLotsInput

GraphQL input type for Lots update.

Fields

FieldTypeDescription
lots_ids[String]!
is_activeBoolean

Referenced By

Example

{
  "lots_ids": "abc123",
  "is_active": true
}