conversation
fetch a conversation by id
Arguments
provider_id
· ID
· (DEPRECATED - NO LONGER NEEDED) ID of the provider to get conversation for (if nil, will return current users) Returns
Conversation
Example
query conversation($id: ID, $provider_id: ID) { conversation(id: $id, provider_id: $provider_id) { closed_by closed_date community_chat community_chat_prefix conversation_memberships conversation_memberships_count created_at current_user_conversation_membership dietitian_id first_four_invitees id includes_multiple_clients invitees is_hidden_for_client last_message_content last_note_viewed_id name notes owner patient_id updated_at user_groups }}