Skip to content

updateReferral

Update Referral

Arguments

input · updateReferralInput · Parameters for updateReferral

Returns

updateReferralPayload

Example

mutation updateReferral($input: updateReferralInput) {
updateReferral(input: $input) {
messages
referral
}
}