LocationUpdate
Update an existing Location resource.
Mutation
mutation LocationUpdate($id: ID!, $input: LocationUpdateInput!) {
LocationUpdate(id: $id, input: $input) {
id
}
}
Input
id: ID of the resource to updateinput: See LocationUpdateInput for input fields.
Return Type
Returns the updated Location resource.