object LocationOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | |
complexity | Int | |
location | Location |
Referenced By
- location_create Mutation
- location_update Mutation
Example
{
"request_id": "abc123",
"complexity": 987,
"location": Location
}| Field | Type | Description |
|---|---|---|
request_id | String | |
complexity | Int | |
location | Location |
{
"request_id": "abc123",
"complexity": 987,
"location": Location
}