Files
web-frontend/graphql/operations/bonus/request-reward-withdrawal.graphql
2026-04-06 14:41:32 +07:00

11 lines
198 B
GraphQL

mutation RequestRewardWithdrawal($input: RequestRewardWithdrawalInput!) {
requestRewardWithdrawal(input: $input) {
id
amount
status
createdAt
updatedAt
reviewComment
}
}