mutation AddBonusTransaction($input: AddBonusTransactionInput!) { addBonusTransaction(input: $input) { id userId amount reason createdAt } }