Files
web-frontend/graphql/operations/bonus/request-reward-withdrawal.graphql
T

11 lines
198 B
GraphQL

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