Add message board and bonus program preview
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
mutation RequestRewardWithdrawal($input: RequestRewardWithdrawalInput!) {
|
||||
requestRewardWithdrawal(input: $input) {
|
||||
id
|
||||
amount
|
||||
status
|
||||
createdAt
|
||||
updatedAt
|
||||
reviewComment
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user