Skip to main content

ServiceRequestCreate

Create a new ServiceRequest resource.

Mutation

mutation ServiceRequestCreate($input: ServiceRequestCreateInput!) {
ServiceRequestCreate(input: $input) {
id
}
}

Input

Return Type

Returns the created ServiceRequest resource.