input UpdateLotsInput

GraphQL input type for Lots update.

Fields

FieldTypeDescription
lots_ids[String]!

List of public API lots IDs identifying related records.

is_activeBoolean

Whether this lots is active.

Referenced By

Example

{
  "lots_ids": ["TG90OjEyMzQ=", "TG90OjU2Nzg="],
  "is_active": true
}