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