Skip to content

sendSpeakToTrainerNotification

Send the trainer an email that the client wants to speak to them

Arguments

input · SendSpeakToTrainerNotificationInput · Parameters for SendSpeakToTrainerNotification

Returns

SendSpeakToTrainerNotificationPayload

Example

mutation sendSpeakToTrainerNotification(
$input: SendSpeakToTrainerNotificationInput
) {
sendSpeakToTrainerNotification(input: $input) {
messages
success_string
}
}