Simplify manager cabinet flows
This commit is contained in:
24
graphql/operations/manager/referral-stats.graphql
Normal file
24
graphql/operations/manager/referral-stats.graphql
Normal file
@@ -0,0 +1,24 @@
|
||||
query ReferralStats {
|
||||
referralStats {
|
||||
referrerId
|
||||
availableBalance
|
||||
referralsCount
|
||||
transactions {
|
||||
id
|
||||
userId
|
||||
amount
|
||||
reason
|
||||
orderId
|
||||
createdAt
|
||||
}
|
||||
pendingWithdrawals {
|
||||
id
|
||||
requesterId
|
||||
amount
|
||||
status
|
||||
reviewComment
|
||||
createdAt
|
||||
updatedAt
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user