object DeleteLotOutput
GraphQL output type for Lot delete.
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | Public API request ID that identifies the related record. |
complexity | Int | Complexity as a numeric value. |
lot | Lot | Lot returned by this operation. |
Referenced By
- lot_delete Mutation
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"lot": {id: "TG90OjEyMzQ="}
}