mutation CreateReferral($input: CreateReferralInput!) { createReferral(input: $input) { id referrerId refereeId createdAt } }