input DeleteLotInput
GraphQL input type for Lot delete.
Fields
| Field | Type | Description |
|---|---|---|
lot_id | String! |
Referenced By
- lot_delete Mutation
Example
{
"lot_id": "abc123"
}GraphQL input type for Lot delete.
| Field | Type | Description |
|---|---|---|
lot_id | String! |
{
"lot_id": "abc123"
}