Skip to main content

Get Communication

Get a single Communication by ID.

Query

query GetCommunication($id: ID!) {
communication(id: $id) {
id
# Add other fields as needed
}
}

Parameters

  • id: ID of the resource to retrieve

Return Type

Returns a Communication resource.