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