object UpdateLotsOutput
GraphQL output type for Lots update.
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | |
complexity | Int | |
ok | Boolean |
Referenced By
- lots_update Mutation
Example
{
"request_id": "abc123",
"complexity": 987,
"ok": true
}GraphQL output type for Lots update.
| Field | Type | Description |
|---|---|---|
request_id | String | |
complexity | Int | |
ok | Boolean |
{
"request_id": "abc123",
"complexity": 987,
"ok": true
}