Add client referral bonus manager flow

This commit is contained in:
Ruslan Bakiev
2026-04-04 14:59:02 +07:00
parent ad1f6b8a35
commit 540418c1dc
7 changed files with 262 additions and 15 deletions

View File

@@ -3,6 +3,8 @@ mutation CreateReferral($input: CreateReferralInput!) {
id
referrerId
refereeId
createdById
bonusPercent
createdAt
}
}