mutation: {
    createWithdraw: [{
        input: Variable<"CreateWithdrawInput!", "input">;
    }, {
        withdraw_hash: boolean;
    }];
} = ...

Type declaration

  • createWithdraw: [{
        input: Variable<"CreateWithdrawInput!", "input">;
    }, {
        withdraw_hash: boolean;
    }]