25 lines
340 B
GraphQL
25 lines
340 B
GraphQL
query ReferralStats {
|
|
referralStats {
|
|
referrerId
|
|
availableBalance
|
|
referralsCount
|
|
transactions {
|
|
id
|
|
userId
|
|
amount
|
|
reason
|
|
orderId
|
|
createdAt
|
|
}
|
|
pendingWithdrawals {
|
|
id
|
|
requesterId
|
|
amount
|
|
status
|
|
reviewComment
|
|
createdAt
|
|
updatedAt
|
|
}
|
|
}
|
|
}
|