location_delete
Arguments
| Argument | Type | Required | Default | Description |
|---|---|---|---|---|
data | DeleteLocationInput! | Yes |
Return Type
Mutation
mutation location_delete(
$data: DeleteLocationInput!
) {
location_delete(
data: $data
) {
request_id
complexity
}
}Variables
{
"data": {
"location_id": "TG9jYXRpb246MTIzNA=="
}
}Response
{
"data": {
"location_delete": {
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100
}
}
}