mutation: {
    marketplaceSetSupplierPayoutMethod: [{
        input: Variable<"MarketplaceSetSupplierPayoutMethodInput!", "input">;
    }, {
        has_payout_method: boolean;
        payout_destination: boolean;
        payout_method_id: boolean;
    }];
} = ...

Type declaration

  • marketplaceSetSupplierPayoutMethod: [{
        input: Variable<"MarketplaceSetSupplierPayoutMethodInput!", "input">;
    }, {
        has_payout_method: boolean;
        payout_destination: boolean;
        payout_method_id: boolean;
    }]