Telemedicine Mutations

These mutations allow you to interact with telemedicine data.

endVideoCall

Returns: String

Arguments

ArgumentTypeDescription
appointmentIdrequiredID!ID of the appointment
Example Query
mutation($appointmentId: ID!) {
endVideoCall(appointmentId: $appointmentId) {
id
# Add other fields you need
}
}
Variables
{
"appointmentId": "1"
}