Skip to main content

CommunicationCreate

Create a new Communication resource.

Mutation

mutation CommunicationCreate($input: CommunicationCreateInput!) {
CommunicationCreate(input: $input) {
id
}
}

Input

Return Type

Returns the created Communication resource.