mutation CreateCommunicationMutation($input: CreateCommunicationInput!) { createCommunication(input: $input) { ok id } }