Skip to main content

CommunicationRequestCreate

Create a new CommunicationRequest resource.

Mutation

mutation CommunicationRequestCreate($input: CommunicationRequestCreateInput!) {
CommunicationRequestCreate(input: $input) {
id
}
}

Input

Return Type

Returns the created CommunicationRequest resource.