@aave/graphql 1.1.1 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/testing.d.ts CHANGED
@@ -170,7 +170,7 @@ type introspection_types = {
170
170
  'AssetRequest': { kind: 'INPUT_OBJECT'; name: 'AssetRequest'; isOneOf: false; inputFields: [{ name: 'query'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'AssetRequestQuery'; ofType: null; }; }; defaultValue: null }]; };
171
171
  'AssetRequestQuery': { kind: 'INPUT_OBJECT'; name: 'AssetRequestQuery'; isOneOf: true; inputFields: [{ name: 'token'; type: { kind: 'INPUT_OBJECT'; name: 'Erc20Input'; ofType: null; }; defaultValue: null }, { name: 'assetId'; type: { kind: 'SCALAR'; name: 'AssetId'; ofType: null; }; defaultValue: null }]; };
172
172
  'AssetSampleBreakdown': { kind: 'OBJECT'; name: 'AssetSampleBreakdown'; fields: { 'amount': { name: 'amount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'DecimalNumber'; ofType: null; }; } }; 'apy': { name: 'apy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'hub': { name: 'hub'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Hub'; ofType: null; }; } }; }; };
173
- 'AssetSummary': { kind: 'OBJECT'; name: 'AssetSummary'; fields: { 'borrowApy': { name: 'borrowApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'supplyApy': { name: 'supplyApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'totalBorrowCap': { name: 'totalBorrowCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AssetAmountWithChange'; ofType: null; }; } }; 'totalBorrowable': { name: 'totalBorrowable'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AssetAmountWithChange'; ofType: null; }; } }; 'totalBorrowed': { name: 'totalBorrowed'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AssetAmountWithChange'; ofType: null; }; } }; 'totalSuppliable': { name: 'totalSuppliable'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AssetAmountWithChange'; ofType: null; }; } }; 'totalSupplied': { name: 'totalSupplied'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AssetAmountWithChange'; ofType: null; }; } }; 'totalSupplyCap': { name: 'totalSupplyCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AssetAmountWithChange'; ofType: null; }; } }; }; };
173
+ 'AssetSummary': { kind: 'OBJECT'; name: 'AssetSummary'; fields: { 'activeReservesCount': { name: 'activeReservesCount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'borrowApy': { name: 'borrowApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'reservesCount': { name: 'reservesCount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'supplyApy': { name: 'supplyApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'totalBorrowCap': { name: 'totalBorrowCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AssetAmountWithChange'; ofType: null; }; } }; 'totalBorrowable': { name: 'totalBorrowable'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AssetAmountWithChange'; ofType: null; }; } }; 'totalBorrowed': { name: 'totalBorrowed'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AssetAmountWithChange'; ofType: null; }; } }; 'totalSuppliable': { name: 'totalSuppliable'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AssetAmountWithChange'; ofType: null; }; } }; 'totalSupplied': { name: 'totalSupplied'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AssetAmountWithChange'; ofType: null; }; } }; 'totalSupplyCap': { name: 'totalSupplyCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AssetAmountWithChange'; ofType: null; }; } }; }; };
174
174
  'AssetSupplyHistoryRequest': { kind: 'INPUT_OBJECT'; name: 'AssetSupplyHistoryRequest'; isOneOf: false; inputFields: [{ name: 'query'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'AssetSupplyHistoryRequestQuery'; ofType: null; }; }; defaultValue: null }, { name: 'window'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'TimeWindow'; ofType: null; }; }; defaultValue: "LAST_DAY" }]; };
175
175
  'AssetSupplyHistoryRequestQuery': { kind: 'INPUT_OBJECT'; name: 'AssetSupplyHistoryRequestQuery'; isOneOf: true; inputFields: [{ name: 'token'; type: { kind: 'INPUT_OBJECT'; name: 'Erc20Input'; ofType: null; }; defaultValue: null }, { name: 'assetId'; type: { kind: 'SCALAR'; name: 'AssetId'; ofType: null; }; defaultValue: null }]; };
176
176
  'AssetSupplySample': { kind: 'OBJECT'; name: 'AssetSupplySample'; fields: { 'amount': { name: 'amount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'DecimalNumber'; ofType: null; }; } }; 'averageApy': { name: 'averageApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'breakdown': { name: 'breakdown'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AssetSampleBreakdown'; ofType: null; }; }; }; } }; 'date': { name: 'date'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; } }; 'highestApy': { name: 'highestApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'lowestApy': { name: 'lowestApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; }; };
@@ -244,7 +244,7 @@ type introspection_types = {
244
244
  'HubAssetInterestRateModelRequestQuery': { kind: 'INPUT_OBJECT'; name: 'HubAssetInterestRateModelRequestQuery'; isOneOf: true; inputFields: [{ name: 'hubAssetId'; type: { kind: 'SCALAR'; name: 'HubAssetId'; ofType: null; }; defaultValue: null }]; };
245
245
  'HubAssetInterestRateModelResult': { kind: 'OBJECT'; name: 'HubAssetInterestRateModelResult'; fields: { 'points': { name: 'points'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'HubAssetInterestRateModelPoint'; ofType: null; }; }; }; } }; }; };
246
246
  'HubAssetSettings': { kind: 'OBJECT'; name: 'HubAssetSettings'; fields: { 'baseBorrowRate': { name: 'baseBorrowRate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'feeReceiver': { name: 'feeReceiver'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; } }; 'irStrategy': { name: 'irStrategy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; } }; 'liquidityFee': { name: 'liquidityFee'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'optimalUtilizationRate': { name: 'optimalUtilizationRate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'reinvestmentController': { name: 'reinvestmentController'; type: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; } }; 'slopeAboveOptimal': { name: 'slopeAboveOptimal'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'slopeBelowOptimal': { name: 'slopeBelowOptimal'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; }; };
247
- 'HubAssetSummary': { kind: 'OBJECT'; name: 'HubAssetSummary'; fields: { 'availableLiquidity': { name: 'availableLiquidity'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Amount'; ofType: null; }; } }; 'borrowApy': { name: 'borrowApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'borrowed': { name: 'borrowed'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Amount'; ofType: null; }; } }; 'netApy': { name: 'netApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'supplied': { name: 'supplied'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Amount'; ofType: null; }; } }; 'supplyApy': { name: 'supplyApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'utilizationRate': { name: 'utilizationRate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; }; };
247
+ 'HubAssetSummary': { kind: 'OBJECT'; name: 'HubAssetSummary'; fields: { 'activeReservesCount': { name: 'activeReservesCount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'availableLiquidity': { name: 'availableLiquidity'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Amount'; ofType: null; }; } }; 'borrowApy': { name: 'borrowApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'borrowed': { name: 'borrowed'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Amount'; ofType: null; }; } }; 'netApy': { name: 'netApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'reservesCount': { name: 'reservesCount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'supplied': { name: 'supplied'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Amount'; ofType: null; }; } }; 'supplyApy': { name: 'supplyApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'utilizationRate': { name: 'utilizationRate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; }; };
248
248
  'HubAssetUserState': { kind: 'OBJECT'; name: 'HubAssetUserState'; fields: { 'balance': { name: 'balance'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Amount'; ofType: null; }; } }; }; };
249
249
  'HubAssetsRequest': { kind: 'INPUT_OBJECT'; name: 'HubAssetsRequest'; isOneOf: false; inputFields: [{ name: 'query'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'HubAssetsRequestQuery'; ofType: null; }; }; defaultValue: null }, { name: 'user'; type: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; defaultValue: null }, { name: 'orderBy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'HubAssetsRequestOrderBy'; ofType: null; }; }; defaultValue: "{assetName: ASC}" }]; };
250
250
  'HubAssetsRequestOrderBy': { kind: 'INPUT_OBJECT'; name: 'HubAssetsRequestOrderBy'; isOneOf: true; inputFields: [{ name: 'assetName'; type: { kind: 'ENUM'; name: 'OrderDirection'; ofType: null; }; defaultValue: null }, { name: 'availableLiquidity'; type: { kind: 'ENUM'; name: 'OrderDirection'; ofType: null; }; defaultValue: null }, { name: 'supplyApy'; type: { kind: 'ENUM'; name: 'OrderDirection'; ofType: null; }; defaultValue: null }, { name: 'borrowApy'; type: { kind: 'ENUM'; name: 'OrderDirection'; ofType: null; }; defaultValue: null }]; };
@@ -254,6 +254,8 @@ type introspection_types = {
254
254
  'HubInput': { kind: 'INPUT_OBJECT'; name: 'HubInput'; isOneOf: false; inputFields: [{ name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'chainId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; }; defaultValue: null }]; };
255
255
  'HubRequest': { kind: 'INPUT_OBJECT'; name: 'HubRequest'; isOneOf: false; inputFields: [{ name: 'query'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'HubRequestQuery'; ofType: null; }; }; defaultValue: null }]; };
256
256
  'HubRequestQuery': { kind: 'INPUT_OBJECT'; name: 'HubRequestQuery'; isOneOf: true; inputFields: [{ name: 'hubInput'; type: { kind: 'INPUT_OBJECT'; name: 'HubInput'; ofType: null; }; defaultValue: null }, { name: 'hubId'; type: { kind: 'SCALAR'; name: 'HubId'; ofType: null; }; defaultValue: null }]; };
257
+ 'HubSpokeConfig': { kind: 'OBJECT'; name: 'HubSpokeConfig'; fields: { 'active': { name: 'active'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'asset': { name: 'asset'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'HubAsset'; ofType: null; }; } }; 'borrowCap': { name: 'borrowCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Amount'; ofType: null; }; } }; 'halted': { name: 'halted'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'hub': { name: 'hub'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Hub'; ofType: null; }; } }; 'riskPremiumThreshold': { name: 'riskPremiumThreshold'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'spoke': { name: 'spoke'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Spoke'; ofType: null; }; } }; 'supplyCap': { name: 'supplyCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Amount'; ofType: null; }; } }; }; };
258
+ 'HubSpokeConfigsRequest': { kind: 'INPUT_OBJECT'; name: 'HubSpokeConfigsRequest'; isOneOf: false; inputFields: [{ name: 'hubId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'HubId'; ofType: null; }; }; defaultValue: null }, { name: 'spokeId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'SpokeId'; ofType: null; }; }; defaultValue: null }]; };
257
259
  'HubSummary': { kind: 'OBJECT'; name: 'HubSummary'; fields: { 'totalBorrowCap': { name: 'totalBorrowCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; }; } }; 'totalBorrowed': { name: 'totalBorrowed'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmountWithChange'; ofType: null; }; } }; 'totalSupplied': { name: 'totalSupplied'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmountWithChange'; ofType: null; }; } }; 'totalSupplyCap': { name: 'totalSupplyCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; }; } }; 'utilizationRate': { name: 'utilizationRate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; }; };
258
260
  'HubSummaryHistoryRequest': { kind: 'INPUT_OBJECT'; name: 'HubSummaryHistoryRequest'; isOneOf: false; inputFields: [{ name: 'query'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'HubSummaryHistoryRequestQuery'; ofType: null; }; }; defaultValue: null }, { name: 'currency'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'Currency'; ofType: null; }; }; defaultValue: "USD" }, { name: 'window'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'TimeWindow'; ofType: null; }; }; defaultValue: "LAST_DAY" }]; };
259
261
  'HubSummaryHistoryRequestQuery': { kind: 'INPUT_OBJECT'; name: 'HubSummaryHistoryRequestQuery'; isOneOf: true; inputFields: [{ name: 'hubInput'; type: { kind: 'INPUT_OBJECT'; name: 'HubInput'; ofType: null; }; defaultValue: null }, { name: 'hubId'; type: { kind: 'SCALAR'; name: 'HubId'; ofType: null; }; defaultValue: null }]; };
@@ -340,7 +342,7 @@ type introspection_types = {
340
342
  'PreviewUserPosition': { kind: 'OBJECT'; name: 'PreviewUserPosition'; fields: { 'healthFactor': { name: 'healthFactor'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'HealthFactorResult'; ofType: null; }; } }; 'id': { name: 'id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'UserPositionId'; ofType: null; }; } }; 'maxBorrowingPower': { name: 'maxBorrowingPower'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmountVariation'; ofType: null; }; } }; 'netApy': { name: 'netApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumberVariation'; ofType: null; }; } }; 'netBalance': { name: 'netBalance'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmountVariation'; ofType: null; }; } }; 'netCollateral': { name: 'netCollateral'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmountVariation'; ofType: null; }; } }; 'otherConditions': { name: 'otherConditions'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'UserPositionConditionVariation'; ofType: null; }; }; }; } }; 'projectedEarnings': { name: 'projectedEarnings'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmountVariation'; ofType: null; }; } }; 'remainingBorrowingPower': { name: 'remainingBorrowingPower'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmountVariation'; ofType: null; }; } }; 'reserveRates': { name: 'reserveRates'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PreviewReserveRates'; ofType: null; }; } }; 'rewards': { name: 'rewards'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PreviewRewardOutcome'; ofType: null; }; } }; 'riskPremium': { name: 'riskPremium'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumberVariation'; ofType: null; }; } }; }; };
341
343
  'ProtocolHistoryRequest': { kind: 'INPUT_OBJECT'; name: 'ProtocolHistoryRequest'; isOneOf: false; inputFields: [{ name: 'currency'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'Currency'; ofType: null; }; }; defaultValue: "USD" }, { name: 'window'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'TimeWindow'; ofType: null; }; }; defaultValue: "LAST_DAY" }]; };
342
344
  'ProtocolHistorySample': { kind: 'OBJECT'; name: 'ProtocolHistorySample'; fields: { 'borrows': { name: 'borrows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; }; } }; 'date': { name: 'date'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; } }; 'deposits': { name: 'deposits'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; }; } }; }; };
343
- 'Query': { kind: 'OBJECT'; name: 'Query'; fields: { 'activities': { name: 'activities'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PaginatedActivitiesResult'; ofType: null; }; } }; 'asset': { name: 'asset'; type: { kind: 'OBJECT'; name: 'Asset'; ofType: null; } }; 'assetBorrowHistory': { name: 'assetBorrowHistory'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AssetBorrowSample'; ofType: null; }; }; }; } }; 'assetPriceHistory': { name: 'assetPriceHistory'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AssetPriceSample'; ofType: null; }; }; }; } }; 'assetSupplyHistory': { name: 'assetSupplyHistory'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AssetSupplySample'; ofType: null; }; }; }; } }; 'borrow': { name: 'borrow'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'ExecutionPlan'; ofType: null; }; } }; 'borrowApyHistory': { name: 'borrowApyHistory'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ApySample'; ofType: null; }; }; }; } }; 'borrowSwapQuote': { name: 'borrowSwapQuote'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'BorrowSwapQuoteResult'; ofType: null; }; } }; 'chain': { name: 'chain'; type: { kind: 'OBJECT'; name: 'Chain'; ofType: null; } }; 'chains': { name: 'chains'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Chain'; ofType: null; }; }; }; } }; 'claimRewards': { name: 'claimRewards'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TransactionRequest'; ofType: null; }; } }; 'exchangeRate': { name: 'exchangeRate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; }; } }; 'hasProcessedKnownTransaction': { name: 'hasProcessedKnownTransaction'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'health': { name: 'health'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'hub': { name: 'hub'; type: { kind: 'OBJECT'; name: 'Hub'; ofType: null; } }; 'hubAssetInterestRateModel': { name: 'hubAssetInterestRateModel'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'HubAssetInterestRateModelResult'; ofType: null; }; } }; 'hubAssets': { name: 'hubAssets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'HubAsset'; ofType: null; }; }; }; } }; 'hubSummaryHistory': { name: 'hubSummaryHistory'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'HubSummarySample'; ofType: null; }; }; }; } }; 'hubs': { name: 'hubs'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Hub'; ofType: null; }; }; }; } }; 'liquidatePosition': { name: 'liquidatePosition'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'LiquidatePositionExecutionPlan'; ofType: null; }; } }; 'preparePositionSwap': { name: 'preparePositionSwap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'PreparePositionSwapResult'; ofType: null; }; } }; 'prepareSwapCancel': { name: 'prepareSwapCancel'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PrepareSwapCancelResult'; ofType: null; }; } }; 'prepareTokenSwap': { name: 'prepareTokenSwap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'PrepareTokenSwapResult'; ofType: null; }; } }; 'preview': { name: 'preview'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PreviewUserPosition'; ofType: null; }; } }; 'protocolHistory': { name: 'protocolHistory'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ProtocolHistorySample'; ofType: null; }; }; }; } }; 'renounceSpokeUserPositionManager': { name: 'renounceSpokeUserPositionManager'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TransactionRequest'; ofType: null; }; } }; 'repay': { name: 'repay'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'ExecutionPlan'; ofType: null; }; } }; 'repayWithSupplyQuote': { name: 'repayWithSupplyQuote'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'RepayWithSupplyQuoteResult'; ofType: null; }; } }; 'reserve': { name: 'reserve'; type: { kind: 'OBJECT'; name: 'Reserve'; ofType: null; } }; 'reserveHolders': { name: 'reserveHolders'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PaginatedReserveHoldersResult'; ofType: null; }; } }; 'reserves': { name: 'reserves'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Reserve'; ofType: null; }; }; }; } }; 'setSpokeUserPositionManager': { name: 'setSpokeUserPositionManager'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TransactionRequest'; ofType: null; }; } }; 'setUserSuppliesAsCollateral': { name: 'setUserSuppliesAsCollateral'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TransactionRequest'; ofType: null; }; } }; 'spoke': { name: 'spoke'; type: { kind: 'OBJECT'; name: 'Spoke'; ofType: null; } }; 'spokePositionManagers': { name: 'spokePositionManagers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PaginatedSpokePositionManagerResult'; ofType: null; }; } }; 'spokeUserPositionManagers': { name: 'spokeUserPositionManagers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PaginatedSpokeUserPositionManagerResult'; ofType: null; }; } }; 'spokes': { name: 'spokes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Spoke'; ofType: null; }; }; }; } }; 'stableVault': { name: 'stableVault'; type: { kind: 'OBJECT'; name: 'StableVault'; ofType: null; } }; 'stableVaultAssignRate': { name: 'stableVaultAssignRate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TransactionRequest'; ofType: null; }; } }; 'stableVaultClaimStatus': { name: 'stableVaultClaimStatus'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'StableVaultClaimStatus'; ofType: null; }; } }; 'stableVaultClaimSurplus': { name: 'stableVaultClaimSurplus'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TransactionRequest'; ofType: null; }; } }; 'stableVaultDeposit': { name: 'stableVaultDeposit'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'StableVaultDepositExecutionPlan'; ofType: null; }; } }; 'stableVaultMovements': { name: 'stableVaultMovements'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PaginatedStableVaultMovementsResult'; ofType: null; }; } }; 'stableVaultRateUsers': { name: 'stableVaultRateUsers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PaginatedStableVaultRateUsersResult'; ofType: null; }; } }; 'stableVaultUnassignRate': { name: 'stableVaultUnassignRate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TransactionRequest'; ofType: null; }; } }; 'stableVaultUserPositions': { name: 'stableVaultUserPositions'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'StableVaultUserPosition'; ofType: null; }; }; }; } }; 'stableVaultWithdraw': { name: 'stableVaultWithdraw'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'StableVaultWithdrawExecutionPlan'; ofType: null; }; } }; 'stableVaults': { name: 'stableVaults'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'StableVault'; ofType: null; }; }; }; } }; 'supply': { name: 'supply'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'ExecutionPlan'; ofType: null; }; } }; 'supplyApyHistory': { name: 'supplyApyHistory'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ApySample'; ofType: null; }; }; }; } }; 'supplySwapQuote': { name: 'supplySwapQuote'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'SupplySwapQuoteResult'; ofType: null; }; } }; 'swapStatus': { name: 'swapStatus'; type: { kind: 'UNION'; name: 'SwapStatus'; ofType: null; } }; 'swappableTokens': { name: 'swappableTokens'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'Token'; ofType: null; }; }; }; } }; 'tokenSwapQuote': { name: 'tokenSwapQuote'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'TokenSwapQuoteResult'; ofType: null; }; } }; 'updateUserPositionConditions': { name: 'updateUserPositionConditions'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TransactionRequest'; ofType: null; }; } }; 'userBalances': { name: 'userBalances'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'UserBalance'; ofType: null; }; }; }; } }; 'userBorrows': { name: 'userBorrows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'UserBorrowItem'; ofType: null; }; }; }; } }; 'userClaimableRewards': { name: 'userClaimableRewards'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'UserClaimableReward'; ofType: null; }; }; }; } }; 'userPosition': { name: 'userPosition'; type: { kind: 'OBJECT'; name: 'UserPosition'; ofType: null; } }; 'userPositions': { name: 'userPositions'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'UserPosition'; ofType: null; }; }; }; } }; 'userRiskPremiumBreakdown': { name: 'userRiskPremiumBreakdown'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'UserRiskPremiumBreakdownItem'; ofType: null; }; }; }; } }; 'userSummary': { name: 'userSummary'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'UserSummary'; ofType: null; }; } }; 'userSummaryHistory': { name: 'userSummaryHistory'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'UserSummaryHistoryItem'; ofType: null; }; }; }; } }; 'userSupplies': { name: 'userSupplies'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'UserSupplyItem'; ofType: null; }; }; }; } }; 'userSwaps': { name: 'userSwaps'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PaginatedUserSwapsResult'; ofType: null; }; } }; 'withdraw': { name: 'withdraw'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'ExecutionPlan'; ofType: null; }; } }; 'withdrawSwapQuote': { name: 'withdrawSwapQuote'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'WithdrawSwapQuoteResult'; ofType: null; }; } }; }; };
345
+ 'Query': { kind: 'OBJECT'; name: 'Query'; fields: { 'activities': { name: 'activities'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PaginatedActivitiesResult'; ofType: null; }; } }; 'asset': { name: 'asset'; type: { kind: 'OBJECT'; name: 'Asset'; ofType: null; } }; 'assetBorrowHistory': { name: 'assetBorrowHistory'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AssetBorrowSample'; ofType: null; }; }; }; } }; 'assetPriceHistory': { name: 'assetPriceHistory'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AssetPriceSample'; ofType: null; }; }; }; } }; 'assetSupplyHistory': { name: 'assetSupplyHistory'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AssetSupplySample'; ofType: null; }; }; }; } }; 'borrow': { name: 'borrow'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'ExecutionPlan'; ofType: null; }; } }; 'borrowApyHistory': { name: 'borrowApyHistory'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ApySample'; ofType: null; }; }; }; } }; 'borrowSwapQuote': { name: 'borrowSwapQuote'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'BorrowSwapQuoteResult'; ofType: null; }; } }; 'chain': { name: 'chain'; type: { kind: 'OBJECT'; name: 'Chain'; ofType: null; } }; 'chains': { name: 'chains'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Chain'; ofType: null; }; }; }; } }; 'claimRewards': { name: 'claimRewards'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TransactionRequest'; ofType: null; }; } }; 'exchangeRate': { name: 'exchangeRate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; }; } }; 'hasProcessedKnownTransaction': { name: 'hasProcessedKnownTransaction'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'health': { name: 'health'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'hub': { name: 'hub'; type: { kind: 'OBJECT'; name: 'Hub'; ofType: null; } }; 'hubAssetInterestRateModel': { name: 'hubAssetInterestRateModel'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'HubAssetInterestRateModelResult'; ofType: null; }; } }; 'hubAssets': { name: 'hubAssets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'HubAsset'; ofType: null; }; }; }; } }; 'hubSpokeConfigs': { name: 'hubSpokeConfigs'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'HubSpokeConfig'; ofType: null; }; }; }; } }; 'hubSummaryHistory': { name: 'hubSummaryHistory'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'HubSummarySample'; ofType: null; }; }; }; } }; 'hubs': { name: 'hubs'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Hub'; ofType: null; }; }; }; } }; 'liquidatePosition': { name: 'liquidatePosition'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'LiquidatePositionExecutionPlan'; ofType: null; }; } }; 'preparePositionSwap': { name: 'preparePositionSwap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'PreparePositionSwapResult'; ofType: null; }; } }; 'prepareSwapCancel': { name: 'prepareSwapCancel'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PrepareSwapCancelResult'; ofType: null; }; } }; 'prepareTokenSwap': { name: 'prepareTokenSwap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'PrepareTokenSwapResult'; ofType: null; }; } }; 'preview': { name: 'preview'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PreviewUserPosition'; ofType: null; }; } }; 'protocolHistory': { name: 'protocolHistory'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ProtocolHistorySample'; ofType: null; }; }; }; } }; 'renounceSpokeUserPositionManager': { name: 'renounceSpokeUserPositionManager'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TransactionRequest'; ofType: null; }; } }; 'repay': { name: 'repay'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'ExecutionPlan'; ofType: null; }; } }; 'repayWithSupplyQuote': { name: 'repayWithSupplyQuote'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'RepayWithSupplyQuoteResult'; ofType: null; }; } }; 'reserve': { name: 'reserve'; type: { kind: 'OBJECT'; name: 'Reserve'; ofType: null; } }; 'reserveHolders': { name: 'reserveHolders'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PaginatedReserveHoldersResult'; ofType: null; }; } }; 'reserves': { name: 'reserves'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Reserve'; ofType: null; }; }; }; } }; 'setSpokeUserPositionManager': { name: 'setSpokeUserPositionManager'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TransactionRequest'; ofType: null; }; } }; 'setUserSuppliesAsCollateral': { name: 'setUserSuppliesAsCollateral'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TransactionRequest'; ofType: null; }; } }; 'spoke': { name: 'spoke'; type: { kind: 'OBJECT'; name: 'Spoke'; ofType: null; } }; 'spokePositionManagers': { name: 'spokePositionManagers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PaginatedSpokePositionManagerResult'; ofType: null; }; } }; 'spokeSummaryHistory': { name: 'spokeSummaryHistory'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'SpokeSummarySample'; ofType: null; }; }; }; } }; 'spokeUserPositionManagers': { name: 'spokeUserPositionManagers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PaginatedSpokeUserPositionManagerResult'; ofType: null; }; } }; 'spokes': { name: 'spokes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Spoke'; ofType: null; }; }; }; } }; 'stableVault': { name: 'stableVault'; type: { kind: 'OBJECT'; name: 'StableVault'; ofType: null; } }; 'stableVaultAssignRate': { name: 'stableVaultAssignRate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TransactionRequest'; ofType: null; }; } }; 'stableVaultClaimStatus': { name: 'stableVaultClaimStatus'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'StableVaultClaimStatus'; ofType: null; }; } }; 'stableVaultClaimSurplus': { name: 'stableVaultClaimSurplus'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TransactionRequest'; ofType: null; }; } }; 'stableVaultDeposit': { name: 'stableVaultDeposit'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'StableVaultDepositExecutionPlan'; ofType: null; }; } }; 'stableVaultMovements': { name: 'stableVaultMovements'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PaginatedStableVaultMovementsResult'; ofType: null; }; } }; 'stableVaultRateUsers': { name: 'stableVaultRateUsers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PaginatedStableVaultRateUsersResult'; ofType: null; }; } }; 'stableVaultUnassignRate': { name: 'stableVaultUnassignRate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TransactionRequest'; ofType: null; }; } }; 'stableVaultUserPositions': { name: 'stableVaultUserPositions'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'StableVaultUserPosition'; ofType: null; }; }; }; } }; 'stableVaultWithdraw': { name: 'stableVaultWithdraw'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'StableVaultWithdrawExecutionPlan'; ofType: null; }; } }; 'stableVaults': { name: 'stableVaults'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'StableVault'; ofType: null; }; }; }; } }; 'supply': { name: 'supply'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'ExecutionPlan'; ofType: null; }; } }; 'supplyApyHistory': { name: 'supplyApyHistory'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ApySample'; ofType: null; }; }; }; } }; 'supplySwapQuote': { name: 'supplySwapQuote'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'SupplySwapQuoteResult'; ofType: null; }; } }; 'swapStatus': { name: 'swapStatus'; type: { kind: 'UNION'; name: 'SwapStatus'; ofType: null; } }; 'swappableTokens': { name: 'swappableTokens'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'Token'; ofType: null; }; }; }; } }; 'tokenSwapQuote': { name: 'tokenSwapQuote'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'TokenSwapQuoteResult'; ofType: null; }; } }; 'updateUserPositionConditions': { name: 'updateUserPositionConditions'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TransactionRequest'; ofType: null; }; } }; 'userBalances': { name: 'userBalances'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'UserBalance'; ofType: null; }; }; }; } }; 'userBorrows': { name: 'userBorrows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'UserBorrowItem'; ofType: null; }; }; }; } }; 'userClaimableRewards': { name: 'userClaimableRewards'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'UserClaimableReward'; ofType: null; }; }; }; } }; 'userPosition': { name: 'userPosition'; type: { kind: 'OBJECT'; name: 'UserPosition'; ofType: null; } }; 'userPositions': { name: 'userPositions'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'UserPosition'; ofType: null; }; }; }; } }; 'userRiskPremiumBreakdown': { name: 'userRiskPremiumBreakdown'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'UserRiskPremiumBreakdownItem'; ofType: null; }; }; }; } }; 'userSummary': { name: 'userSummary'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'UserSummary'; ofType: null; }; } }; 'userSummaryHistory': { name: 'userSummaryHistory'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'UserSummaryHistoryItem'; ofType: null; }; }; }; } }; 'userSupplies': { name: 'userSupplies'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'UserSupplyItem'; ofType: null; }; }; }; } }; 'userSwaps': { name: 'userSwaps'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PaginatedUserSwapsResult'; ofType: null; }; } }; 'withdraw': { name: 'withdraw'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'ExecutionPlan'; ofType: null; }; } }; 'withdrawSwapQuote': { name: 'withdrawSwapQuote'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'WithdrawSwapQuoteResult'; ofType: null; }; } }; }; };
344
346
  'QuoteAccuracy': { name: 'QuoteAccuracy'; enumValues: 'FAST' | 'ACCURATE'; };
345
347
  'RenounceSpokeUserPositionManagerRequest': { kind: 'INPUT_OBJECT'; name: 'RenounceSpokeUserPositionManagerRequest'; isOneOf: false; inputFields: [{ name: 'spoke'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'SpokeId'; ofType: null; }; }; defaultValue: null }, { name: 'manager'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'managing'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }]; };
346
348
  'RepayActivity': { kind: 'OBJECT'; name: 'RepayActivity'; fields: { 'chain': { name: 'chain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Chain'; ofType: null; }; } }; 'id': { name: 'id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ID'; ofType: null; }; } }; 'repaid': { name: 'repaid'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Amount'; ofType: null; }; } }; 'reserve': { name: 'reserve'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ReserveInfo'; ofType: null; }; } }; 'spoke': { name: 'spoke'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Spoke'; ofType: null; }; } }; 'timestamp': { name: 'timestamp'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; } }; 'txHash': { name: 'txHash'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'TxHash'; ofType: null; }; } }; 'user': { name: 'user'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; } }; }; };
@@ -379,7 +381,9 @@ type introspection_types = {
379
381
  'SetSpokeUserPositionManagerRequest': { kind: 'INPUT_OBJECT'; name: 'SetSpokeUserPositionManagerRequest'; isOneOf: false; inputFields: [{ name: 'spoke'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'SpokeId'; ofType: null; }; }; defaultValue: null }, { name: 'manager'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'approve'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; }; defaultValue: null }, { name: 'user'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'signature'; type: { kind: 'INPUT_OBJECT'; name: 'ERC20PermitSignature'; ofType: null; }; defaultValue: null }]; };
380
382
  'SetUserSuppliesAsCollateralRequest': { kind: 'INPUT_OBJECT'; name: 'SetUserSuppliesAsCollateralRequest'; isOneOf: false; inputFields: [{ name: 'changes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'UserSupplyAsCollateral'; ofType: null; }; }; }; }; defaultValue: null }, { name: 'sender'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }]; };
381
383
  'Signature': unknown;
382
- 'Spoke': { kind: 'OBJECT'; name: 'Spoke'; fields: { 'address': { name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; } }; 'chain': { name: 'chain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Chain'; ofType: null; }; } }; 'id': { name: 'id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'SpokeId'; ofType: null; }; } }; 'liquidationConfig': { name: 'liquidationConfig'; type: { kind: 'OBJECT'; name: 'SpokeLiquidationConfig'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; }; };
384
+ 'Spoke': { kind: 'OBJECT'; name: 'Spoke'; fields: { 'address': { name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; } }; 'chain': { name: 'chain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Chain'; ofType: null; }; } }; 'connectedHubs': { name: 'connectedHubs'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'SpokeConnectedHub'; ofType: null; }; }; }; } }; 'id': { name: 'id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'SpokeId'; ofType: null; }; } }; 'liquidationConfig': { name: 'liquidationConfig'; type: { kind: 'OBJECT'; name: 'SpokeLiquidationConfig'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'summary': { name: 'summary'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'SpokeSummary'; ofType: null; }; } }; }; };
385
+ 'SpokeConnectedHub': { kind: 'OBJECT'; name: 'SpokeConnectedHub'; fields: { 'hub': { name: 'hub'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Hub'; ofType: null; }; } }; 'summary': { name: 'summary'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'SpokeConnectedHubSummary'; ofType: null; }; } }; }; };
386
+ 'SpokeConnectedHubSummary': { kind: 'OBJECT'; name: 'SpokeConnectedHubSummary'; fields: { 'creditLine': { name: 'creditLine'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; }; } }; 'creditUsed': { name: 'creditUsed'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'totalBorrowed': { name: 'totalBorrowed'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; }; } }; 'totalSupplied': { name: 'totalSupplied'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; }; } }; }; };
383
387
  'SpokeId': unknown;
384
388
  'SpokeInput': { kind: 'INPUT_OBJECT'; name: 'SpokeInput'; isOneOf: false; inputFields: [{ name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'chainId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; }; defaultValue: null }]; };
385
389
  'SpokeLiquidationConfig': { kind: 'OBJECT'; name: 'SpokeLiquidationConfig'; fields: { 'healthFactorForMaxBonus': { name: 'healthFactorForMaxBonus'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'BigDecimal'; ofType: null; }; } }; 'liquidationBonusFactor': { name: 'liquidationBonusFactor'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'targetHealthFactor': { name: 'targetHealthFactor'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'BigDecimal'; ofType: null; }; } }; }; };
@@ -387,6 +391,10 @@ type introspection_types = {
387
391
  'SpokePositionManagersRequest': { kind: 'INPUT_OBJECT'; name: 'SpokePositionManagersRequest'; isOneOf: false; inputFields: [{ name: 'spoke'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'SpokeId'; ofType: null; }; }; defaultValue: null }, { name: 'includeInactive'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: 'pageSize'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'PageSize'; ofType: null; }; }; defaultValue: null }, { name: 'cursor'; type: { kind: 'SCALAR'; name: 'Cursor'; ofType: null; }; defaultValue: null }]; };
388
392
  'SpokeRequest': { kind: 'INPUT_OBJECT'; name: 'SpokeRequest'; isOneOf: false; inputFields: [{ name: 'query'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'SpokeRequestQuery'; ofType: null; }; }; defaultValue: null }]; };
389
393
  'SpokeRequestQuery': { kind: 'INPUT_OBJECT'; name: 'SpokeRequestQuery'; isOneOf: true; inputFields: [{ name: 'spoke'; type: { kind: 'INPUT_OBJECT'; name: 'SpokeInput'; ofType: null; }; defaultValue: null }, { name: 'spokeId'; type: { kind: 'SCALAR'; name: 'SpokeId'; ofType: null; }; defaultValue: null }]; };
394
+ 'SpokeSummary': { kind: 'OBJECT'; name: 'SpokeSummary'; fields: { 'connectedHubs': { name: 'connectedHubs'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'totalBorrowCap': { name: 'totalBorrowCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; }; } }; 'totalBorrowed': { name: 'totalBorrowed'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; }; } }; 'totalSupplied': { name: 'totalSupplied'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; }; } }; 'totalSupplyCap': { name: 'totalSupplyCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; }; } }; 'uniqueAssets': { name: 'uniqueAssets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; }; };
395
+ 'SpokeSummaryHistoryRequest': { kind: 'INPUT_OBJECT'; name: 'SpokeSummaryHistoryRequest'; isOneOf: false; inputFields: [{ name: 'query'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'SpokeSummaryHistoryRequestQuery'; ofType: null; }; }; defaultValue: null }, { name: 'currency'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'Currency'; ofType: null; }; }; defaultValue: "USD" }, { name: 'window'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'TimeWindow'; ofType: null; }; }; defaultValue: "LAST_DAY" }]; };
396
+ 'SpokeSummaryHistoryRequestQuery': { kind: 'INPUT_OBJECT'; name: 'SpokeSummaryHistoryRequestQuery'; isOneOf: true; inputFields: [{ name: 'spokeInput'; type: { kind: 'INPUT_OBJECT'; name: 'SpokeInput'; ofType: null; }; defaultValue: null }, { name: 'spokeId'; type: { kind: 'SCALAR'; name: 'SpokeId'; ofType: null; }; defaultValue: null }]; };
397
+ 'SpokeSummarySample': { kind: 'OBJECT'; name: 'SpokeSummarySample'; fields: { 'borrows': { name: 'borrows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; }; } }; 'date': { name: 'date'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; } }; 'deposits': { name: 'deposits'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; }; } }; }; };
390
398
  'SpokeTokenInput': { kind: 'INPUT_OBJECT'; name: 'SpokeTokenInput'; isOneOf: false; inputFields: [{ name: 'spoke'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'SpokeId'; ofType: null; }; }; defaultValue: null }, { name: 'token'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }]; };
391
399
  'SpokeUserPositionManager': { kind: 'OBJECT'; name: 'SpokeUserPositionManager'; fields: { 'active': { name: 'active'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'address': { name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; } }; 'approvedOn': { name: 'approvedOn'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; } }; 'name': { name: 'name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; }; };
392
400
  'SpokeUserPositionManagersRequest': { kind: 'INPUT_OBJECT'; name: 'SpokeUserPositionManagersRequest'; isOneOf: false; inputFields: [{ name: 'spoke'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'SpokeId'; ofType: null; }; }; defaultValue: null }, { name: 'user'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'pageSize'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'PageSize'; ofType: null; }; }; defaultValue: null }, { name: 'cursor'; type: { kind: 'SCALAR'; name: 'Cursor'; ofType: null; }; defaultValue: null }]; };
@@ -5536,6 +5544,8 @@ declare const SwapCancelledFragment: gql_tada.TadaDocumentNode<{
5536
5544
  value: _aave_types.BigDecimal;
5537
5545
  normalized: _aave_types.BigDecimal;
5538
5546
  };
5547
+ reservesCount: number;
5548
+ activeReservesCount: number;
5539
5549
  };
5540
5550
  settings: {
5541
5551
  __typename: "HubAssetSettings";
@@ -6044,6 +6054,8 @@ declare const SwapCancelledFragment: gql_tada.TadaDocumentNode<{
6044
6054
  value: _aave_types.BigDecimal;
6045
6055
  normalized: _aave_types.BigDecimal;
6046
6056
  };
6057
+ reservesCount: number;
6058
+ activeReservesCount: number;
6047
6059
  };
6048
6060
  settings: {
6049
6061
  __typename: "HubAssetSettings";
@@ -6556,6 +6568,8 @@ declare const SwapCancelledFragment: gql_tada.TadaDocumentNode<{
6556
6568
  value: _aave_types.BigDecimal;
6557
6569
  normalized: _aave_types.BigDecimal;
6558
6570
  };
6571
+ reservesCount: number;
6572
+ activeReservesCount: number;
6559
6573
  };
6560
6574
  settings: {
6561
6575
  __typename: "HubAssetSettings";
@@ -7064,6 +7078,8 @@ declare const SwapCancelledFragment: gql_tada.TadaDocumentNode<{
7064
7078
  value: _aave_types.BigDecimal;
7065
7079
  normalized: _aave_types.BigDecimal;
7066
7080
  };
7081
+ reservesCount: number;
7082
+ activeReservesCount: number;
7067
7083
  };
7068
7084
  settings: {
7069
7085
  __typename: "HubAssetSettings";
@@ -7576,6 +7592,8 @@ declare const SwapCancelledFragment: gql_tada.TadaDocumentNode<{
7576
7592
  value: _aave_types.BigDecimal;
7577
7593
  normalized: _aave_types.BigDecimal;
7578
7594
  };
7595
+ reservesCount: number;
7596
+ activeReservesCount: number;
7579
7597
  };
7580
7598
  settings: {
7581
7599
  __typename: "HubAssetSettings";
@@ -8084,6 +8102,8 @@ declare const SwapCancelledFragment: gql_tada.TadaDocumentNode<{
8084
8102
  value: _aave_types.BigDecimal;
8085
8103
  normalized: _aave_types.BigDecimal;
8086
8104
  };
8105
+ reservesCount: number;
8106
+ activeReservesCount: number;
8087
8107
  };
8088
8108
  settings: {
8089
8109
  __typename: "HubAssetSettings";
@@ -8596,6 +8616,8 @@ declare const SwapCancelledFragment: gql_tada.TadaDocumentNode<{
8596
8616
  value: _aave_types.BigDecimal;
8597
8617
  normalized: _aave_types.BigDecimal;
8598
8618
  };
8619
+ reservesCount: number;
8620
+ activeReservesCount: number;
8599
8621
  };
8600
8622
  settings: {
8601
8623
  __typename: "HubAssetSettings";
@@ -9470,6 +9492,8 @@ declare const SwapOpenFragment: gql_tada.TadaDocumentNode<{
9470
9492
  value: _aave_types.BigDecimal;
9471
9493
  normalized: _aave_types.BigDecimal;
9472
9494
  };
9495
+ reservesCount: number;
9496
+ activeReservesCount: number;
9473
9497
  };
9474
9498
  settings: {
9475
9499
  __typename: "HubAssetSettings";
@@ -9978,6 +10002,8 @@ declare const SwapOpenFragment: gql_tada.TadaDocumentNode<{
9978
10002
  value: _aave_types.BigDecimal;
9979
10003
  normalized: _aave_types.BigDecimal;
9980
10004
  };
10005
+ reservesCount: number;
10006
+ activeReservesCount: number;
9981
10007
  };
9982
10008
  settings: {
9983
10009
  __typename: "HubAssetSettings";
@@ -10490,6 +10516,8 @@ declare const SwapOpenFragment: gql_tada.TadaDocumentNode<{
10490
10516
  value: _aave_types.BigDecimal;
10491
10517
  normalized: _aave_types.BigDecimal;
10492
10518
  };
10519
+ reservesCount: number;
10520
+ activeReservesCount: number;
10493
10521
  };
10494
10522
  settings: {
10495
10523
  __typename: "HubAssetSettings";
@@ -10998,6 +11026,8 @@ declare const SwapOpenFragment: gql_tada.TadaDocumentNode<{
10998
11026
  value: _aave_types.BigDecimal;
10999
11027
  normalized: _aave_types.BigDecimal;
11000
11028
  };
11029
+ reservesCount: number;
11030
+ activeReservesCount: number;
11001
11031
  };
11002
11032
  settings: {
11003
11033
  __typename: "HubAssetSettings";
@@ -11510,6 +11540,8 @@ declare const SwapOpenFragment: gql_tada.TadaDocumentNode<{
11510
11540
  value: _aave_types.BigDecimal;
11511
11541
  normalized: _aave_types.BigDecimal;
11512
11542
  };
11543
+ reservesCount: number;
11544
+ activeReservesCount: number;
11513
11545
  };
11514
11546
  settings: {
11515
11547
  __typename: "HubAssetSettings";
@@ -12018,6 +12050,8 @@ declare const SwapOpenFragment: gql_tada.TadaDocumentNode<{
12018
12050
  value: _aave_types.BigDecimal;
12019
12051
  normalized: _aave_types.BigDecimal;
12020
12052
  };
12053
+ reservesCount: number;
12054
+ activeReservesCount: number;
12021
12055
  };
12022
12056
  settings: {
12023
12057
  __typename: "HubAssetSettings";
@@ -12530,6 +12564,8 @@ declare const SwapOpenFragment: gql_tada.TadaDocumentNode<{
12530
12564
  value: _aave_types.BigDecimal;
12531
12565
  normalized: _aave_types.BigDecimal;
12532
12566
  };
12567
+ reservesCount: number;
12568
+ activeReservesCount: number;
12533
12569
  };
12534
12570
  settings: {
12535
12571
  __typename: "HubAssetSettings";
@@ -13406,6 +13442,8 @@ declare const SwapFulfilledFragment: gql_tada.TadaDocumentNode<{
13406
13442
  value: _aave_types.BigDecimal;
13407
13443
  normalized: _aave_types.BigDecimal;
13408
13444
  };
13445
+ reservesCount: number;
13446
+ activeReservesCount: number;
13409
13447
  };
13410
13448
  settings: {
13411
13449
  __typename: "HubAssetSettings";
@@ -13914,6 +13952,8 @@ declare const SwapFulfilledFragment: gql_tada.TadaDocumentNode<{
13914
13952
  value: _aave_types.BigDecimal;
13915
13953
  normalized: _aave_types.BigDecimal;
13916
13954
  };
13955
+ reservesCount: number;
13956
+ activeReservesCount: number;
13917
13957
  };
13918
13958
  settings: {
13919
13959
  __typename: "HubAssetSettings";
@@ -14426,6 +14466,8 @@ declare const SwapFulfilledFragment: gql_tada.TadaDocumentNode<{
14426
14466
  value: _aave_types.BigDecimal;
14427
14467
  normalized: _aave_types.BigDecimal;
14428
14468
  };
14469
+ reservesCount: number;
14470
+ activeReservesCount: number;
14429
14471
  };
14430
14472
  settings: {
14431
14473
  __typename: "HubAssetSettings";
@@ -14934,6 +14976,8 @@ declare const SwapFulfilledFragment: gql_tada.TadaDocumentNode<{
14934
14976
  value: _aave_types.BigDecimal;
14935
14977
  normalized: _aave_types.BigDecimal;
14936
14978
  };
14979
+ reservesCount: number;
14980
+ activeReservesCount: number;
14937
14981
  };
14938
14982
  settings: {
14939
14983
  __typename: "HubAssetSettings";
@@ -15446,6 +15490,8 @@ declare const SwapFulfilledFragment: gql_tada.TadaDocumentNode<{
15446
15490
  value: _aave_types.BigDecimal;
15447
15491
  normalized: _aave_types.BigDecimal;
15448
15492
  };
15493
+ reservesCount: number;
15494
+ activeReservesCount: number;
15449
15495
  };
15450
15496
  settings: {
15451
15497
  __typename: "HubAssetSettings";
@@ -15954,6 +16000,8 @@ declare const SwapFulfilledFragment: gql_tada.TadaDocumentNode<{
15954
16000
  value: _aave_types.BigDecimal;
15955
16001
  normalized: _aave_types.BigDecimal;
15956
16002
  };
16003
+ reservesCount: number;
16004
+ activeReservesCount: number;
15957
16005
  };
15958
16006
  settings: {
15959
16007
  __typename: "HubAssetSettings";
@@ -16466,6 +16514,8 @@ declare const SwapFulfilledFragment: gql_tada.TadaDocumentNode<{
16466
16514
  value: _aave_types.BigDecimal;
16467
16515
  normalized: _aave_types.BigDecimal;
16468
16516
  };
16517
+ reservesCount: number;
16518
+ activeReservesCount: number;
16469
16519
  };
16470
16520
  settings: {
16471
16521
  __typename: "HubAssetSettings";
@@ -17354,6 +17404,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
17354
17404
  value: _aave_types.BigDecimal;
17355
17405
  normalized: _aave_types.BigDecimal;
17356
17406
  };
17407
+ reservesCount: number;
17408
+ activeReservesCount: number;
17357
17409
  };
17358
17410
  settings: {
17359
17411
  __typename: "HubAssetSettings";
@@ -17862,6 +17914,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
17862
17914
  value: _aave_types.BigDecimal;
17863
17915
  normalized: _aave_types.BigDecimal;
17864
17916
  };
17917
+ reservesCount: number;
17918
+ activeReservesCount: number;
17865
17919
  };
17866
17920
  settings: {
17867
17921
  __typename: "HubAssetSettings";
@@ -18374,6 +18428,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
18374
18428
  value: _aave_types.BigDecimal;
18375
18429
  normalized: _aave_types.BigDecimal;
18376
18430
  };
18431
+ reservesCount: number;
18432
+ activeReservesCount: number;
18377
18433
  };
18378
18434
  settings: {
18379
18435
  __typename: "HubAssetSettings";
@@ -18882,6 +18938,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
18882
18938
  value: _aave_types.BigDecimal;
18883
18939
  normalized: _aave_types.BigDecimal;
18884
18940
  };
18941
+ reservesCount: number;
18942
+ activeReservesCount: number;
18885
18943
  };
18886
18944
  settings: {
18887
18945
  __typename: "HubAssetSettings";
@@ -19394,6 +19452,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
19394
19452
  value: _aave_types.BigDecimal;
19395
19453
  normalized: _aave_types.BigDecimal;
19396
19454
  };
19455
+ reservesCount: number;
19456
+ activeReservesCount: number;
19397
19457
  };
19398
19458
  settings: {
19399
19459
  __typename: "HubAssetSettings";
@@ -19902,6 +19962,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
19902
19962
  value: _aave_types.BigDecimal;
19903
19963
  normalized: _aave_types.BigDecimal;
19904
19964
  };
19965
+ reservesCount: number;
19966
+ activeReservesCount: number;
19905
19967
  };
19906
19968
  settings: {
19907
19969
  __typename: "HubAssetSettings";
@@ -20414,6 +20476,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
20414
20476
  value: _aave_types.BigDecimal;
20415
20477
  normalized: _aave_types.BigDecimal;
20416
20478
  };
20479
+ reservesCount: number;
20480
+ activeReservesCount: number;
20417
20481
  };
20418
20482
  settings: {
20419
20483
  __typename: "HubAssetSettings";
@@ -21282,6 +21346,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
21282
21346
  value: _aave_types.BigDecimal;
21283
21347
  normalized: _aave_types.BigDecimal;
21284
21348
  };
21349
+ reservesCount: number;
21350
+ activeReservesCount: number;
21285
21351
  };
21286
21352
  settings: {
21287
21353
  __typename: "HubAssetSettings";
@@ -21790,6 +21856,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
21790
21856
  value: _aave_types.BigDecimal;
21791
21857
  normalized: _aave_types.BigDecimal;
21792
21858
  };
21859
+ reservesCount: number;
21860
+ activeReservesCount: number;
21793
21861
  };
21794
21862
  settings: {
21795
21863
  __typename: "HubAssetSettings";
@@ -22302,6 +22370,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
22302
22370
  value: _aave_types.BigDecimal;
22303
22371
  normalized: _aave_types.BigDecimal;
22304
22372
  };
22373
+ reservesCount: number;
22374
+ activeReservesCount: number;
22305
22375
  };
22306
22376
  settings: {
22307
22377
  __typename: "HubAssetSettings";
@@ -22810,6 +22880,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
22810
22880
  value: _aave_types.BigDecimal;
22811
22881
  normalized: _aave_types.BigDecimal;
22812
22882
  };
22883
+ reservesCount: number;
22884
+ activeReservesCount: number;
22813
22885
  };
22814
22886
  settings: {
22815
22887
  __typename: "HubAssetSettings";
@@ -23322,6 +23394,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
23322
23394
  value: _aave_types.BigDecimal;
23323
23395
  normalized: _aave_types.BigDecimal;
23324
23396
  };
23397
+ reservesCount: number;
23398
+ activeReservesCount: number;
23325
23399
  };
23326
23400
  settings: {
23327
23401
  __typename: "HubAssetSettings";
@@ -23830,6 +23904,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
23830
23904
  value: _aave_types.BigDecimal;
23831
23905
  normalized: _aave_types.BigDecimal;
23832
23906
  };
23907
+ reservesCount: number;
23908
+ activeReservesCount: number;
23833
23909
  };
23834
23910
  settings: {
23835
23911
  __typename: "HubAssetSettings";
@@ -24342,6 +24418,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
24342
24418
  value: _aave_types.BigDecimal;
24343
24419
  normalized: _aave_types.BigDecimal;
24344
24420
  };
24421
+ reservesCount: number;
24422
+ activeReservesCount: number;
24345
24423
  };
24346
24424
  settings: {
24347
24425
  __typename: "HubAssetSettings";
@@ -25210,6 +25288,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
25210
25288
  value: _aave_types.BigDecimal;
25211
25289
  normalized: _aave_types.BigDecimal;
25212
25290
  };
25291
+ reservesCount: number;
25292
+ activeReservesCount: number;
25213
25293
  };
25214
25294
  settings: {
25215
25295
  __typename: "HubAssetSettings";
@@ -25718,6 +25798,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
25718
25798
  value: _aave_types.BigDecimal;
25719
25799
  normalized: _aave_types.BigDecimal;
25720
25800
  };
25801
+ reservesCount: number;
25802
+ activeReservesCount: number;
25721
25803
  };
25722
25804
  settings: {
25723
25805
  __typename: "HubAssetSettings";
@@ -26230,6 +26312,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
26230
26312
  value: _aave_types.BigDecimal;
26231
26313
  normalized: _aave_types.BigDecimal;
26232
26314
  };
26315
+ reservesCount: number;
26316
+ activeReservesCount: number;
26233
26317
  };
26234
26318
  settings: {
26235
26319
  __typename: "HubAssetSettings";
@@ -26738,6 +26822,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
26738
26822
  value: _aave_types.BigDecimal;
26739
26823
  normalized: _aave_types.BigDecimal;
26740
26824
  };
26825
+ reservesCount: number;
26826
+ activeReservesCount: number;
26741
26827
  };
26742
26828
  settings: {
26743
26829
  __typename: "HubAssetSettings";
@@ -27250,6 +27336,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
27250
27336
  value: _aave_types.BigDecimal;
27251
27337
  normalized: _aave_types.BigDecimal;
27252
27338
  };
27339
+ reservesCount: number;
27340
+ activeReservesCount: number;
27253
27341
  };
27254
27342
  settings: {
27255
27343
  __typename: "HubAssetSettings";
@@ -27758,6 +27846,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
27758
27846
  value: _aave_types.BigDecimal;
27759
27847
  normalized: _aave_types.BigDecimal;
27760
27848
  };
27849
+ reservesCount: number;
27850
+ activeReservesCount: number;
27761
27851
  };
27762
27852
  settings: {
27763
27853
  __typename: "HubAssetSettings";
@@ -28270,6 +28360,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
28270
28360
  value: _aave_types.BigDecimal;
28271
28361
  normalized: _aave_types.BigDecimal;
28272
28362
  };
28363
+ reservesCount: number;
28364
+ activeReservesCount: number;
28273
28365
  };
28274
28366
  settings: {
28275
28367
  __typename: "HubAssetSettings";
@@ -29138,6 +29230,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
29138
29230
  value: _aave_types.BigDecimal;
29139
29231
  normalized: _aave_types.BigDecimal;
29140
29232
  };
29233
+ reservesCount: number;
29234
+ activeReservesCount: number;
29141
29235
  };
29142
29236
  settings: {
29143
29237
  __typename: "HubAssetSettings";
@@ -29646,6 +29740,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
29646
29740
  value: _aave_types.BigDecimal;
29647
29741
  normalized: _aave_types.BigDecimal;
29648
29742
  };
29743
+ reservesCount: number;
29744
+ activeReservesCount: number;
29649
29745
  };
29650
29746
  settings: {
29651
29747
  __typename: "HubAssetSettings";
@@ -30158,6 +30254,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
30158
30254
  value: _aave_types.BigDecimal;
30159
30255
  normalized: _aave_types.BigDecimal;
30160
30256
  };
30257
+ reservesCount: number;
30258
+ activeReservesCount: number;
30161
30259
  };
30162
30260
  settings: {
30163
30261
  __typename: "HubAssetSettings";
@@ -30666,6 +30764,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
30666
30764
  value: _aave_types.BigDecimal;
30667
30765
  normalized: _aave_types.BigDecimal;
30668
30766
  };
30767
+ reservesCount: number;
30768
+ activeReservesCount: number;
30669
30769
  };
30670
30770
  settings: {
30671
30771
  __typename: "HubAssetSettings";
@@ -31178,6 +31278,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
31178
31278
  value: _aave_types.BigDecimal;
31179
31279
  normalized: _aave_types.BigDecimal;
31180
31280
  };
31281
+ reservesCount: number;
31282
+ activeReservesCount: number;
31181
31283
  };
31182
31284
  settings: {
31183
31285
  __typename: "HubAssetSettings";
@@ -31686,6 +31788,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
31686
31788
  value: _aave_types.BigDecimal;
31687
31789
  normalized: _aave_types.BigDecimal;
31688
31790
  };
31791
+ reservesCount: number;
31792
+ activeReservesCount: number;
31689
31793
  };
31690
31794
  settings: {
31691
31795
  __typename: "HubAssetSettings";
@@ -32198,6 +32302,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
32198
32302
  value: _aave_types.BigDecimal;
32199
32303
  normalized: _aave_types.BigDecimal;
32200
32304
  };
32305
+ reservesCount: number;
32306
+ activeReservesCount: number;
32201
32307
  };
32202
32308
  settings: {
32203
32309
  __typename: "HubAssetSettings";
@@ -33068,6 +33174,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
33068
33174
  value: _aave_types.BigDecimal;
33069
33175
  normalized: _aave_types.BigDecimal;
33070
33176
  };
33177
+ reservesCount: number;
33178
+ activeReservesCount: number;
33071
33179
  };
33072
33180
  settings: {
33073
33181
  __typename: "HubAssetSettings";
@@ -33576,6 +33684,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
33576
33684
  value: _aave_types.BigDecimal;
33577
33685
  normalized: _aave_types.BigDecimal;
33578
33686
  };
33687
+ reservesCount: number;
33688
+ activeReservesCount: number;
33579
33689
  };
33580
33690
  settings: {
33581
33691
  __typename: "HubAssetSettings";
@@ -34088,6 +34198,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
34088
34198
  value: _aave_types.BigDecimal;
34089
34199
  normalized: _aave_types.BigDecimal;
34090
34200
  };
34201
+ reservesCount: number;
34202
+ activeReservesCount: number;
34091
34203
  };
34092
34204
  settings: {
34093
34205
  __typename: "HubAssetSettings";
@@ -34596,6 +34708,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
34596
34708
  value: _aave_types.BigDecimal;
34597
34709
  normalized: _aave_types.BigDecimal;
34598
34710
  };
34711
+ reservesCount: number;
34712
+ activeReservesCount: number;
34599
34713
  };
34600
34714
  settings: {
34601
34715
  __typename: "HubAssetSettings";
@@ -35108,6 +35222,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
35108
35222
  value: _aave_types.BigDecimal;
35109
35223
  normalized: _aave_types.BigDecimal;
35110
35224
  };
35225
+ reservesCount: number;
35226
+ activeReservesCount: number;
35111
35227
  };
35112
35228
  settings: {
35113
35229
  __typename: "HubAssetSettings";
@@ -35616,6 +35732,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
35616
35732
  value: _aave_types.BigDecimal;
35617
35733
  normalized: _aave_types.BigDecimal;
35618
35734
  };
35735
+ reservesCount: number;
35736
+ activeReservesCount: number;
35619
35737
  };
35620
35738
  settings: {
35621
35739
  __typename: "HubAssetSettings";
@@ -36128,6 +36246,8 @@ declare const PaginatedUserSwapsResultFragment: gql_tada.TadaDocumentNode<{
36128
36246
  value: _aave_types.BigDecimal;
36129
36247
  normalized: _aave_types.BigDecimal;
36130
36248
  };
36249
+ reservesCount: number;
36250
+ activeReservesCount: number;
36131
36251
  };
36132
36252
  settings: {
36133
36253
  __typename: "HubAssetSettings";
@@ -36516,6 +36636,170 @@ declare const UserPositionFragment: gql_tada.TadaDocumentNode<{
36516
36636
  normalized: _aave_types.BigDecimal;
36517
36637
  };
36518
36638
  } | null;
36639
+ summary: {
36640
+ __typename: "SpokeSummary";
36641
+ totalBorrowed: {
36642
+ __typename: "ExchangeAmount";
36643
+ value: _aave_types.BigDecimal;
36644
+ name: string;
36645
+ symbol: string;
36646
+ icon: string;
36647
+ decimals: number;
36648
+ };
36649
+ totalBorrowCap: {
36650
+ __typename: "ExchangeAmount";
36651
+ value: _aave_types.BigDecimal;
36652
+ name: string;
36653
+ symbol: string;
36654
+ icon: string;
36655
+ decimals: number;
36656
+ };
36657
+ totalSupplied: {
36658
+ __typename: "ExchangeAmount";
36659
+ value: _aave_types.BigDecimal;
36660
+ name: string;
36661
+ symbol: string;
36662
+ icon: string;
36663
+ decimals: number;
36664
+ };
36665
+ totalSupplyCap: {
36666
+ __typename: "ExchangeAmount";
36667
+ value: _aave_types.BigDecimal;
36668
+ name: string;
36669
+ symbol: string;
36670
+ icon: string;
36671
+ decimals: number;
36672
+ };
36673
+ uniqueAssets: number;
36674
+ connectedHubs: number;
36675
+ };
36676
+ connectedHubs: {
36677
+ __typename: "SpokeConnectedHub";
36678
+ hub: {
36679
+ __typename: "Hub";
36680
+ id: HubId;
36681
+ name: string;
36682
+ address: _aave_types.EvmAddress;
36683
+ chain: {
36684
+ __typename: "Chain";
36685
+ name: string;
36686
+ icon: string;
36687
+ chainId: _aave_types.ChainId;
36688
+ rpcUrl: string;
36689
+ explorerUrl: string;
36690
+ isTestnet: boolean;
36691
+ isFork: boolean;
36692
+ nativeWrappedToken: _aave_types.EvmAddress;
36693
+ nativeGateway: _aave_types.EvmAddress;
36694
+ signatureGateway: _aave_types.EvmAddress;
36695
+ nativeInfo: {
36696
+ __typename: "TokenInfo";
36697
+ id: TokenInfoId;
36698
+ name: string;
36699
+ symbol: string;
36700
+ icon: string;
36701
+ decimals: number;
36702
+ categories: TokenCategory[];
36703
+ };
36704
+ };
36705
+ summary: {
36706
+ __typename: "HubSummary";
36707
+ totalBorrowed: {
36708
+ __typename: "ExchangeAmountWithChange";
36709
+ current: {
36710
+ __typename: "ExchangeAmount";
36711
+ value: _aave_types.BigDecimal;
36712
+ name: string;
36713
+ symbol: string;
36714
+ icon: string;
36715
+ decimals: number;
36716
+ };
36717
+ change: {
36718
+ __typename: "PercentNumber";
36719
+ onChainValue: bigint;
36720
+ decimals: number;
36721
+ value: _aave_types.BigDecimal;
36722
+ normalized: _aave_types.BigDecimal;
36723
+ };
36724
+ };
36725
+ totalBorrowCap: {
36726
+ __typename: "ExchangeAmount";
36727
+ value: _aave_types.BigDecimal;
36728
+ name: string;
36729
+ symbol: string;
36730
+ icon: string;
36731
+ decimals: number;
36732
+ };
36733
+ totalSupplied: {
36734
+ __typename: "ExchangeAmountWithChange";
36735
+ current: {
36736
+ __typename: "ExchangeAmount";
36737
+ value: _aave_types.BigDecimal;
36738
+ name: string;
36739
+ symbol: string;
36740
+ icon: string;
36741
+ decimals: number;
36742
+ };
36743
+ change: {
36744
+ __typename: "PercentNumber";
36745
+ onChainValue: bigint;
36746
+ decimals: number;
36747
+ value: _aave_types.BigDecimal;
36748
+ normalized: _aave_types.BigDecimal;
36749
+ };
36750
+ };
36751
+ totalSupplyCap: {
36752
+ __typename: "ExchangeAmount";
36753
+ value: _aave_types.BigDecimal;
36754
+ name: string;
36755
+ symbol: string;
36756
+ icon: string;
36757
+ decimals: number;
36758
+ };
36759
+ utilizationRate: {
36760
+ __typename: "PercentNumber";
36761
+ onChainValue: bigint;
36762
+ decimals: number;
36763
+ value: _aave_types.BigDecimal;
36764
+ normalized: _aave_types.BigDecimal;
36765
+ };
36766
+ };
36767
+ };
36768
+ summary: {
36769
+ __typename: "SpokeConnectedHubSummary";
36770
+ totalBorrowed: {
36771
+ __typename: "ExchangeAmount";
36772
+ value: _aave_types.BigDecimal;
36773
+ name: string;
36774
+ symbol: string;
36775
+ icon: string;
36776
+ decimals: number;
36777
+ };
36778
+ creditLine: {
36779
+ __typename: "ExchangeAmount";
36780
+ value: _aave_types.BigDecimal;
36781
+ name: string;
36782
+ symbol: string;
36783
+ icon: string;
36784
+ decimals: number;
36785
+ };
36786
+ creditUsed: {
36787
+ __typename: "PercentNumber";
36788
+ onChainValue: bigint;
36789
+ decimals: number;
36790
+ value: _aave_types.BigDecimal;
36791
+ normalized: _aave_types.BigDecimal;
36792
+ };
36793
+ totalSupplied: {
36794
+ __typename: "ExchangeAmount";
36795
+ value: _aave_types.BigDecimal;
36796
+ name: string;
36797
+ symbol: string;
36798
+ icon: string;
36799
+ decimals: number;
36800
+ };
36801
+ };
36802
+ }[];
36519
36803
  };
36520
36804
  user: _aave_types.EvmAddress;
36521
36805
  createdAt: Date;