@whisk/graphql 0.0.5 → 0.0.7

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.
@@ -2,94 +2,3604 @@
2
2
  /* prettier-ignore */
3
3
 
4
4
  type introspection_types = {
5
- 'Adapter': { kind: 'INTERFACE'; name: 'Adapter'; fields: { 'adapterAddress': { name: 'adapterAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'adapterCap': { name: 'adapterCap'; type: { kind: 'OBJECT'; name: 'AdapterCap'; ofType: null; } }; 'isEnabled': { name: 'isEnabled'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; possibleTypes: 'BoxVaultAdapter' | 'MarketV1Adapter' | 'UnknownAdapter' | 'VaultV1Adapter'; };
6
- 'AdapterCap': { kind: 'OBJECT'; name: 'AdapterCap'; fields: { 'absoluteCap': { name: 'absoluteCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'allocation': { name: 'allocation'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'capId': { name: 'capId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Hex'; ofType: null; }; } }; 'relativeCap': { name: 'relativeCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'OnchainAmount'; ofType: null; }; } }; }; };
7
- 'Address': unknown;
8
- 'AeraVault': { kind: 'OBJECT'; name: 'AeraVault'; fields: { 'chain': { name: 'chain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Chain'; ofType: null; }; } }; 'isPaused': { name: 'isPaused'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'managementFee': { name: 'managementFee'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'OnchainAmount'; ofType: null; }; } }; 'name': { name: 'name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'numeraireAsset': { name: 'numeraireAsset'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Token'; ofType: null; }; } }; 'performanceFee': { name: 'performanceFee'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'OnchainAmount'; ofType: null; }; } }; 'supplyApy1d': { name: 'supplyApy1d'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'supplyApy30d': { name: 'supplyApy30d'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'supplyApy7d': { name: 'supplyApy7d'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'totalSupplied': { name: 'totalSupplied'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'vaultAddress': { name: 'vaultAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; }; };
9
- 'AeraVaultFilter': { kind: 'INPUT_OBJECT'; name: 'AeraVaultFilter'; isOneOf: false; inputFields: [{ name: 'chainId_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; }; }; defaultValue: null }, { name: 'vaultAddress_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; }; }; defaultValue: null }]; };
10
- 'AeraVaultPage': { kind: 'OBJECT'; name: 'AeraVaultPage'; fields: { 'items': { name: 'items'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'AeraVault'; ofType: null; }; }; } }; 'pageInfo': { name: 'pageInfo'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PageInfo'; ofType: null; }; } }; 'totalCount': { name: 'totalCount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; }; };
11
- 'AeraVaultPosition': { kind: 'OBJECT'; name: 'AeraVaultPosition'; fields: { 'accountAddress': { name: 'accountAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'hasPendingDeposit': { name: 'hasPendingDeposit'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'hasPendingWithdrawal': { name: 'hasPendingWithdrawal'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'supplyAmount': { name: 'supplyAmount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'supplyShares': { name: 'supplyShares'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'OnchainAmount'; ofType: null; }; } }; 'vault': { name: 'vault'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AeraVault'; ofType: null; }; } }; }; };
12
- 'AeraVaultPositionFilter': { kind: 'INPUT_OBJECT'; name: 'AeraVaultPositionFilter'; isOneOf: false; inputFields: [{ name: 'chainId_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; }; }; defaultValue: null }, { name: 'vaultAddress_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; }; }; defaultValue: null }, { name: 'accountAddress_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; }; }; defaultValue: null }]; };
13
- 'AeraVaultPositionPage': { kind: 'OBJECT'; name: 'AeraVaultPositionPage'; fields: { 'items': { name: 'items'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'AeraVaultPosition'; ofType: null; }; }; } }; 'pageInfo': { name: 'pageInfo'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PageInfo'; ofType: null; }; } }; 'totalCount': { name: 'totalCount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; }; };
14
- 'Apy': { kind: 'OBJECT'; name: 'Apy'; fields: { 'base': { name: 'base'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Float'; ofType: null; }; } }; 'fee': { name: 'fee'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Float'; ofType: null; }; } }; 'rewards': { name: 'rewards'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Reward'; ofType: null; }; }; }; } }; 'side': { name: 'side'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'ApySide'; ofType: null; }; } }; 'total': { name: 'total'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Float'; ofType: null; }; } }; }; };
15
- 'ApySide': { name: 'ApySide'; enumValues: 'Supply' | 'Borrow'; };
16
- 'ApyTimeframe': { name: 'ApyTimeframe'; enumValues: 'one_day' | 'seven_days' | 'thirty_days'; };
17
- 'BigInt': unknown;
18
- 'Boolean': unknown;
19
- 'BoxVault': { kind: 'OBJECT'; name: 'BoxVault'; fields: { 'allocations': { name: 'allocations'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenHolding'; ofType: null; }; }; }; } }; 'apy': { name: 'apy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'asset': { name: 'asset'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Token'; ofType: null; }; } }; 'chain': { name: 'chain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Chain'; ofType: null; }; } }; 'decimals': { name: 'decimals'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'name': { name: 'name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'symbol': { name: 'symbol'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'totalAssets': { name: 'totalAssets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'vaultAddress': { name: 'vaultAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; }; };
20
- 'BoxVaultAdapter': { kind: 'OBJECT'; name: 'BoxVaultAdapter'; fields: { 'adapterAddress': { name: 'adapterAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'adapterCap': { name: 'adapterCap'; type: { kind: 'OBJECT'; name: 'AdapterCap'; ofType: null; } }; 'isEnabled': { name: 'isEnabled'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'vault': { name: 'vault'; type: { kind: 'OBJECT'; name: 'BoxVault'; ofType: null; } }; }; };
21
- 'Cap': { kind: 'INTERFACE'; name: 'Cap'; fields: { 'absoluteCap': { name: 'absoluteCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'allocation': { name: 'allocation'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'capId': { name: 'capId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Hex'; ofType: null; }; } }; 'relativeCap': { name: 'relativeCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'OnchainAmount'; ofType: null; }; } }; }; possibleTypes: 'AdapterCap' | 'CollateralExposureCap' | 'MarketV1ExposureCap' | 'UnknownCap'; };
22
- 'Chain': { kind: 'OBJECT'; name: 'Chain'; fields: { 'icon': { name: 'icon'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'URL'; ofType: null; }; } }; 'id': { name: 'id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; } }; 'name': { name: 'name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'nativeToken': { name: 'nativeToken'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Token'; ofType: null; }; } }; 'wrappedNativeToken': { name: 'wrappedNativeToken'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Token'; ofType: null; }; } }; }; };
23
- 'ChainFilter': { kind: 'INPUT_OBJECT'; name: 'ChainFilter'; isOneOf: false; inputFields: [{ name: 'chainId_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; }; }; defaultValue: null }]; };
24
- 'ChainId': unknown;
25
- 'CollateralExposureCap': { kind: 'OBJECT'; name: 'CollateralExposureCap'; fields: { 'absoluteCap': { name: 'absoluteCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'allocation': { name: 'allocation'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'capId': { name: 'capId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Hex'; ofType: null; }; } }; 'collateralToken': { name: 'collateralToken'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Token'; ofType: null; }; } }; 'relativeCap': { name: 'relativeCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'OnchainAmount'; ofType: null; }; } }; }; };
26
- 'Curator': { kind: 'OBJECT'; name: 'Curator'; fields: { 'image': { name: 'image'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'name': { name: 'name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'url': { name: 'url'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; }; };
27
- 'Erc4626Vault': { kind: 'INTERFACE'; name: 'Erc4626Vault'; fields: { 'apy': { name: 'apy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'asset': { name: 'asset'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Token'; ofType: null; }; } }; 'chain': { name: 'chain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Chain'; ofType: null; }; } }; 'decimals': { name: 'decimals'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'name': { name: 'name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'symbol': { name: 'symbol'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'totalAssets': { name: 'totalAssets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'vaultAddress': { name: 'vaultAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; }; possibleTypes: 'BoxVault' | 'GenericErc4626Vault' | 'MorphoVault' | 'MorphoVaultV2'; };
28
- 'Erc4626VaultFilter': { kind: 'INPUT_OBJECT'; name: 'Erc4626VaultFilter'; isOneOf: false; inputFields: [{ name: 'keys'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'Erc4626VaultKey'; ofType: null; }; }; }; defaultValue: null }]; };
29
- 'Erc4626VaultKey': { kind: 'INPUT_OBJECT'; name: 'Erc4626VaultKey'; isOneOf: false; inputFields: [{ name: 'chainId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; }; defaultValue: null }, { name: 'vaultAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; }; defaultValue: null }, { name: 'protocol'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'Erc4626VaultProtocol'; ofType: null; }; }; defaultValue: null }]; };
30
- 'Erc4626VaultPage': { kind: 'OBJECT'; name: 'Erc4626VaultPage'; fields: { 'items': { name: 'items'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'INTERFACE'; name: 'Erc4626Vault'; ofType: null; }; }; } }; 'pageInfo': { name: 'pageInfo'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PageInfo'; ofType: null; }; } }; 'totalCount': { name: 'totalCount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; }; };
31
- 'Erc4626VaultPosition': { kind: 'INTERFACE'; name: 'Erc4626VaultPosition'; fields: { 'accountAddress': { name: 'accountAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'assets': { name: 'assets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'shares': { name: 'shares'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'OnchainAmount'; ofType: null; }; } }; 'vault': { name: 'vault'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INTERFACE'; name: 'Erc4626Vault'; ofType: null; }; } }; 'walletAssetHolding': { name: 'walletAssetHolding'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenHolding'; ofType: null; }; } }; }; possibleTypes: 'GenericErc4626VaultPosition'; };
32
- 'Erc4626VaultPositionFilter': { kind: 'INPUT_OBJECT'; name: 'Erc4626VaultPositionFilter'; isOneOf: false; inputFields: [{ name: 'keys'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'Erc4626VaultPositionKey'; ofType: null; }; }; }; defaultValue: null }]; };
33
- 'Erc4626VaultPositionKey': { kind: 'INPUT_OBJECT'; name: 'Erc4626VaultPositionKey'; isOneOf: false; inputFields: [{ name: 'chainId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; }; defaultValue: null }, { name: 'vaultAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; }; defaultValue: null }, { name: 'protocol'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'Erc4626VaultProtocol'; ofType: null; }; }; defaultValue: null }, { name: 'accountAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; }; defaultValue: null }]; };
34
- 'Erc4626VaultPositionPage': { kind: 'OBJECT'; name: 'Erc4626VaultPositionPage'; fields: { 'items': { name: 'items'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'INTERFACE'; name: 'Erc4626VaultPosition'; ofType: null; }; }; } }; 'pageInfo': { name: 'pageInfo'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PageInfo'; ofType: null; }; } }; 'totalCount': { name: 'totalCount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; }; };
35
- 'Erc4626VaultProtocol': { name: 'Erc4626VaultProtocol'; enumValues: 'generic' | 'morpho_v1' | 'morpho_v2' | 'box'; };
36
- 'Float': unknown;
37
- 'GenericErc4626Vault': { kind: 'OBJECT'; name: 'GenericErc4626Vault'; fields: { 'apy': { name: 'apy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'asset': { name: 'asset'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Token'; ofType: null; }; } }; 'chain': { name: 'chain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Chain'; ofType: null; }; } }; 'decimals': { name: 'decimals'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'name': { name: 'name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'symbol': { name: 'symbol'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'totalAssets': { name: 'totalAssets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'vaultAddress': { name: 'vaultAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; }; };
38
- 'GenericErc4626VaultPosition': { kind: 'OBJECT'; name: 'GenericErc4626VaultPosition'; fields: { 'accountAddress': { name: 'accountAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'assets': { name: 'assets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'shares': { name: 'shares'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'OnchainAmount'; ofType: null; }; } }; 'vault': { name: 'vault'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INTERFACE'; name: 'Erc4626Vault'; ofType: null; }; } }; 'walletAssetHolding': { name: 'walletAssetHolding'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenHolding'; ofType: null; }; } }; }; };
39
- 'Hex': unknown;
40
- 'Identity': { kind: 'OBJECT'; name: 'Identity'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'IdentityResolverOutput'; ofType: null; }; } }; 'base': { name: 'base'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'IdentityResolverOutput'; ofType: null; }; } }; 'ens': { name: 'ens'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'IdentityResolverOutput'; ofType: null; }; } }; 'farcaster': { name: 'farcaster'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'IdentityResolverOutput'; ofType: null; }; } }; 'isOfacSanctioned': { name: 'isOfacSanctioned'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'lens': { name: 'lens'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'IdentityResolverOutput'; ofType: null; }; } }; 'nns': { name: 'nns'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'IdentityResolverOutput'; ofType: null; }; } }; 'uni': { name: 'uni'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'IdentityResolverOutput'; ofType: null; }; } }; 'world': { name: 'world'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'IdentityResolverOutput'; ofType: null; }; } }; }; };
41
- 'IdentityResolver': { name: 'IdentityResolver'; enumValues: 'ens' | 'farcaster' | 'nns' | 'base' | 'uni' | 'lens' | 'world'; };
42
- 'IdentityResolverOutput': { kind: 'OBJECT'; name: 'IdentityResolverOutput'; fields: { 'avatar': { name: 'avatar'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'bio': { name: 'bio'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'discord': { name: 'discord'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'github': { name: 'github'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'telegram': { name: 'telegram'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'website': { name: 'website'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'x': { name: 'x'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; };
43
- 'Int': unknown;
44
- 'MarketV1Adapter': { kind: 'OBJECT'; name: 'MarketV1Adapter'; fields: { 'adapterAddress': { name: 'adapterAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'adapterCap': { name: 'adapterCap'; type: { kind: 'OBJECT'; name: 'AdapterCap'; ofType: null; } }; 'collateralCaps': { name: 'collateralCaps'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'CollateralExposureCap'; ofType: null; }; }; }; } }; 'isEnabled': { name: 'isEnabled'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'marketCaps': { name: 'marketCaps'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MarketV1ExposureCap'; ofType: null; }; }; }; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; };
45
- 'MarketV1ExposureCap': { kind: 'OBJECT'; name: 'MarketV1ExposureCap'; fields: { 'absoluteCap': { name: 'absoluteCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'allocation': { name: 'allocation'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'capId': { name: 'capId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Hex'; ofType: null; }; } }; 'market': { name: 'market'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoMarket'; ofType: null; }; } }; 'relativeCap': { name: 'relativeCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'OnchainAmount'; ofType: null; }; } }; }; };
46
- 'MerklAccountReward': { kind: 'OBJECT'; name: 'MerklAccountReward'; fields: { 'claimableAmount': { name: 'claimableAmount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'creditedAmount': { name: 'creditedAmount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'distributorAddress': { name: 'distributorAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'pendingAmount': { name: 'pendingAmount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'proofs': { name: 'proofs'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Hex'; ofType: null; }; }; }; } }; 'token': { name: 'token'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Token'; ofType: null; }; } }; }; };
47
- 'MerklAction': { name: 'MerklAction'; enumValues: 'Lend' | 'Borrow'; };
48
- 'MerklRewardInput': { kind: 'INPUT_OBJECT'; name: 'MerklRewardInput'; isOneOf: false; inputFields: [{ name: 'chainId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; }; defaultValue: null }, { name: 'mainProtocolId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; defaultValue: null }, { name: 'identifier'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; defaultValue: null }, { name: 'action'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'MerklAction'; ofType: null; }; }; defaultValue: null }]; };
49
- 'MorphoIrm': { kind: 'OBJECT'; name: 'MorphoIrm'; fields: { 'address': { name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'curve': { name: 'curve'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoIrmCurvePoint'; ofType: null; }; }; } }; 'rateAtTarget': { name: 'rateAtTarget'; type: { kind: 'SCALAR'; name: 'BigInt'; ofType: null; } }; 'targetUtilization': { name: 'targetUtilization'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Float'; ofType: null; }; } }; }; };
50
- 'MorphoIrmCurvePoint': { kind: 'OBJECT'; name: 'MorphoIrmCurvePoint'; fields: { 'borrowApy': { name: 'borrowApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Float'; ofType: null; }; } }; 'supplyApy': { name: 'supplyApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Float'; ofType: null; }; } }; 'utilization': { name: 'utilization'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Float'; ofType: null; }; } }; }; };
51
- 'MorphoMarket': { kind: 'OBJECT'; name: 'MorphoMarket'; fields: { 'borrowApy': { name: 'borrowApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'borrowApy1d': { name: 'borrowApy1d'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'borrowApy30d': { name: 'borrowApy30d'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'borrowApy7d': { name: 'borrowApy7d'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'chain': { name: 'chain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Chain'; ofType: null; }; } }; 'collateralAsset': { name: 'collateralAsset'; type: { kind: 'OBJECT'; name: 'Token'; ofType: null; } }; 'collateralPriceInLoanAsset': { name: 'collateralPriceInLoanAsset'; type: { kind: 'OBJECT'; name: 'OnchainAmount'; ofType: null; } }; 'fee': { name: 'fee'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'OnchainAmount'; ofType: null; }; } }; 'historical': { name: 'historical'; type: { kind: 'OBJECT'; name: 'MorphoMarketHistorical'; ofType: null; } }; 'irm': { name: 'irm'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoIrm'; ofType: null; }; } }; 'isIdle': { name: 'isIdle'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'liquidationPenalty': { name: 'liquidationPenalty'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Float'; ofType: null; }; } }; 'liquidityInMarket': { name: 'liquidityInMarket'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'lltv': { name: 'lltv'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'OnchainAmount'; ofType: null; }; } }; 'loanAsset': { name: 'loanAsset'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Token'; ofType: null; }; } }; 'marketId': { name: 'marketId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Hex'; ofType: null; }; } }; 'name': { name: 'name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'oracleAddress': { name: 'oracleAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'publicAllocatorSharedLiquidity': { name: 'publicAllocatorSharedLiquidity'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'supplyApy': { name: 'supplyApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'supplyApy1d': { name: 'supplyApy1d'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'supplyApy30d': { name: 'supplyApy30d'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'supplyApy7d': { name: 'supplyApy7d'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'totalBorrowed': { name: 'totalBorrowed'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'totalCollateral': { name: 'totalCollateral'; type: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; } }; 'totalSupplied': { name: 'totalSupplied'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'utilization': { name: 'utilization'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Float'; ofType: null; }; } }; 'vaultAllocations': { name: 'vaultAllocations'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoVaultMarketAllocation'; ofType: null; }; }; }; } }; }; };
52
- 'MorphoMarketFilter': { kind: 'INPUT_OBJECT'; name: 'MorphoMarketFilter'; isOneOf: false; inputFields: [{ name: 'chainId_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; }; }; defaultValue: null }, { name: 'marketId_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Hex'; ofType: null; }; }; }; defaultValue: null }, { name: 'whitelisted'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }]; };
53
- 'MorphoMarketHistorical': { kind: 'OBJECT'; name: 'MorphoMarketHistorical'; fields: { 'daily': { name: 'daily'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoMarketHistoricalEntry'; ofType: null; }; }; }; } }; 'hourly': { name: 'hourly'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoMarketHistoricalEntry'; ofType: null; }; }; }; } }; 'weekly': { name: 'weekly'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoMarketHistoricalEntry'; ofType: null; }; }; }; } }; }; };
54
- 'MorphoMarketHistoricalEntry': { kind: 'OBJECT'; name: 'MorphoMarketHistoricalEntry'; fields: { 'borrowApy1d': { name: 'borrowApy1d'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'borrowApy30d': { name: 'borrowApy30d'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'borrowApy7d': { name: 'borrowApy7d'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'borrowApyInstantaneous': { name: 'borrowApyInstantaneous'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'bucketTimestamp': { name: 'bucketTimestamp'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'collateralPriceInLoanAsset': { name: 'collateralPriceInLoanAsset'; type: { kind: 'OBJECT'; name: 'OnchainAmount'; ofType: null; } }; 'supplyApy1d': { name: 'supplyApy1d'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'supplyApy30d': { name: 'supplyApy30d'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'supplyApy7d': { name: 'supplyApy7d'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'supplyApyInstantaneous': { name: 'supplyApyInstantaneous'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'totalBorrowed': { name: 'totalBorrowed'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'totalCollateral': { name: 'totalCollateral'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'totalSupplied': { name: 'totalSupplied'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; }; };
55
- 'MorphoMarketPage': { kind: 'OBJECT'; name: 'MorphoMarketPage'; fields: { 'items': { name: 'items'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoMarket'; ofType: null; }; }; } }; 'pageInfo': { name: 'pageInfo'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PageInfo'; ofType: null; }; } }; 'totalCount': { name: 'totalCount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; }; };
56
- 'MorphoMarketPosition': { kind: 'OBJECT'; name: 'MorphoMarketPosition'; fields: { 'accountAddress': { name: 'accountAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'borrowAmount': { name: 'borrowAmount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'borrowShares': { name: 'borrowShares'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'BigInt'; ofType: null; }; } }; 'collateralAmount': { name: 'collateralAmount'; type: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; } }; 'healthFactor': { name: 'healthFactor'; type: { kind: 'OBJECT'; name: 'OnchainAmount'; ofType: null; } }; 'ltv': { name: 'ltv'; type: { kind: 'OBJECT'; name: 'OnchainAmount'; ofType: null; } }; 'market': { name: 'market'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoMarket'; ofType: null; }; } }; 'supplyAmount': { name: 'supplyAmount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'supplyShares': { name: 'supplyShares'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'BigInt'; ofType: null; }; } }; 'walletCollateralAssetHolding': { name: 'walletCollateralAssetHolding'; type: { kind: 'OBJECT'; name: 'TokenHolding'; ofType: null; } }; 'walletLoanAssetHolding': { name: 'walletLoanAssetHolding'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenHolding'; ofType: null; }; } }; }; };
57
- 'MorphoMarketPositionFilter': { kind: 'INPUT_OBJECT'; name: 'MorphoMarketPositionFilter'; isOneOf: false; inputFields: [{ name: 'chainId_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; }; }; defaultValue: null }, { name: 'marketId_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Hex'; ofType: null; }; }; }; defaultValue: null }, { name: 'accountAddress_in'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; }; }; }; defaultValue: null }, { name: 'whitelisted'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }]; };
58
- 'MorphoMarketPositionPage': { kind: 'OBJECT'; name: 'MorphoMarketPositionPage'; fields: { 'items': { name: 'items'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoMarketPosition'; ofType: null; }; }; } }; 'pageInfo': { name: 'pageInfo'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PageInfo'; ofType: null; }; } }; 'totalCount': { name: 'totalCount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; }; };
59
- 'MorphoVault': { kind: 'OBJECT'; name: 'MorphoVault'; fields: { 'apy': { name: 'apy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'asset': { name: 'asset'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Token'; ofType: null; }; } }; 'chain': { name: 'chain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Chain'; ofType: null; }; } }; 'curatorAddress': { name: 'curatorAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'decimals': { name: 'decimals'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'feeRecipientAddress': { name: 'feeRecipientAddress'; type: { kind: 'SCALAR'; name: 'Address'; ofType: null; } }; 'guardianAddress': { name: 'guardianAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'historical': { name: 'historical'; type: { kind: 'OBJECT'; name: 'MorphoVaultHistorical'; ofType: null; } }; 'marketAllocations': { name: 'marketAllocations'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoVaultMarketAllocation'; ofType: null; }; }; }; } }; 'metadata': { name: 'metadata'; type: { kind: 'OBJECT'; name: 'MorphoVaultMetadata'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'ownerAddress': { name: 'ownerAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'performanceFee': { name: 'performanceFee'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Float'; ofType: null; }; } }; 'supplyApy': { name: 'supplyApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'supplyApy1d': { name: 'supplyApy1d'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'supplyApy30d': { name: 'supplyApy30d'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'supplyApy7d': { name: 'supplyApy7d'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'symbol': { name: 'symbol'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'totalAssets': { name: 'totalAssets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'totalLiquidity': { name: 'totalLiquidity'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'totalSupplied': { name: 'totalSupplied'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'vaultAddress': { name: 'vaultAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; }; };
60
- 'MorphoVaultFilter': { kind: 'INPUT_OBJECT'; name: 'MorphoVaultFilter'; isOneOf: false; inputFields: [{ name: 'chainId_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; }; }; defaultValue: null }, { name: 'vaultAddress_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; }; }; defaultValue: null }, { name: 'whitelisted'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }]; };
61
- 'MorphoVaultHistorical': { kind: 'OBJECT'; name: 'MorphoVaultHistorical'; fields: { 'daily': { name: 'daily'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoVaultHistoricalEntry'; ofType: null; }; }; }; } }; 'hourly': { name: 'hourly'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoVaultHistoricalEntry'; ofType: null; }; }; }; } }; 'weekly': { name: 'weekly'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoVaultHistoricalEntry'; ofType: null; }; }; }; } }; }; };
62
- 'MorphoVaultHistoricalEntry': { kind: 'OBJECT'; name: 'MorphoVaultHistoricalEntry'; fields: { 'bucketTimestamp': { name: 'bucketTimestamp'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'supplyApy1d': { name: 'supplyApy1d'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'supplyApy30d': { name: 'supplyApy30d'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'supplyApy7d': { name: 'supplyApy7d'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'totalSupplied': { name: 'totalSupplied'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; }; };
63
- 'MorphoVaultMarketAllocation': { kind: 'OBJECT'; name: 'MorphoVaultMarketAllocation'; fields: { 'enabled': { name: 'enabled'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'market': { name: 'market'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoMarket'; ofType: null; }; } }; 'marketSupplyShare': { name: 'marketSupplyShare'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Float'; ofType: null; }; } }; 'position': { name: 'position'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoMarketPosition'; ofType: null; }; } }; 'supplyCap': { name: 'supplyCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'vault': { name: 'vault'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoVault'; ofType: null; }; } }; 'vaultSupplyShare': { name: 'vaultSupplyShare'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Float'; ofType: null; }; } }; }; };
64
- 'MorphoVaultMetadata': { kind: 'OBJECT'; name: 'MorphoVaultMetadata'; fields: { 'curator': { name: 'curator'; type: { kind: 'OBJECT'; name: 'Curator'; ofType: null; } }; 'curators': { name: 'curators'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Curator'; ofType: null; }; }; }; } }; 'description': { name: 'description'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'forumLink': { name: 'forumLink'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'image': { name: 'image'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; };
65
- 'MorphoVaultPage': { kind: 'OBJECT'; name: 'MorphoVaultPage'; fields: { 'items': { name: 'items'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoVault'; ofType: null; }; }; } }; 'pageInfo': { name: 'pageInfo'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PageInfo'; ofType: null; }; } }; 'totalCount': { name: 'totalCount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; }; };
66
- 'MorphoVaultPosition': { kind: 'OBJECT'; name: 'MorphoVaultPosition'; fields: { 'accountAddress': { name: 'accountAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'supplyAmount': { name: 'supplyAmount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'supplyShares': { name: 'supplyShares'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'BigInt'; ofType: null; }; } }; 'vault': { name: 'vault'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoVault'; ofType: null; }; } }; 'walletUnderlyingAssetHolding': { name: 'walletUnderlyingAssetHolding'; type: { kind: 'OBJECT'; name: 'TokenHolding'; ofType: null; } }; }; };
67
- 'MorphoVaultPositionFilter': { kind: 'INPUT_OBJECT'; name: 'MorphoVaultPositionFilter'; isOneOf: false; inputFields: [{ name: 'chainId_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; }; }; defaultValue: null }, { name: 'vaultAddress_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; }; }; defaultValue: null }, { name: 'accountAddress_in'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; }; }; }; defaultValue: null }, { name: 'whitelisted'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }]; };
68
- 'MorphoVaultPositionPage': { kind: 'OBJECT'; name: 'MorphoVaultPositionPage'; fields: { 'items': { name: 'items'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoVaultPosition'; ofType: null; }; }; } }; 'pageInfo': { name: 'pageInfo'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PageInfo'; ofType: null; }; } }; 'totalCount': { name: 'totalCount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; }; };
69
- 'MorphoVaultV2': { kind: 'OBJECT'; name: 'MorphoVaultV2'; fields: { 'adapters': { name: 'adapters'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INTERFACE'; name: 'Adapter'; ofType: null; }; }; }; } }; 'allocatorAddresses': { name: 'allocatorAddresses'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; }; } }; 'apy': { name: 'apy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'asset': { name: 'asset'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Token'; ofType: null; }; } }; 'chain': { name: 'chain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Chain'; ofType: null; }; } }; 'curatorAddress': { name: 'curatorAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'decimals': { name: 'decimals'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'historical': { name: 'historical'; type: { kind: 'OBJECT'; name: 'MorphoVaultHistorical'; ofType: null; } }; 'liquidityAdapter': { name: 'liquidityAdapter'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INTERFACE'; name: 'Adapter'; ofType: null; }; } }; 'managementFee': { name: 'managementFee'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'OnchainAmount'; ofType: null; }; } }; 'managementFeeRecipientAddress': { name: 'managementFeeRecipientAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'metadata': { name: 'metadata'; type: { kind: 'OBJECT'; name: 'MorphoVaultMetadata'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'ownerAddress': { name: 'ownerAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'performanceFee': { name: 'performanceFee'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'OnchainAmount'; ofType: null; }; } }; 'performanceFeeRecipientAddress': { name: 'performanceFeeRecipientAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'receiveAssetsGateAddress': { name: 'receiveAssetsGateAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'receiveSharesGateAddress': { name: 'receiveSharesGateAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'sendAssetsGateAddress': { name: 'sendAssetsGateAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'sendSharesGateAddress': { name: 'sendSharesGateAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'sentinelAddresses': { name: 'sentinelAddresses'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; }; } }; 'symbol': { name: 'symbol'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'totalAssets': { name: 'totalAssets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'vaultAddress': { name: 'vaultAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; }; };
70
- 'OnchainAmount': { kind: 'OBJECT'; name: 'OnchainAmount'; fields: { 'formatted': { name: 'formatted'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'raw': { name: 'raw'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'BigInt'; ofType: null; }; } }; }; };
71
- 'PageInfo': { kind: 'OBJECT'; name: 'PageInfo'; fields: { 'endCursor': { name: 'endCursor'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'hasNextPage': { name: 'hasNextPage'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'hasPreviousPage': { name: 'hasPreviousPage'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'startCursor': { name: 'startCursor'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; };
72
- 'Protocol': { kind: 'OBJECT'; name: 'Protocol'; fields: { 'icon': { name: 'icon'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'name': { name: 'name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; }; };
73
- 'Query': { kind: 'OBJECT'; name: 'Query'; fields: { 'aeraVaultPositions': { name: 'aeraVaultPositions'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AeraVaultPositionPage'; ofType: null; }; } }; 'aeraVaults': { name: 'aeraVaults'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AeraVaultPage'; 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; }; }; }; } }; 'erc4626VaultPositions': { name: 'erc4626VaultPositions'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc4626VaultPositionPage'; ofType: null; }; } }; 'erc4626Vaults': { name: 'erc4626Vaults'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc4626VaultPage'; ofType: null; }; } }; 'identities': { name: 'identities'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Identity'; ofType: null; }; }; }; } }; 'identity': { name: 'identity'; type: { kind: 'OBJECT'; name: 'Identity'; ofType: null; } }; 'merklAccountRewards': { name: 'merklAccountRewards'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MerklAccountReward'; ofType: null; }; }; }; } }; 'morphoMarketPositions': { name: 'morphoMarketPositions'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoMarketPositionPage'; ofType: null; }; } }; 'morphoMarkets': { name: 'morphoMarkets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoMarketPage'; ofType: null; }; } }; 'morphoVaultPositions': { name: 'morphoVaultPositions'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoVaultPositionPage'; ofType: null; }; } }; 'morphoVaults': { name: 'morphoVaults'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MorphoVaultPage'; ofType: null; }; } }; 'tokenHoldings': { name: 'tokenHoldings'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenHolding'; ofType: null; }; }; } }; 'tokens': { name: 'tokens'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'Token'; ofType: null; }; }; } }; 'vaults': { name: 'vaults'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'Vault'; ofType: null; }; }; } }; }; };
74
- 'Reward': { kind: 'OBJECT'; name: 'Reward'; fields: { 'apr': { name: 'apr'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Float'; ofType: null; }; } }; 'asset': { name: 'asset'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Token'; ofType: null; }; } }; }; };
75
- 'String': unknown;
76
- 'Token': { kind: 'OBJECT'; name: 'Token'; fields: { 'address': { name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'category': { name: 'category'; type: { kind: 'ENUM'; name: 'TokenCategory'; ofType: null; } }; 'chain': { name: 'chain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Chain'; ofType: null; }; } }; 'decimals': { name: 'decimals'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'historical': { name: 'historical'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenHistorical'; ofType: null; }; } }; 'icon': { name: 'icon'; type: { kind: 'SCALAR'; name: 'URL'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'priceUsd': { name: 'priceUsd'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'symbol': { name: 'symbol'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; }; };
77
- 'TokenAmount': { kind: 'OBJECT'; name: 'TokenAmount'; fields: { 'formatted': { name: 'formatted'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'raw': { name: 'raw'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'BigInt'; ofType: null; }; } }; 'usd': { name: 'usd'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; };
78
- 'TokenCategory': { name: 'TokenCategory'; enumValues: 'Stable' | 'Eth' | 'Btc'; };
79
- 'TokenHistorical': { kind: 'OBJECT'; name: 'TokenHistorical'; fields: { 'daily': { name: 'daily'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenHistoricalEntry'; ofType: null; }; }; } }; 'hourly': { name: 'hourly'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenHistoricalEntry'; ofType: null; }; }; } }; 'weekly': { name: 'weekly'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenHistoricalEntry'; ofType: null; }; }; } }; }; };
80
- 'TokenHistoricalEntry': { kind: 'OBJECT'; name: 'TokenHistoricalEntry'; fields: { 'bucketTimestamp': { name: 'bucketTimestamp'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'priceUsd': { name: 'priceUsd'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Float'; ofType: null; }; } }; }; };
81
- 'TokenHolding': { kind: 'OBJECT'; name: 'TokenHolding'; fields: { 'accountAddress': { name: 'accountAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'balance': { name: 'balance'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'token': { name: 'token'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Token'; ofType: null; }; } }; }; };
82
- 'TokenHoldingInput': { kind: 'INPUT_OBJECT'; name: 'TokenHoldingInput'; isOneOf: false; inputFields: [{ name: 'chainId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; }; defaultValue: null }, { name: 'tokenAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; }; defaultValue: null }, { name: 'accountAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; }; defaultValue: null }]; };
83
- 'TokenInput': { kind: 'INPUT_OBJECT'; name: 'TokenInput'; isOneOf: false; inputFields: [{ name: 'chainId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; }; defaultValue: null }, { name: 'tokenAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; }; defaultValue: null }]; };
84
- 'URL': unknown;
85
- 'UnknownAdapter': { kind: 'OBJECT'; name: 'UnknownAdapter'; fields: { 'adapterAddress': { name: 'adapterAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'adapterCap': { name: 'adapterCap'; type: { kind: 'OBJECT'; name: 'AdapterCap'; ofType: null; } }; 'isEnabled': { name: 'isEnabled'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; };
86
- 'UnknownCap': { kind: 'OBJECT'; name: 'UnknownCap'; fields: { 'absoluteCap': { name: 'absoluteCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'allocation': { name: 'allocation'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'capId': { name: 'capId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Hex'; ofType: null; }; } }; 'relativeCap': { name: 'relativeCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'OnchainAmount'; ofType: null; }; } }; }; };
87
- 'Vault': { kind: 'OBJECT'; name: 'Vault'; fields: { 'asset': { name: 'asset'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Token'; ofType: null; }; } }; 'chain': { name: 'chain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Chain'; ofType: null; }; } }; 'description': { name: 'description'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'protocol': { name: 'protocol'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Protocol'; ofType: null; }; } }; 'supplyApy': { name: 'supplyApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Apy'; ofType: null; }; } }; 'totalSupplied': { name: 'totalSupplied'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'type': { name: 'type'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'VaultType'; ofType: null; }; } }; 'url': { name: 'url'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'vaultAddress': { name: 'vaultAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; }; };
88
- 'VaultInput': { kind: 'INPUT_OBJECT'; name: 'VaultInput'; isOneOf: false; inputFields: [{ name: 'chainId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; }; defaultValue: null }, { name: 'protocol'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'VaultProtocol'; ofType: null; }; }; defaultValue: null }, { name: 'vaultAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; }; defaultValue: null }]; };
89
- 'VaultProtocol': { name: 'VaultProtocol'; enumValues: 'euler_v2' | 'euler_earn' | 'morpho' | 'enzyme' | 'mellow' | 'midas' | 'turtle_club' | 'silo' | 'reserve' | 'napier' | 'gearbox' | 'pendle' | 'lista'; };
90
- 'VaultType': { name: 'VaultType'; enumValues: 'lending' | 'staking' | 'index'; };
91
- 'VaultV1Adapter': { kind: 'OBJECT'; name: 'VaultV1Adapter'; fields: { 'adapterAddress': { name: 'adapterAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'adapterCap': { name: 'adapterCap'; type: { kind: 'OBJECT'; name: 'AdapterCap'; ofType: null; } }; 'isEnabled': { name: 'isEnabled'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'vault': { name: 'vault'; type: { kind: 'OBJECT'; name: 'MorphoVault'; ofType: null; } }; }; };
92
- };
5
+ Adapter: {
6
+ kind: "INTERFACE"
7
+ name: "Adapter"
8
+ fields: {
9
+ adapterAddress: {
10
+ name: "adapterAddress"
11
+ type: {
12
+ kind: "NON_NULL"
13
+ name: never
14
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
15
+ }
16
+ }
17
+ adapterCap: { name: "adapterCap"; type: { kind: "OBJECT"; name: "AdapterCap"; ofType: null } }
18
+ isEnabled: {
19
+ name: "isEnabled"
20
+ type: {
21
+ kind: "NON_NULL"
22
+ name: never
23
+ ofType: { kind: "SCALAR"; name: "Boolean"; ofType: null }
24
+ }
25
+ }
26
+ name: { name: "name"; type: { kind: "SCALAR"; name: "String"; ofType: null } }
27
+ }
28
+ possibleTypes: "BoxVaultAdapter" | "MarketV1Adapter" | "UnknownAdapter" | "VaultV1Adapter"
29
+ }
30
+ AdapterCap: {
31
+ kind: "OBJECT"
32
+ name: "AdapterCap"
33
+ fields: {
34
+ absoluteCap: {
35
+ name: "absoluteCap"
36
+ type: {
37
+ kind: "NON_NULL"
38
+ name: never
39
+ ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
40
+ }
41
+ }
42
+ allocation: {
43
+ name: "allocation"
44
+ type: {
45
+ kind: "NON_NULL"
46
+ name: never
47
+ ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
48
+ }
49
+ }
50
+ capId: {
51
+ name: "capId"
52
+ type: {
53
+ kind: "NON_NULL"
54
+ name: never
55
+ ofType: { kind: "SCALAR"; name: "Hex"; ofType: null }
56
+ }
57
+ }
58
+ relativeCap: {
59
+ name: "relativeCap"
60
+ type: {
61
+ kind: "NON_NULL"
62
+ name: never
63
+ ofType: { kind: "OBJECT"; name: "OnchainAmount"; ofType: null }
64
+ }
65
+ }
66
+ }
67
+ }
68
+ Address: unknown
69
+ AeraVault: {
70
+ kind: "OBJECT"
71
+ name: "AeraVault"
72
+ fields: {
73
+ chain: {
74
+ name: "chain"
75
+ type: {
76
+ kind: "NON_NULL"
77
+ name: never
78
+ ofType: { kind: "OBJECT"; name: "Chain"; ofType: null }
79
+ }
80
+ }
81
+ isPaused: {
82
+ name: "isPaused"
83
+ type: {
84
+ kind: "NON_NULL"
85
+ name: never
86
+ ofType: { kind: "SCALAR"; name: "Boolean"; ofType: null }
87
+ }
88
+ }
89
+ managementFee: {
90
+ name: "managementFee"
91
+ type: {
92
+ kind: "NON_NULL"
93
+ name: never
94
+ ofType: { kind: "OBJECT"; name: "OnchainAmount"; ofType: null }
95
+ }
96
+ }
97
+ name: {
98
+ name: "name"
99
+ type: {
100
+ kind: "NON_NULL"
101
+ name: never
102
+ ofType: { kind: "SCALAR"; name: "String"; ofType: null }
103
+ }
104
+ }
105
+ numeraireAsset: {
106
+ name: "numeraireAsset"
107
+ type: {
108
+ kind: "NON_NULL"
109
+ name: never
110
+ ofType: { kind: "OBJECT"; name: "Token"; ofType: null }
111
+ }
112
+ }
113
+ performanceFee: {
114
+ name: "performanceFee"
115
+ type: {
116
+ kind: "NON_NULL"
117
+ name: never
118
+ ofType: { kind: "OBJECT"; name: "OnchainAmount"; ofType: null }
119
+ }
120
+ }
121
+ supplyApy1d: {
122
+ name: "supplyApy1d"
123
+ type: {
124
+ kind: "NON_NULL"
125
+ name: never
126
+ ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
127
+ }
128
+ }
129
+ supplyApy30d: {
130
+ name: "supplyApy30d"
131
+ type: {
132
+ kind: "NON_NULL"
133
+ name: never
134
+ ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
135
+ }
136
+ }
137
+ supplyApy7d: {
138
+ name: "supplyApy7d"
139
+ type: {
140
+ kind: "NON_NULL"
141
+ name: never
142
+ ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
143
+ }
144
+ }
145
+ totalSupplied: {
146
+ name: "totalSupplied"
147
+ type: {
148
+ kind: "NON_NULL"
149
+ name: never
150
+ ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
151
+ }
152
+ }
153
+ vaultAddress: {
154
+ name: "vaultAddress"
155
+ type: {
156
+ kind: "NON_NULL"
157
+ name: never
158
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
159
+ }
160
+ }
161
+ }
162
+ }
163
+ AeraVaultFilter: {
164
+ kind: "INPUT_OBJECT"
165
+ name: "AeraVaultFilter"
166
+ isOneOf: false
167
+ inputFields: [
168
+ {
169
+ name: "chainId_in"
170
+ type: {
171
+ kind: "LIST"
172
+ name: never
173
+ ofType: {
174
+ kind: "NON_NULL"
175
+ name: never
176
+ ofType: { kind: "SCALAR"; name: "ChainId"; ofType: null }
177
+ }
178
+ }
179
+ defaultValue: null
180
+ },
181
+ {
182
+ name: "vaultAddress_in"
183
+ type: {
184
+ kind: "LIST"
185
+ name: never
186
+ ofType: {
187
+ kind: "NON_NULL"
188
+ name: never
189
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
190
+ }
191
+ }
192
+ defaultValue: null
193
+ },
194
+ ]
195
+ }
196
+ AeraVaultPage: {
197
+ kind: "OBJECT"
198
+ name: "AeraVaultPage"
199
+ fields: {
200
+ items: {
201
+ name: "items"
202
+ type: {
203
+ kind: "NON_NULL"
204
+ name: never
205
+ ofType: {
206
+ kind: "LIST"
207
+ name: never
208
+ ofType: { kind: "OBJECT"; name: "AeraVault"; ofType: null }
209
+ }
210
+ }
211
+ }
212
+ pageInfo: {
213
+ name: "pageInfo"
214
+ type: {
215
+ kind: "NON_NULL"
216
+ name: never
217
+ ofType: { kind: "OBJECT"; name: "PageInfo"; ofType: null }
218
+ }
219
+ }
220
+ totalCount: {
221
+ name: "totalCount"
222
+ type: {
223
+ kind: "NON_NULL"
224
+ name: never
225
+ ofType: { kind: "SCALAR"; name: "Int"; ofType: null }
226
+ }
227
+ }
228
+ }
229
+ }
230
+ AeraVaultPosition: {
231
+ kind: "OBJECT"
232
+ name: "AeraVaultPosition"
233
+ fields: {
234
+ accountAddress: {
235
+ name: "accountAddress"
236
+ type: {
237
+ kind: "NON_NULL"
238
+ name: never
239
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
240
+ }
241
+ }
242
+ hasPendingDeposit: {
243
+ name: "hasPendingDeposit"
244
+ type: {
245
+ kind: "NON_NULL"
246
+ name: never
247
+ ofType: { kind: "SCALAR"; name: "Boolean"; ofType: null }
248
+ }
249
+ }
250
+ hasPendingWithdrawal: {
251
+ name: "hasPendingWithdrawal"
252
+ type: {
253
+ kind: "NON_NULL"
254
+ name: never
255
+ ofType: { kind: "SCALAR"; name: "Boolean"; ofType: null }
256
+ }
257
+ }
258
+ supplyAmount: {
259
+ name: "supplyAmount"
260
+ type: {
261
+ kind: "NON_NULL"
262
+ name: never
263
+ ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
264
+ }
265
+ }
266
+ supplyShares: {
267
+ name: "supplyShares"
268
+ type: {
269
+ kind: "NON_NULL"
270
+ name: never
271
+ ofType: { kind: "OBJECT"; name: "OnchainAmount"; ofType: null }
272
+ }
273
+ }
274
+ vault: {
275
+ name: "vault"
276
+ type: {
277
+ kind: "NON_NULL"
278
+ name: never
279
+ ofType: { kind: "OBJECT"; name: "AeraVault"; ofType: null }
280
+ }
281
+ }
282
+ }
283
+ }
284
+ AeraVaultPositionFilter: {
285
+ kind: "INPUT_OBJECT"
286
+ name: "AeraVaultPositionFilter"
287
+ isOneOf: false
288
+ inputFields: [
289
+ {
290
+ name: "chainId_in"
291
+ type: {
292
+ kind: "LIST"
293
+ name: never
294
+ ofType: {
295
+ kind: "NON_NULL"
296
+ name: never
297
+ ofType: { kind: "SCALAR"; name: "ChainId"; ofType: null }
298
+ }
299
+ }
300
+ defaultValue: null
301
+ },
302
+ {
303
+ name: "vaultAddress_in"
304
+ type: {
305
+ kind: "LIST"
306
+ name: never
307
+ ofType: {
308
+ kind: "NON_NULL"
309
+ name: never
310
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
311
+ }
312
+ }
313
+ defaultValue: null
314
+ },
315
+ {
316
+ name: "accountAddress_in"
317
+ type: {
318
+ kind: "LIST"
319
+ name: never
320
+ ofType: {
321
+ kind: "NON_NULL"
322
+ name: never
323
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
324
+ }
325
+ }
326
+ defaultValue: null
327
+ },
328
+ ]
329
+ }
330
+ AeraVaultPositionPage: {
331
+ kind: "OBJECT"
332
+ name: "AeraVaultPositionPage"
333
+ fields: {
334
+ items: {
335
+ name: "items"
336
+ type: {
337
+ kind: "NON_NULL"
338
+ name: never
339
+ ofType: {
340
+ kind: "LIST"
341
+ name: never
342
+ ofType: { kind: "OBJECT"; name: "AeraVaultPosition"; ofType: null }
343
+ }
344
+ }
345
+ }
346
+ pageInfo: {
347
+ name: "pageInfo"
348
+ type: {
349
+ kind: "NON_NULL"
350
+ name: never
351
+ ofType: { kind: "OBJECT"; name: "PageInfo"; ofType: null }
352
+ }
353
+ }
354
+ totalCount: {
355
+ name: "totalCount"
356
+ type: {
357
+ kind: "NON_NULL"
358
+ name: never
359
+ ofType: { kind: "SCALAR"; name: "Int"; ofType: null }
360
+ }
361
+ }
362
+ }
363
+ }
364
+ Apy: {
365
+ kind: "OBJECT"
366
+ name: "Apy"
367
+ fields: {
368
+ base: {
369
+ name: "base"
370
+ type: {
371
+ kind: "NON_NULL"
372
+ name: never
373
+ ofType: { kind: "SCALAR"; name: "Float"; ofType: null }
374
+ }
375
+ }
376
+ fee: {
377
+ name: "fee"
378
+ type: {
379
+ kind: "NON_NULL"
380
+ name: never
381
+ ofType: { kind: "SCALAR"; name: "Float"; ofType: null }
382
+ }
383
+ }
384
+ rewards: {
385
+ name: "rewards"
386
+ type: {
387
+ kind: "NON_NULL"
388
+ name: never
389
+ ofType: {
390
+ kind: "LIST"
391
+ name: never
392
+ ofType: {
393
+ kind: "NON_NULL"
394
+ name: never
395
+ ofType: { kind: "OBJECT"; name: "Reward"; ofType: null }
396
+ }
397
+ }
398
+ }
399
+ }
400
+ side: {
401
+ name: "side"
402
+ type: {
403
+ kind: "NON_NULL"
404
+ name: never
405
+ ofType: { kind: "ENUM"; name: "ApySide"; ofType: null }
406
+ }
407
+ }
408
+ total: {
409
+ name: "total"
410
+ type: {
411
+ kind: "NON_NULL"
412
+ name: never
413
+ ofType: { kind: "SCALAR"; name: "Float"; ofType: null }
414
+ }
415
+ }
416
+ }
417
+ }
418
+ ApySide: { name: "ApySide"; enumValues: "Supply" | "Borrow" }
419
+ ApyTimeframe: { name: "ApyTimeframe"; enumValues: "one_day" | "seven_days" | "thirty_days" }
420
+ BigInt: unknown
421
+ Boolean: unknown
422
+ BoxVault: {
423
+ kind: "OBJECT"
424
+ name: "BoxVault"
425
+ fields: {
426
+ allocations: {
427
+ name: "allocations"
428
+ type: {
429
+ kind: "NON_NULL"
430
+ name: never
431
+ ofType: {
432
+ kind: "LIST"
433
+ name: never
434
+ ofType: {
435
+ kind: "NON_NULL"
436
+ name: never
437
+ ofType: { kind: "OBJECT"; name: "TokenHolding"; ofType: null }
438
+ }
439
+ }
440
+ }
441
+ }
442
+ apy: {
443
+ name: "apy"
444
+ type: {
445
+ kind: "NON_NULL"
446
+ name: never
447
+ ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
448
+ }
449
+ }
450
+ asset: {
451
+ name: "asset"
452
+ type: {
453
+ kind: "NON_NULL"
454
+ name: never
455
+ ofType: { kind: "OBJECT"; name: "Token"; ofType: null }
456
+ }
457
+ }
458
+ chain: {
459
+ name: "chain"
460
+ type: {
461
+ kind: "NON_NULL"
462
+ name: never
463
+ ofType: { kind: "OBJECT"; name: "Chain"; ofType: null }
464
+ }
465
+ }
466
+ decimals: {
467
+ name: "decimals"
468
+ type: {
469
+ kind: "NON_NULL"
470
+ name: never
471
+ ofType: { kind: "SCALAR"; name: "Int"; ofType: null }
472
+ }
473
+ }
474
+ name: {
475
+ name: "name"
476
+ type: {
477
+ kind: "NON_NULL"
478
+ name: never
479
+ ofType: { kind: "SCALAR"; name: "String"; ofType: null }
480
+ }
481
+ }
482
+ symbol: {
483
+ name: "symbol"
484
+ type: {
485
+ kind: "NON_NULL"
486
+ name: never
487
+ ofType: { kind: "SCALAR"; name: "String"; ofType: null }
488
+ }
489
+ }
490
+ totalAssets: {
491
+ name: "totalAssets"
492
+ type: {
493
+ kind: "NON_NULL"
494
+ name: never
495
+ ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
496
+ }
497
+ }
498
+ vaultAddress: {
499
+ name: "vaultAddress"
500
+ type: {
501
+ kind: "NON_NULL"
502
+ name: never
503
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
504
+ }
505
+ }
506
+ }
507
+ }
508
+ BoxVaultAdapter: {
509
+ kind: "OBJECT"
510
+ name: "BoxVaultAdapter"
511
+ fields: {
512
+ adapterAddress: {
513
+ name: "adapterAddress"
514
+ type: {
515
+ kind: "NON_NULL"
516
+ name: never
517
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
518
+ }
519
+ }
520
+ adapterCap: { name: "adapterCap"; type: { kind: "OBJECT"; name: "AdapterCap"; ofType: null } }
521
+ isEnabled: {
522
+ name: "isEnabled"
523
+ type: {
524
+ kind: "NON_NULL"
525
+ name: never
526
+ ofType: { kind: "SCALAR"; name: "Boolean"; ofType: null }
527
+ }
528
+ }
529
+ name: { name: "name"; type: { kind: "SCALAR"; name: "String"; ofType: null } }
530
+ vault: { name: "vault"; type: { kind: "OBJECT"; name: "BoxVault"; ofType: null } }
531
+ }
532
+ }
533
+ Cap: {
534
+ kind: "INTERFACE"
535
+ name: "Cap"
536
+ fields: {
537
+ absoluteCap: {
538
+ name: "absoluteCap"
539
+ type: {
540
+ kind: "NON_NULL"
541
+ name: never
542
+ ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
543
+ }
544
+ }
545
+ allocation: {
546
+ name: "allocation"
547
+ type: {
548
+ kind: "NON_NULL"
549
+ name: never
550
+ ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
551
+ }
552
+ }
553
+ capId: {
554
+ name: "capId"
555
+ type: {
556
+ kind: "NON_NULL"
557
+ name: never
558
+ ofType: { kind: "SCALAR"; name: "Hex"; ofType: null }
559
+ }
560
+ }
561
+ relativeCap: {
562
+ name: "relativeCap"
563
+ type: {
564
+ kind: "NON_NULL"
565
+ name: never
566
+ ofType: { kind: "OBJECT"; name: "OnchainAmount"; ofType: null }
567
+ }
568
+ }
569
+ }
570
+ possibleTypes: "AdapterCap" | "CollateralExposureCap" | "MarketV1ExposureCap" | "UnknownCap"
571
+ }
572
+ Chain: {
573
+ kind: "OBJECT"
574
+ name: "Chain"
575
+ fields: {
576
+ icon: {
577
+ name: "icon"
578
+ type: {
579
+ kind: "NON_NULL"
580
+ name: never
581
+ ofType: { kind: "SCALAR"; name: "URL"; ofType: null }
582
+ }
583
+ }
584
+ id: {
585
+ name: "id"
586
+ type: {
587
+ kind: "NON_NULL"
588
+ name: never
589
+ ofType: { kind: "SCALAR"; name: "ChainId"; ofType: null }
590
+ }
591
+ }
592
+ name: {
593
+ name: "name"
594
+ type: {
595
+ kind: "NON_NULL"
596
+ name: never
597
+ ofType: { kind: "SCALAR"; name: "String"; ofType: null }
598
+ }
599
+ }
600
+ nativeToken: {
601
+ name: "nativeToken"
602
+ type: {
603
+ kind: "NON_NULL"
604
+ name: never
605
+ ofType: { kind: "OBJECT"; name: "Token"; ofType: null }
606
+ }
607
+ }
608
+ wrappedNativeToken: {
609
+ name: "wrappedNativeToken"
610
+ type: {
611
+ kind: "NON_NULL"
612
+ name: never
613
+ ofType: { kind: "OBJECT"; name: "Token"; ofType: null }
614
+ }
615
+ }
616
+ }
617
+ }
618
+ ChainFilter: {
619
+ kind: "INPUT_OBJECT"
620
+ name: "ChainFilter"
621
+ isOneOf: false
622
+ inputFields: [
623
+ {
624
+ name: "chainId_in"
625
+ type: {
626
+ kind: "LIST"
627
+ name: never
628
+ ofType: {
629
+ kind: "NON_NULL"
630
+ name: never
631
+ ofType: { kind: "SCALAR"; name: "ChainId"; ofType: null }
632
+ }
633
+ }
634
+ defaultValue: null
635
+ },
636
+ ]
637
+ }
638
+ ChainId: unknown
639
+ CollateralExposureCap: {
640
+ kind: "OBJECT"
641
+ name: "CollateralExposureCap"
642
+ fields: {
643
+ absoluteCap: {
644
+ name: "absoluteCap"
645
+ type: {
646
+ kind: "NON_NULL"
647
+ name: never
648
+ ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
649
+ }
650
+ }
651
+ allocation: {
652
+ name: "allocation"
653
+ type: {
654
+ kind: "NON_NULL"
655
+ name: never
656
+ ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
657
+ }
658
+ }
659
+ capId: {
660
+ name: "capId"
661
+ type: {
662
+ kind: "NON_NULL"
663
+ name: never
664
+ ofType: { kind: "SCALAR"; name: "Hex"; ofType: null }
665
+ }
666
+ }
667
+ collateralToken: {
668
+ name: "collateralToken"
669
+ type: {
670
+ kind: "NON_NULL"
671
+ name: never
672
+ ofType: { kind: "OBJECT"; name: "Token"; ofType: null }
673
+ }
674
+ }
675
+ relativeCap: {
676
+ name: "relativeCap"
677
+ type: {
678
+ kind: "NON_NULL"
679
+ name: never
680
+ ofType: { kind: "OBJECT"; name: "OnchainAmount"; ofType: null }
681
+ }
682
+ }
683
+ }
684
+ }
685
+ Curator: {
686
+ kind: "OBJECT"
687
+ name: "Curator"
688
+ fields: {
689
+ image: {
690
+ name: "image"
691
+ type: {
692
+ kind: "NON_NULL"
693
+ name: never
694
+ ofType: { kind: "SCALAR"; name: "String"; ofType: null }
695
+ }
696
+ }
697
+ name: {
698
+ name: "name"
699
+ type: {
700
+ kind: "NON_NULL"
701
+ name: never
702
+ ofType: { kind: "SCALAR"; name: "String"; ofType: null }
703
+ }
704
+ }
705
+ url: {
706
+ name: "url"
707
+ type: {
708
+ kind: "NON_NULL"
709
+ name: never
710
+ ofType: { kind: "SCALAR"; name: "String"; ofType: null }
711
+ }
712
+ }
713
+ }
714
+ }
715
+ Erc4626Vault: {
716
+ kind: "INTERFACE"
717
+ name: "Erc4626Vault"
718
+ fields: {
719
+ apy: {
720
+ name: "apy"
721
+ type: {
722
+ kind: "NON_NULL"
723
+ name: never
724
+ ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
725
+ }
726
+ }
727
+ asset: {
728
+ name: "asset"
729
+ type: {
730
+ kind: "NON_NULL"
731
+ name: never
732
+ ofType: { kind: "OBJECT"; name: "Token"; ofType: null }
733
+ }
734
+ }
735
+ chain: {
736
+ name: "chain"
737
+ type: {
738
+ kind: "NON_NULL"
739
+ name: never
740
+ ofType: { kind: "OBJECT"; name: "Chain"; ofType: null }
741
+ }
742
+ }
743
+ decimals: {
744
+ name: "decimals"
745
+ type: {
746
+ kind: "NON_NULL"
747
+ name: never
748
+ ofType: { kind: "SCALAR"; name: "Int"; ofType: null }
749
+ }
750
+ }
751
+ name: {
752
+ name: "name"
753
+ type: {
754
+ kind: "NON_NULL"
755
+ name: never
756
+ ofType: { kind: "SCALAR"; name: "String"; ofType: null }
757
+ }
758
+ }
759
+ symbol: {
760
+ name: "symbol"
761
+ type: {
762
+ kind: "NON_NULL"
763
+ name: never
764
+ ofType: { kind: "SCALAR"; name: "String"; ofType: null }
765
+ }
766
+ }
767
+ totalAssets: {
768
+ name: "totalAssets"
769
+ type: {
770
+ kind: "NON_NULL"
771
+ name: never
772
+ ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
773
+ }
774
+ }
775
+ vaultAddress: {
776
+ name: "vaultAddress"
777
+ type: {
778
+ kind: "NON_NULL"
779
+ name: never
780
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
781
+ }
782
+ }
783
+ }
784
+ possibleTypes: "BoxVault" | "GenericErc4626Vault" | "MorphoVault" | "MorphoVaultV2"
785
+ }
786
+ Erc4626VaultFilter: {
787
+ kind: "INPUT_OBJECT"
788
+ name: "Erc4626VaultFilter"
789
+ isOneOf: false
790
+ inputFields: [
791
+ {
792
+ name: "keys"
793
+ type: {
794
+ kind: "LIST"
795
+ name: never
796
+ ofType: {
797
+ kind: "NON_NULL"
798
+ name: never
799
+ ofType: { kind: "INPUT_OBJECT"; name: "Erc4626VaultKey"; ofType: null }
800
+ }
801
+ }
802
+ defaultValue: null
803
+ },
804
+ ]
805
+ }
806
+ Erc4626VaultKey: {
807
+ kind: "INPUT_OBJECT"
808
+ name: "Erc4626VaultKey"
809
+ isOneOf: false
810
+ inputFields: [
811
+ {
812
+ name: "chainId"
813
+ type: {
814
+ kind: "NON_NULL"
815
+ name: never
816
+ ofType: { kind: "SCALAR"; name: "ChainId"; ofType: null }
817
+ }
818
+ defaultValue: null
819
+ },
820
+ {
821
+ name: "vaultAddress"
822
+ type: {
823
+ kind: "NON_NULL"
824
+ name: never
825
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
826
+ }
827
+ defaultValue: null
828
+ },
829
+ {
830
+ name: "protocol"
831
+ type: {
832
+ kind: "NON_NULL"
833
+ name: never
834
+ ofType: { kind: "ENUM"; name: "Erc4626VaultProtocol"; ofType: null }
835
+ }
836
+ defaultValue: null
837
+ },
838
+ ]
839
+ }
840
+ Erc4626VaultPage: {
841
+ kind: "OBJECT"
842
+ name: "Erc4626VaultPage"
843
+ fields: {
844
+ items: {
845
+ name: "items"
846
+ type: {
847
+ kind: "NON_NULL"
848
+ name: never
849
+ ofType: {
850
+ kind: "LIST"
851
+ name: never
852
+ ofType: { kind: "INTERFACE"; name: "Erc4626Vault"; ofType: null }
853
+ }
854
+ }
855
+ }
856
+ pageInfo: {
857
+ name: "pageInfo"
858
+ type: {
859
+ kind: "NON_NULL"
860
+ name: never
861
+ ofType: { kind: "OBJECT"; name: "PageInfo"; ofType: null }
862
+ }
863
+ }
864
+ totalCount: {
865
+ name: "totalCount"
866
+ type: {
867
+ kind: "NON_NULL"
868
+ name: never
869
+ ofType: { kind: "SCALAR"; name: "Int"; ofType: null }
870
+ }
871
+ }
872
+ }
873
+ }
874
+ Erc4626VaultPosition: {
875
+ kind: "INTERFACE"
876
+ name: "Erc4626VaultPosition"
877
+ fields: {
878
+ accountAddress: {
879
+ name: "accountAddress"
880
+ type: {
881
+ kind: "NON_NULL"
882
+ name: never
883
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
884
+ }
885
+ }
886
+ assets: {
887
+ name: "assets"
888
+ type: {
889
+ kind: "NON_NULL"
890
+ name: never
891
+ ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
892
+ }
893
+ }
894
+ shares: {
895
+ name: "shares"
896
+ type: {
897
+ kind: "NON_NULL"
898
+ name: never
899
+ ofType: { kind: "OBJECT"; name: "OnchainAmount"; ofType: null }
900
+ }
901
+ }
902
+ vault: {
903
+ name: "vault"
904
+ type: {
905
+ kind: "NON_NULL"
906
+ name: never
907
+ ofType: { kind: "INTERFACE"; name: "Erc4626Vault"; ofType: null }
908
+ }
909
+ }
910
+ walletAssetHolding: {
911
+ name: "walletAssetHolding"
912
+ type: {
913
+ kind: "NON_NULL"
914
+ name: never
915
+ ofType: { kind: "OBJECT"; name: "TokenHolding"; ofType: null }
916
+ }
917
+ }
918
+ }
919
+ possibleTypes: "GenericErc4626VaultPosition"
920
+ }
921
+ Erc4626VaultPositionFilter: {
922
+ kind: "INPUT_OBJECT"
923
+ name: "Erc4626VaultPositionFilter"
924
+ isOneOf: false
925
+ inputFields: [
926
+ {
927
+ name: "keys"
928
+ type: {
929
+ kind: "LIST"
930
+ name: never
931
+ ofType: {
932
+ kind: "NON_NULL"
933
+ name: never
934
+ ofType: { kind: "INPUT_OBJECT"; name: "Erc4626VaultPositionKey"; ofType: null }
935
+ }
936
+ }
937
+ defaultValue: null
938
+ },
939
+ ]
940
+ }
941
+ Erc4626VaultPositionKey: {
942
+ kind: "INPUT_OBJECT"
943
+ name: "Erc4626VaultPositionKey"
944
+ isOneOf: false
945
+ inputFields: [
946
+ {
947
+ name: "chainId"
948
+ type: {
949
+ kind: "NON_NULL"
950
+ name: never
951
+ ofType: { kind: "SCALAR"; name: "ChainId"; ofType: null }
952
+ }
953
+ defaultValue: null
954
+ },
955
+ {
956
+ name: "vaultAddress"
957
+ type: {
958
+ kind: "NON_NULL"
959
+ name: never
960
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
961
+ }
962
+ defaultValue: null
963
+ },
964
+ {
965
+ name: "protocol"
966
+ type: {
967
+ kind: "NON_NULL"
968
+ name: never
969
+ ofType: { kind: "ENUM"; name: "Erc4626VaultProtocol"; ofType: null }
970
+ }
971
+ defaultValue: null
972
+ },
973
+ {
974
+ name: "accountAddress"
975
+ type: {
976
+ kind: "NON_NULL"
977
+ name: never
978
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
979
+ }
980
+ defaultValue: null
981
+ },
982
+ ]
983
+ }
984
+ Erc4626VaultPositionPage: {
985
+ kind: "OBJECT"
986
+ name: "Erc4626VaultPositionPage"
987
+ fields: {
988
+ items: {
989
+ name: "items"
990
+ type: {
991
+ kind: "NON_NULL"
992
+ name: never
993
+ ofType: {
994
+ kind: "LIST"
995
+ name: never
996
+ ofType: { kind: "INTERFACE"; name: "Erc4626VaultPosition"; ofType: null }
997
+ }
998
+ }
999
+ }
1000
+ pageInfo: {
1001
+ name: "pageInfo"
1002
+ type: {
1003
+ kind: "NON_NULL"
1004
+ name: never
1005
+ ofType: { kind: "OBJECT"; name: "PageInfo"; ofType: null }
1006
+ }
1007
+ }
1008
+ totalCount: {
1009
+ name: "totalCount"
1010
+ type: {
1011
+ kind: "NON_NULL"
1012
+ name: never
1013
+ ofType: { kind: "SCALAR"; name: "Int"; ofType: null }
1014
+ }
1015
+ }
1016
+ }
1017
+ }
1018
+ Erc4626VaultProtocol: {
1019
+ name: "Erc4626VaultProtocol"
1020
+ enumValues: "generic" | "morpho_v1" | "morpho_v2" | "box"
1021
+ }
1022
+ Float: unknown
1023
+ GenericErc4626Vault: {
1024
+ kind: "OBJECT"
1025
+ name: "GenericErc4626Vault"
1026
+ fields: {
1027
+ apy: {
1028
+ name: "apy"
1029
+ type: {
1030
+ kind: "NON_NULL"
1031
+ name: never
1032
+ ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
1033
+ }
1034
+ }
1035
+ asset: {
1036
+ name: "asset"
1037
+ type: {
1038
+ kind: "NON_NULL"
1039
+ name: never
1040
+ ofType: { kind: "OBJECT"; name: "Token"; ofType: null }
1041
+ }
1042
+ }
1043
+ chain: {
1044
+ name: "chain"
1045
+ type: {
1046
+ kind: "NON_NULL"
1047
+ name: never
1048
+ ofType: { kind: "OBJECT"; name: "Chain"; ofType: null }
1049
+ }
1050
+ }
1051
+ decimals: {
1052
+ name: "decimals"
1053
+ type: {
1054
+ kind: "NON_NULL"
1055
+ name: never
1056
+ ofType: { kind: "SCALAR"; name: "Int"; ofType: null }
1057
+ }
1058
+ }
1059
+ name: {
1060
+ name: "name"
1061
+ type: {
1062
+ kind: "NON_NULL"
1063
+ name: never
1064
+ ofType: { kind: "SCALAR"; name: "String"; ofType: null }
1065
+ }
1066
+ }
1067
+ symbol: {
1068
+ name: "symbol"
1069
+ type: {
1070
+ kind: "NON_NULL"
1071
+ name: never
1072
+ ofType: { kind: "SCALAR"; name: "String"; ofType: null }
1073
+ }
1074
+ }
1075
+ totalAssets: {
1076
+ name: "totalAssets"
1077
+ type: {
1078
+ kind: "NON_NULL"
1079
+ name: never
1080
+ ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
1081
+ }
1082
+ }
1083
+ vaultAddress: {
1084
+ name: "vaultAddress"
1085
+ type: {
1086
+ kind: "NON_NULL"
1087
+ name: never
1088
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
1089
+ }
1090
+ }
1091
+ }
1092
+ }
1093
+ GenericErc4626VaultPosition: {
1094
+ kind: "OBJECT"
1095
+ name: "GenericErc4626VaultPosition"
1096
+ fields: {
1097
+ accountAddress: {
1098
+ name: "accountAddress"
1099
+ type: {
1100
+ kind: "NON_NULL"
1101
+ name: never
1102
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
1103
+ }
1104
+ }
1105
+ assets: {
1106
+ name: "assets"
1107
+ type: {
1108
+ kind: "NON_NULL"
1109
+ name: never
1110
+ ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
1111
+ }
1112
+ }
1113
+ shares: {
1114
+ name: "shares"
1115
+ type: {
1116
+ kind: "NON_NULL"
1117
+ name: never
1118
+ ofType: { kind: "OBJECT"; name: "OnchainAmount"; ofType: null }
1119
+ }
1120
+ }
1121
+ vault: {
1122
+ name: "vault"
1123
+ type: {
1124
+ kind: "NON_NULL"
1125
+ name: never
1126
+ ofType: { kind: "INTERFACE"; name: "Erc4626Vault"; ofType: null }
1127
+ }
1128
+ }
1129
+ walletAssetHolding: {
1130
+ name: "walletAssetHolding"
1131
+ type: {
1132
+ kind: "NON_NULL"
1133
+ name: never
1134
+ ofType: { kind: "OBJECT"; name: "TokenHolding"; ofType: null }
1135
+ }
1136
+ }
1137
+ }
1138
+ }
1139
+ Hex: unknown
1140
+ Identity: {
1141
+ kind: "OBJECT"
1142
+ name: "Identity"
1143
+ fields: {
1144
+ aggregate: {
1145
+ name: "aggregate"
1146
+ type: {
1147
+ kind: "NON_NULL"
1148
+ name: never
1149
+ ofType: { kind: "OBJECT"; name: "IdentityResolverOutput"; ofType: null }
1150
+ }
1151
+ }
1152
+ base: {
1153
+ name: "base"
1154
+ type: {
1155
+ kind: "NON_NULL"
1156
+ name: never
1157
+ ofType: { kind: "OBJECT"; name: "IdentityResolverOutput"; ofType: null }
1158
+ }
1159
+ }
1160
+ ens: {
1161
+ name: "ens"
1162
+ type: {
1163
+ kind: "NON_NULL"
1164
+ name: never
1165
+ ofType: { kind: "OBJECT"; name: "IdentityResolverOutput"; ofType: null }
1166
+ }
1167
+ }
1168
+ farcaster: {
1169
+ name: "farcaster"
1170
+ type: {
1171
+ kind: "NON_NULL"
1172
+ name: never
1173
+ ofType: { kind: "OBJECT"; name: "IdentityResolverOutput"; ofType: null }
1174
+ }
1175
+ }
1176
+ isOfacSanctioned: {
1177
+ name: "isOfacSanctioned"
1178
+ type: {
1179
+ kind: "NON_NULL"
1180
+ name: never
1181
+ ofType: { kind: "SCALAR"; name: "Boolean"; ofType: null }
1182
+ }
1183
+ }
1184
+ lens: {
1185
+ name: "lens"
1186
+ type: {
1187
+ kind: "NON_NULL"
1188
+ name: never
1189
+ ofType: { kind: "OBJECT"; name: "IdentityResolverOutput"; ofType: null }
1190
+ }
1191
+ }
1192
+ nns: {
1193
+ name: "nns"
1194
+ type: {
1195
+ kind: "NON_NULL"
1196
+ name: never
1197
+ ofType: { kind: "OBJECT"; name: "IdentityResolverOutput"; ofType: null }
1198
+ }
1199
+ }
1200
+ uni: {
1201
+ name: "uni"
1202
+ type: {
1203
+ kind: "NON_NULL"
1204
+ name: never
1205
+ ofType: { kind: "OBJECT"; name: "IdentityResolverOutput"; ofType: null }
1206
+ }
1207
+ }
1208
+ world: {
1209
+ name: "world"
1210
+ type: {
1211
+ kind: "NON_NULL"
1212
+ name: never
1213
+ ofType: { kind: "OBJECT"; name: "IdentityResolverOutput"; ofType: null }
1214
+ }
1215
+ }
1216
+ }
1217
+ }
1218
+ IdentityResolver: {
1219
+ name: "IdentityResolver"
1220
+ enumValues: "ens" | "farcaster" | "nns" | "base" | "uni" | "lens" | "world"
1221
+ }
1222
+ IdentityResolverOutput: {
1223
+ kind: "OBJECT"
1224
+ name: "IdentityResolverOutput"
1225
+ fields: {
1226
+ avatar: { name: "avatar"; type: { kind: "SCALAR"; name: "String"; ofType: null } }
1227
+ bio: { name: "bio"; type: { kind: "SCALAR"; name: "String"; ofType: null } }
1228
+ discord: { name: "discord"; type: { kind: "SCALAR"; name: "String"; ofType: null } }
1229
+ github: { name: "github"; type: { kind: "SCALAR"; name: "String"; ofType: null } }
1230
+ name: { name: "name"; type: { kind: "SCALAR"; name: "String"; ofType: null } }
1231
+ telegram: { name: "telegram"; type: { kind: "SCALAR"; name: "String"; ofType: null } }
1232
+ website: { name: "website"; type: { kind: "SCALAR"; name: "String"; ofType: null } }
1233
+ x: { name: "x"; type: { kind: "SCALAR"; name: "String"; ofType: null } }
1234
+ }
1235
+ }
1236
+ Int: unknown
1237
+ MarketV1Adapter: {
1238
+ kind: "OBJECT"
1239
+ name: "MarketV1Adapter"
1240
+ fields: {
1241
+ adapterAddress: {
1242
+ name: "adapterAddress"
1243
+ type: {
1244
+ kind: "NON_NULL"
1245
+ name: never
1246
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
1247
+ }
1248
+ }
1249
+ adapterCap: { name: "adapterCap"; type: { kind: "OBJECT"; name: "AdapterCap"; ofType: null } }
1250
+ collateralCaps: {
1251
+ name: "collateralCaps"
1252
+ type: {
1253
+ kind: "NON_NULL"
1254
+ name: never
1255
+ ofType: {
1256
+ kind: "LIST"
1257
+ name: never
1258
+ ofType: {
1259
+ kind: "NON_NULL"
1260
+ name: never
1261
+ ofType: { kind: "OBJECT"; name: "CollateralExposureCap"; ofType: null }
1262
+ }
1263
+ }
1264
+ }
1265
+ }
1266
+ isEnabled: {
1267
+ name: "isEnabled"
1268
+ type: {
1269
+ kind: "NON_NULL"
1270
+ name: never
1271
+ ofType: { kind: "SCALAR"; name: "Boolean"; ofType: null }
1272
+ }
1273
+ }
1274
+ marketCaps: {
1275
+ name: "marketCaps"
1276
+ type: {
1277
+ kind: "NON_NULL"
1278
+ name: never
1279
+ ofType: {
1280
+ kind: "LIST"
1281
+ name: never
1282
+ ofType: {
1283
+ kind: "NON_NULL"
1284
+ name: never
1285
+ ofType: { kind: "OBJECT"; name: "MarketV1ExposureCap"; ofType: null }
1286
+ }
1287
+ }
1288
+ }
1289
+ }
1290
+ name: { name: "name"; type: { kind: "SCALAR"; name: "String"; ofType: null } }
1291
+ }
1292
+ }
1293
+ MarketV1ExposureCap: {
1294
+ kind: "OBJECT"
1295
+ name: "MarketV1ExposureCap"
1296
+ fields: {
1297
+ absoluteCap: {
1298
+ name: "absoluteCap"
1299
+ type: {
1300
+ kind: "NON_NULL"
1301
+ name: never
1302
+ ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
1303
+ }
1304
+ }
1305
+ allocation: {
1306
+ name: "allocation"
1307
+ type: {
1308
+ kind: "NON_NULL"
1309
+ name: never
1310
+ ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
1311
+ }
1312
+ }
1313
+ capId: {
1314
+ name: "capId"
1315
+ type: {
1316
+ kind: "NON_NULL"
1317
+ name: never
1318
+ ofType: { kind: "SCALAR"; name: "Hex"; ofType: null }
1319
+ }
1320
+ }
1321
+ market: {
1322
+ name: "market"
1323
+ type: {
1324
+ kind: "NON_NULL"
1325
+ name: never
1326
+ ofType: { kind: "OBJECT"; name: "MorphoMarket"; ofType: null }
1327
+ }
1328
+ }
1329
+ relativeCap: {
1330
+ name: "relativeCap"
1331
+ type: {
1332
+ kind: "NON_NULL"
1333
+ name: never
1334
+ ofType: { kind: "OBJECT"; name: "OnchainAmount"; ofType: null }
1335
+ }
1336
+ }
1337
+ }
1338
+ }
1339
+ MerklAccountReward: {
1340
+ kind: "OBJECT"
1341
+ name: "MerklAccountReward"
1342
+ fields: {
1343
+ claimableAmount: {
1344
+ name: "claimableAmount"
1345
+ type: {
1346
+ kind: "NON_NULL"
1347
+ name: never
1348
+ ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
1349
+ }
1350
+ }
1351
+ creditedAmount: {
1352
+ name: "creditedAmount"
1353
+ type: {
1354
+ kind: "NON_NULL"
1355
+ name: never
1356
+ ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
1357
+ }
1358
+ }
1359
+ distributorAddress: {
1360
+ name: "distributorAddress"
1361
+ type: {
1362
+ kind: "NON_NULL"
1363
+ name: never
1364
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
1365
+ }
1366
+ }
1367
+ pendingAmount: {
1368
+ name: "pendingAmount"
1369
+ type: {
1370
+ kind: "NON_NULL"
1371
+ name: never
1372
+ ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
1373
+ }
1374
+ }
1375
+ proofs: {
1376
+ name: "proofs"
1377
+ type: {
1378
+ kind: "NON_NULL"
1379
+ name: never
1380
+ ofType: {
1381
+ kind: "LIST"
1382
+ name: never
1383
+ ofType: {
1384
+ kind: "NON_NULL"
1385
+ name: never
1386
+ ofType: { kind: "SCALAR"; name: "Hex"; ofType: null }
1387
+ }
1388
+ }
1389
+ }
1390
+ }
1391
+ token: {
1392
+ name: "token"
1393
+ type: {
1394
+ kind: "NON_NULL"
1395
+ name: never
1396
+ ofType: { kind: "OBJECT"; name: "Token"; ofType: null }
1397
+ }
1398
+ }
1399
+ }
1400
+ }
1401
+ MerklAction: { name: "MerklAction"; enumValues: "Lend" | "Borrow" }
1402
+ MerklRewardInput: {
1403
+ kind: "INPUT_OBJECT"
1404
+ name: "MerklRewardInput"
1405
+ isOneOf: false
1406
+ inputFields: [
1407
+ {
1408
+ name: "chainId"
1409
+ type: {
1410
+ kind: "NON_NULL"
1411
+ name: never
1412
+ ofType: { kind: "SCALAR"; name: "ChainId"; ofType: null }
1413
+ }
1414
+ defaultValue: null
1415
+ },
1416
+ {
1417
+ name: "mainProtocolId"
1418
+ type: {
1419
+ kind: "NON_NULL"
1420
+ name: never
1421
+ ofType: { kind: "SCALAR"; name: "String"; ofType: null }
1422
+ }
1423
+ defaultValue: null
1424
+ },
1425
+ {
1426
+ name: "identifier"
1427
+ type: {
1428
+ kind: "NON_NULL"
1429
+ name: never
1430
+ ofType: { kind: "SCALAR"; name: "String"; ofType: null }
1431
+ }
1432
+ defaultValue: null
1433
+ },
1434
+ {
1435
+ name: "action"
1436
+ type: {
1437
+ kind: "NON_NULL"
1438
+ name: never
1439
+ ofType: { kind: "ENUM"; name: "MerklAction"; ofType: null }
1440
+ }
1441
+ defaultValue: null
1442
+ },
1443
+ ]
1444
+ }
1445
+ MorphoIrm: {
1446
+ kind: "OBJECT"
1447
+ name: "MorphoIrm"
1448
+ fields: {
1449
+ address: {
1450
+ name: "address"
1451
+ type: {
1452
+ kind: "NON_NULL"
1453
+ name: never
1454
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
1455
+ }
1456
+ }
1457
+ curve: {
1458
+ name: "curve"
1459
+ type: {
1460
+ kind: "LIST"
1461
+ name: never
1462
+ ofType: {
1463
+ kind: "NON_NULL"
1464
+ name: never
1465
+ ofType: { kind: "OBJECT"; name: "MorphoIrmCurvePoint"; ofType: null }
1466
+ }
1467
+ }
1468
+ }
1469
+ rateAtTarget: { name: "rateAtTarget"; type: { kind: "SCALAR"; name: "BigInt"; ofType: null } }
1470
+ targetUtilization: {
1471
+ name: "targetUtilization"
1472
+ type: {
1473
+ kind: "NON_NULL"
1474
+ name: never
1475
+ ofType: { kind: "SCALAR"; name: "Float"; ofType: null }
1476
+ }
1477
+ }
1478
+ }
1479
+ }
1480
+ MorphoIrmCurvePoint: {
1481
+ kind: "OBJECT"
1482
+ name: "MorphoIrmCurvePoint"
1483
+ fields: {
1484
+ borrowApy: {
1485
+ name: "borrowApy"
1486
+ type: {
1487
+ kind: "NON_NULL"
1488
+ name: never
1489
+ ofType: { kind: "SCALAR"; name: "Float"; ofType: null }
1490
+ }
1491
+ }
1492
+ supplyApy: {
1493
+ name: "supplyApy"
1494
+ type: {
1495
+ kind: "NON_NULL"
1496
+ name: never
1497
+ ofType: { kind: "SCALAR"; name: "Float"; ofType: null }
1498
+ }
1499
+ }
1500
+ utilization: {
1501
+ name: "utilization"
1502
+ type: {
1503
+ kind: "NON_NULL"
1504
+ name: never
1505
+ ofType: { kind: "SCALAR"; name: "Float"; ofType: null }
1506
+ }
1507
+ }
1508
+ }
1509
+ }
1510
+ MorphoMarket: {
1511
+ kind: "OBJECT"
1512
+ name: "MorphoMarket"
1513
+ fields: {
1514
+ borrowApy: {
1515
+ name: "borrowApy"
1516
+ type: {
1517
+ kind: "NON_NULL"
1518
+ name: never
1519
+ ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
1520
+ }
1521
+ }
1522
+ borrowApy1d: {
1523
+ name: "borrowApy1d"
1524
+ type: {
1525
+ kind: "NON_NULL"
1526
+ name: never
1527
+ ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
1528
+ }
1529
+ }
1530
+ borrowApy30d: {
1531
+ name: "borrowApy30d"
1532
+ type: {
1533
+ kind: "NON_NULL"
1534
+ name: never
1535
+ ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
1536
+ }
1537
+ }
1538
+ borrowApy7d: {
1539
+ name: "borrowApy7d"
1540
+ type: {
1541
+ kind: "NON_NULL"
1542
+ name: never
1543
+ ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
1544
+ }
1545
+ }
1546
+ chain: {
1547
+ name: "chain"
1548
+ type: {
1549
+ kind: "NON_NULL"
1550
+ name: never
1551
+ ofType: { kind: "OBJECT"; name: "Chain"; ofType: null }
1552
+ }
1553
+ }
1554
+ collateralAsset: {
1555
+ name: "collateralAsset"
1556
+ type: { kind: "OBJECT"; name: "Token"; ofType: null }
1557
+ }
1558
+ collateralPriceInLoanAsset: {
1559
+ name: "collateralPriceInLoanAsset"
1560
+ type: { kind: "OBJECT"; name: "OnchainAmount"; ofType: null }
1561
+ }
1562
+ fee: {
1563
+ name: "fee"
1564
+ type: {
1565
+ kind: "NON_NULL"
1566
+ name: never
1567
+ ofType: { kind: "OBJECT"; name: "OnchainAmount"; ofType: null }
1568
+ }
1569
+ }
1570
+ historical: {
1571
+ name: "historical"
1572
+ type: { kind: "OBJECT"; name: "MorphoMarketHistorical"; ofType: null }
1573
+ }
1574
+ irm: {
1575
+ name: "irm"
1576
+ type: {
1577
+ kind: "NON_NULL"
1578
+ name: never
1579
+ ofType: { kind: "OBJECT"; name: "MorphoIrm"; ofType: null }
1580
+ }
1581
+ }
1582
+ isIdle: {
1583
+ name: "isIdle"
1584
+ type: {
1585
+ kind: "NON_NULL"
1586
+ name: never
1587
+ ofType: { kind: "SCALAR"; name: "Boolean"; ofType: null }
1588
+ }
1589
+ }
1590
+ liquidationPenalty: {
1591
+ name: "liquidationPenalty"
1592
+ type: {
1593
+ kind: "NON_NULL"
1594
+ name: never
1595
+ ofType: { kind: "SCALAR"; name: "Float"; ofType: null }
1596
+ }
1597
+ }
1598
+ liquidityInMarket: {
1599
+ name: "liquidityInMarket"
1600
+ type: {
1601
+ kind: "NON_NULL"
1602
+ name: never
1603
+ ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
1604
+ }
1605
+ }
1606
+ lltv: {
1607
+ name: "lltv"
1608
+ type: {
1609
+ kind: "NON_NULL"
1610
+ name: never
1611
+ ofType: { kind: "OBJECT"; name: "OnchainAmount"; ofType: null }
1612
+ }
1613
+ }
1614
+ loanAsset: {
1615
+ name: "loanAsset"
1616
+ type: {
1617
+ kind: "NON_NULL"
1618
+ name: never
1619
+ ofType: { kind: "OBJECT"; name: "Token"; ofType: null }
1620
+ }
1621
+ }
1622
+ marketId: {
1623
+ name: "marketId"
1624
+ type: {
1625
+ kind: "NON_NULL"
1626
+ name: never
1627
+ ofType: { kind: "SCALAR"; name: "Hex"; ofType: null }
1628
+ }
1629
+ }
1630
+ name: {
1631
+ name: "name"
1632
+ type: {
1633
+ kind: "NON_NULL"
1634
+ name: never
1635
+ ofType: { kind: "SCALAR"; name: "String"; ofType: null }
1636
+ }
1637
+ }
1638
+ oracleAddress: {
1639
+ name: "oracleAddress"
1640
+ type: {
1641
+ kind: "NON_NULL"
1642
+ name: never
1643
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
1644
+ }
1645
+ }
1646
+ publicAllocatorSharedLiquidity: {
1647
+ name: "publicAllocatorSharedLiquidity"
1648
+ type: {
1649
+ kind: "NON_NULL"
1650
+ name: never
1651
+ ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
1652
+ }
1653
+ }
1654
+ supplyApy: {
1655
+ name: "supplyApy"
1656
+ type: {
1657
+ kind: "NON_NULL"
1658
+ name: never
1659
+ ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
1660
+ }
1661
+ }
1662
+ supplyApy1d: {
1663
+ name: "supplyApy1d"
1664
+ type: {
1665
+ kind: "NON_NULL"
1666
+ name: never
1667
+ ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
1668
+ }
1669
+ }
1670
+ supplyApy30d: {
1671
+ name: "supplyApy30d"
1672
+ type: {
1673
+ kind: "NON_NULL"
1674
+ name: never
1675
+ ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
1676
+ }
1677
+ }
1678
+ supplyApy7d: {
1679
+ name: "supplyApy7d"
1680
+ type: {
1681
+ kind: "NON_NULL"
1682
+ name: never
1683
+ ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
1684
+ }
1685
+ }
1686
+ totalBorrowed: {
1687
+ name: "totalBorrowed"
1688
+ type: {
1689
+ kind: "NON_NULL"
1690
+ name: never
1691
+ ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
1692
+ }
1693
+ }
1694
+ totalCollateral: {
1695
+ name: "totalCollateral"
1696
+ type: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
1697
+ }
1698
+ totalSupplied: {
1699
+ name: "totalSupplied"
1700
+ type: {
1701
+ kind: "NON_NULL"
1702
+ name: never
1703
+ ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
1704
+ }
1705
+ }
1706
+ utilization: {
1707
+ name: "utilization"
1708
+ type: {
1709
+ kind: "NON_NULL"
1710
+ name: never
1711
+ ofType: { kind: "SCALAR"; name: "Float"; ofType: null }
1712
+ }
1713
+ }
1714
+ vaultAllocations: {
1715
+ name: "vaultAllocations"
1716
+ type: {
1717
+ kind: "NON_NULL"
1718
+ name: never
1719
+ ofType: {
1720
+ kind: "LIST"
1721
+ name: never
1722
+ ofType: {
1723
+ kind: "NON_NULL"
1724
+ name: never
1725
+ ofType: { kind: "OBJECT"; name: "MorphoVaultMarketAllocation"; ofType: null }
1726
+ }
1727
+ }
1728
+ }
1729
+ }
1730
+ }
1731
+ }
1732
+ MorphoMarketFilter: {
1733
+ kind: "INPUT_OBJECT"
1734
+ name: "MorphoMarketFilter"
1735
+ isOneOf: false
1736
+ inputFields: [
1737
+ {
1738
+ name: "chainId_in"
1739
+ type: {
1740
+ kind: "LIST"
1741
+ name: never
1742
+ ofType: {
1743
+ kind: "NON_NULL"
1744
+ name: never
1745
+ ofType: { kind: "SCALAR"; name: "ChainId"; ofType: null }
1746
+ }
1747
+ }
1748
+ defaultValue: null
1749
+ },
1750
+ {
1751
+ name: "marketId_in"
1752
+ type: {
1753
+ kind: "LIST"
1754
+ name: never
1755
+ ofType: {
1756
+ kind: "NON_NULL"
1757
+ name: never
1758
+ ofType: { kind: "SCALAR"; name: "Hex"; ofType: null }
1759
+ }
1760
+ }
1761
+ defaultValue: null
1762
+ },
1763
+ {
1764
+ name: "whitelisted"
1765
+ type: { kind: "SCALAR"; name: "Boolean"; ofType: null }
1766
+ defaultValue: null
1767
+ },
1768
+ ]
1769
+ }
1770
+ MorphoMarketHistorical: {
1771
+ kind: "OBJECT"
1772
+ name: "MorphoMarketHistorical"
1773
+ fields: {
1774
+ daily: {
1775
+ name: "daily"
1776
+ type: {
1777
+ kind: "NON_NULL"
1778
+ name: never
1779
+ ofType: {
1780
+ kind: "LIST"
1781
+ name: never
1782
+ ofType: {
1783
+ kind: "NON_NULL"
1784
+ name: never
1785
+ ofType: { kind: "OBJECT"; name: "MorphoMarketHistoricalEntry"; ofType: null }
1786
+ }
1787
+ }
1788
+ }
1789
+ }
1790
+ hourly: {
1791
+ name: "hourly"
1792
+ type: {
1793
+ kind: "NON_NULL"
1794
+ name: never
1795
+ ofType: {
1796
+ kind: "LIST"
1797
+ name: never
1798
+ ofType: {
1799
+ kind: "NON_NULL"
1800
+ name: never
1801
+ ofType: { kind: "OBJECT"; name: "MorphoMarketHistoricalEntry"; ofType: null }
1802
+ }
1803
+ }
1804
+ }
1805
+ }
1806
+ weekly: {
1807
+ name: "weekly"
1808
+ type: {
1809
+ kind: "NON_NULL"
1810
+ name: never
1811
+ ofType: {
1812
+ kind: "LIST"
1813
+ name: never
1814
+ ofType: {
1815
+ kind: "NON_NULL"
1816
+ name: never
1817
+ ofType: { kind: "OBJECT"; name: "MorphoMarketHistoricalEntry"; ofType: null }
1818
+ }
1819
+ }
1820
+ }
1821
+ }
1822
+ }
1823
+ }
1824
+ MorphoMarketHistoricalEntry: {
1825
+ kind: "OBJECT"
1826
+ name: "MorphoMarketHistoricalEntry"
1827
+ fields: {
1828
+ borrowApy1d: {
1829
+ name: "borrowApy1d"
1830
+ type: {
1831
+ kind: "NON_NULL"
1832
+ name: never
1833
+ ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
1834
+ }
1835
+ }
1836
+ borrowApy30d: {
1837
+ name: "borrowApy30d"
1838
+ type: {
1839
+ kind: "NON_NULL"
1840
+ name: never
1841
+ ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
1842
+ }
1843
+ }
1844
+ borrowApy7d: {
1845
+ name: "borrowApy7d"
1846
+ type: {
1847
+ kind: "NON_NULL"
1848
+ name: never
1849
+ ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
1850
+ }
1851
+ }
1852
+ borrowApyInstantaneous: {
1853
+ name: "borrowApyInstantaneous"
1854
+ type: {
1855
+ kind: "NON_NULL"
1856
+ name: never
1857
+ ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
1858
+ }
1859
+ }
1860
+ bucketTimestamp: {
1861
+ name: "bucketTimestamp"
1862
+ type: {
1863
+ kind: "NON_NULL"
1864
+ name: never
1865
+ ofType: { kind: "SCALAR"; name: "Int"; ofType: null }
1866
+ }
1867
+ }
1868
+ collateralPriceInLoanAsset: {
1869
+ name: "collateralPriceInLoanAsset"
1870
+ type: { kind: "OBJECT"; name: "OnchainAmount"; ofType: null }
1871
+ }
1872
+ supplyApy1d: {
1873
+ name: "supplyApy1d"
1874
+ type: {
1875
+ kind: "NON_NULL"
1876
+ name: never
1877
+ ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
1878
+ }
1879
+ }
1880
+ supplyApy30d: {
1881
+ name: "supplyApy30d"
1882
+ type: {
1883
+ kind: "NON_NULL"
1884
+ name: never
1885
+ ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
1886
+ }
1887
+ }
1888
+ supplyApy7d: {
1889
+ name: "supplyApy7d"
1890
+ type: {
1891
+ kind: "NON_NULL"
1892
+ name: never
1893
+ ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
1894
+ }
1895
+ }
1896
+ supplyApyInstantaneous: {
1897
+ name: "supplyApyInstantaneous"
1898
+ type: {
1899
+ kind: "NON_NULL"
1900
+ name: never
1901
+ ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
1902
+ }
1903
+ }
1904
+ totalBorrowed: {
1905
+ name: "totalBorrowed"
1906
+ type: {
1907
+ kind: "NON_NULL"
1908
+ name: never
1909
+ ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
1910
+ }
1911
+ }
1912
+ totalCollateral: {
1913
+ name: "totalCollateral"
1914
+ type: {
1915
+ kind: "NON_NULL"
1916
+ name: never
1917
+ ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
1918
+ }
1919
+ }
1920
+ totalSupplied: {
1921
+ name: "totalSupplied"
1922
+ type: {
1923
+ kind: "NON_NULL"
1924
+ name: never
1925
+ ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
1926
+ }
1927
+ }
1928
+ }
1929
+ }
1930
+ MorphoMarketPage: {
1931
+ kind: "OBJECT"
1932
+ name: "MorphoMarketPage"
1933
+ fields: {
1934
+ items: {
1935
+ name: "items"
1936
+ type: {
1937
+ kind: "NON_NULL"
1938
+ name: never
1939
+ ofType: {
1940
+ kind: "LIST"
1941
+ name: never
1942
+ ofType: { kind: "OBJECT"; name: "MorphoMarket"; ofType: null }
1943
+ }
1944
+ }
1945
+ }
1946
+ pageInfo: {
1947
+ name: "pageInfo"
1948
+ type: {
1949
+ kind: "NON_NULL"
1950
+ name: never
1951
+ ofType: { kind: "OBJECT"; name: "PageInfo"; ofType: null }
1952
+ }
1953
+ }
1954
+ totalCount: {
1955
+ name: "totalCount"
1956
+ type: {
1957
+ kind: "NON_NULL"
1958
+ name: never
1959
+ ofType: { kind: "SCALAR"; name: "Int"; ofType: null }
1960
+ }
1961
+ }
1962
+ }
1963
+ }
1964
+ MorphoMarketPosition: {
1965
+ kind: "OBJECT"
1966
+ name: "MorphoMarketPosition"
1967
+ fields: {
1968
+ accountAddress: {
1969
+ name: "accountAddress"
1970
+ type: {
1971
+ kind: "NON_NULL"
1972
+ name: never
1973
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
1974
+ }
1975
+ }
1976
+ borrowAmount: {
1977
+ name: "borrowAmount"
1978
+ type: {
1979
+ kind: "NON_NULL"
1980
+ name: never
1981
+ ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
1982
+ }
1983
+ }
1984
+ borrowShares: {
1985
+ name: "borrowShares"
1986
+ type: {
1987
+ kind: "NON_NULL"
1988
+ name: never
1989
+ ofType: { kind: "SCALAR"; name: "BigInt"; ofType: null }
1990
+ }
1991
+ }
1992
+ collateralAmount: {
1993
+ name: "collateralAmount"
1994
+ type: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
1995
+ }
1996
+ healthFactor: {
1997
+ name: "healthFactor"
1998
+ type: { kind: "OBJECT"; name: "OnchainAmount"; ofType: null }
1999
+ }
2000
+ ltv: { name: "ltv"; type: { kind: "OBJECT"; name: "OnchainAmount"; ofType: null } }
2001
+ market: {
2002
+ name: "market"
2003
+ type: {
2004
+ kind: "NON_NULL"
2005
+ name: never
2006
+ ofType: { kind: "OBJECT"; name: "MorphoMarket"; ofType: null }
2007
+ }
2008
+ }
2009
+ supplyAmount: {
2010
+ name: "supplyAmount"
2011
+ type: {
2012
+ kind: "NON_NULL"
2013
+ name: never
2014
+ ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
2015
+ }
2016
+ }
2017
+ supplyShares: {
2018
+ name: "supplyShares"
2019
+ type: {
2020
+ kind: "NON_NULL"
2021
+ name: never
2022
+ ofType: { kind: "SCALAR"; name: "BigInt"; ofType: null }
2023
+ }
2024
+ }
2025
+ walletCollateralAssetHolding: {
2026
+ name: "walletCollateralAssetHolding"
2027
+ type: { kind: "OBJECT"; name: "TokenHolding"; ofType: null }
2028
+ }
2029
+ walletLoanAssetHolding: {
2030
+ name: "walletLoanAssetHolding"
2031
+ type: {
2032
+ kind: "NON_NULL"
2033
+ name: never
2034
+ ofType: { kind: "OBJECT"; name: "TokenHolding"; ofType: null }
2035
+ }
2036
+ }
2037
+ }
2038
+ }
2039
+ MorphoMarketPositionFilter: {
2040
+ kind: "INPUT_OBJECT"
2041
+ name: "MorphoMarketPositionFilter"
2042
+ isOneOf: false
2043
+ inputFields: [
2044
+ {
2045
+ name: "chainId_in"
2046
+ type: {
2047
+ kind: "LIST"
2048
+ name: never
2049
+ ofType: {
2050
+ kind: "NON_NULL"
2051
+ name: never
2052
+ ofType: { kind: "SCALAR"; name: "ChainId"; ofType: null }
2053
+ }
2054
+ }
2055
+ defaultValue: null
2056
+ },
2057
+ {
2058
+ name: "marketId_in"
2059
+ type: {
2060
+ kind: "LIST"
2061
+ name: never
2062
+ ofType: {
2063
+ kind: "NON_NULL"
2064
+ name: never
2065
+ ofType: { kind: "SCALAR"; name: "Hex"; ofType: null }
2066
+ }
2067
+ }
2068
+ defaultValue: null
2069
+ },
2070
+ {
2071
+ name: "accountAddress_in"
2072
+ type: {
2073
+ kind: "NON_NULL"
2074
+ name: never
2075
+ ofType: {
2076
+ kind: "LIST"
2077
+ name: never
2078
+ ofType: {
2079
+ kind: "NON_NULL"
2080
+ name: never
2081
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
2082
+ }
2083
+ }
2084
+ }
2085
+ defaultValue: null
2086
+ },
2087
+ {
2088
+ name: "whitelisted"
2089
+ type: { kind: "SCALAR"; name: "Boolean"; ofType: null }
2090
+ defaultValue: null
2091
+ },
2092
+ ]
2093
+ }
2094
+ MorphoMarketPositionPage: {
2095
+ kind: "OBJECT"
2096
+ name: "MorphoMarketPositionPage"
2097
+ fields: {
2098
+ items: {
2099
+ name: "items"
2100
+ type: {
2101
+ kind: "NON_NULL"
2102
+ name: never
2103
+ ofType: {
2104
+ kind: "LIST"
2105
+ name: never
2106
+ ofType: { kind: "OBJECT"; name: "MorphoMarketPosition"; ofType: null }
2107
+ }
2108
+ }
2109
+ }
2110
+ pageInfo: {
2111
+ name: "pageInfo"
2112
+ type: {
2113
+ kind: "NON_NULL"
2114
+ name: never
2115
+ ofType: { kind: "OBJECT"; name: "PageInfo"; ofType: null }
2116
+ }
2117
+ }
2118
+ totalCount: {
2119
+ name: "totalCount"
2120
+ type: {
2121
+ kind: "NON_NULL"
2122
+ name: never
2123
+ ofType: { kind: "SCALAR"; name: "Int"; ofType: null }
2124
+ }
2125
+ }
2126
+ }
2127
+ }
2128
+ MorphoVault: {
2129
+ kind: "OBJECT"
2130
+ name: "MorphoVault"
2131
+ fields: {
2132
+ apy: {
2133
+ name: "apy"
2134
+ type: {
2135
+ kind: "NON_NULL"
2136
+ name: never
2137
+ ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
2138
+ }
2139
+ }
2140
+ asset: {
2141
+ name: "asset"
2142
+ type: {
2143
+ kind: "NON_NULL"
2144
+ name: never
2145
+ ofType: { kind: "OBJECT"; name: "Token"; ofType: null }
2146
+ }
2147
+ }
2148
+ chain: {
2149
+ name: "chain"
2150
+ type: {
2151
+ kind: "NON_NULL"
2152
+ name: never
2153
+ ofType: { kind: "OBJECT"; name: "Chain"; ofType: null }
2154
+ }
2155
+ }
2156
+ curatorAddress: {
2157
+ name: "curatorAddress"
2158
+ type: {
2159
+ kind: "NON_NULL"
2160
+ name: never
2161
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
2162
+ }
2163
+ }
2164
+ decimals: {
2165
+ name: "decimals"
2166
+ type: {
2167
+ kind: "NON_NULL"
2168
+ name: never
2169
+ ofType: { kind: "SCALAR"; name: "Int"; ofType: null }
2170
+ }
2171
+ }
2172
+ feeRecipientAddress: {
2173
+ name: "feeRecipientAddress"
2174
+ type: { kind: "SCALAR"; name: "Address"; ofType: null }
2175
+ }
2176
+ guardianAddress: {
2177
+ name: "guardianAddress"
2178
+ type: {
2179
+ kind: "NON_NULL"
2180
+ name: never
2181
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
2182
+ }
2183
+ }
2184
+ historical: {
2185
+ name: "historical"
2186
+ type: { kind: "OBJECT"; name: "MorphoVaultHistorical"; ofType: null }
2187
+ }
2188
+ marketAllocations: {
2189
+ name: "marketAllocations"
2190
+ type: {
2191
+ kind: "NON_NULL"
2192
+ name: never
2193
+ ofType: {
2194
+ kind: "LIST"
2195
+ name: never
2196
+ ofType: {
2197
+ kind: "NON_NULL"
2198
+ name: never
2199
+ ofType: { kind: "OBJECT"; name: "MorphoVaultMarketAllocation"; ofType: null }
2200
+ }
2201
+ }
2202
+ }
2203
+ }
2204
+ metadata: {
2205
+ name: "metadata"
2206
+ type: { kind: "OBJECT"; name: "MorphoVaultMetadata"; ofType: null }
2207
+ }
2208
+ name: {
2209
+ name: "name"
2210
+ type: {
2211
+ kind: "NON_NULL"
2212
+ name: never
2213
+ ofType: { kind: "SCALAR"; name: "String"; ofType: null }
2214
+ }
2215
+ }
2216
+ ownerAddress: {
2217
+ name: "ownerAddress"
2218
+ type: {
2219
+ kind: "NON_NULL"
2220
+ name: never
2221
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
2222
+ }
2223
+ }
2224
+ performanceFee: {
2225
+ name: "performanceFee"
2226
+ type: {
2227
+ kind: "NON_NULL"
2228
+ name: never
2229
+ ofType: { kind: "SCALAR"; name: "Float"; ofType: null }
2230
+ }
2231
+ }
2232
+ supplyApy: {
2233
+ name: "supplyApy"
2234
+ type: {
2235
+ kind: "NON_NULL"
2236
+ name: never
2237
+ ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
2238
+ }
2239
+ }
2240
+ supplyApy1d: {
2241
+ name: "supplyApy1d"
2242
+ type: {
2243
+ kind: "NON_NULL"
2244
+ name: never
2245
+ ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
2246
+ }
2247
+ }
2248
+ supplyApy30d: {
2249
+ name: "supplyApy30d"
2250
+ type: {
2251
+ kind: "NON_NULL"
2252
+ name: never
2253
+ ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
2254
+ }
2255
+ }
2256
+ supplyApy7d: {
2257
+ name: "supplyApy7d"
2258
+ type: {
2259
+ kind: "NON_NULL"
2260
+ name: never
2261
+ ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
2262
+ }
2263
+ }
2264
+ symbol: {
2265
+ name: "symbol"
2266
+ type: {
2267
+ kind: "NON_NULL"
2268
+ name: never
2269
+ ofType: { kind: "SCALAR"; name: "String"; ofType: null }
2270
+ }
2271
+ }
2272
+ totalAssets: {
2273
+ name: "totalAssets"
2274
+ type: {
2275
+ kind: "NON_NULL"
2276
+ name: never
2277
+ ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
2278
+ }
2279
+ }
2280
+ totalLiquidity: {
2281
+ name: "totalLiquidity"
2282
+ type: {
2283
+ kind: "NON_NULL"
2284
+ name: never
2285
+ ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
2286
+ }
2287
+ }
2288
+ totalSupplied: {
2289
+ name: "totalSupplied"
2290
+ type: {
2291
+ kind: "NON_NULL"
2292
+ name: never
2293
+ ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
2294
+ }
2295
+ }
2296
+ vaultAddress: {
2297
+ name: "vaultAddress"
2298
+ type: {
2299
+ kind: "NON_NULL"
2300
+ name: never
2301
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
2302
+ }
2303
+ }
2304
+ }
2305
+ }
2306
+ MorphoVaultFilter: {
2307
+ kind: "INPUT_OBJECT"
2308
+ name: "MorphoVaultFilter"
2309
+ isOneOf: false
2310
+ inputFields: [
2311
+ {
2312
+ name: "chainId_in"
2313
+ type: {
2314
+ kind: "LIST"
2315
+ name: never
2316
+ ofType: {
2317
+ kind: "NON_NULL"
2318
+ name: never
2319
+ ofType: { kind: "SCALAR"; name: "ChainId"; ofType: null }
2320
+ }
2321
+ }
2322
+ defaultValue: null
2323
+ },
2324
+ {
2325
+ name: "vaultAddress_in"
2326
+ type: {
2327
+ kind: "LIST"
2328
+ name: never
2329
+ ofType: {
2330
+ kind: "NON_NULL"
2331
+ name: never
2332
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
2333
+ }
2334
+ }
2335
+ defaultValue: null
2336
+ },
2337
+ {
2338
+ name: "whitelisted"
2339
+ type: { kind: "SCALAR"; name: "Boolean"; ofType: null }
2340
+ defaultValue: null
2341
+ },
2342
+ ]
2343
+ }
2344
+ MorphoVaultHistorical: {
2345
+ kind: "OBJECT"
2346
+ name: "MorphoVaultHistorical"
2347
+ fields: {
2348
+ daily: {
2349
+ name: "daily"
2350
+ type: {
2351
+ kind: "NON_NULL"
2352
+ name: never
2353
+ ofType: {
2354
+ kind: "LIST"
2355
+ name: never
2356
+ ofType: {
2357
+ kind: "NON_NULL"
2358
+ name: never
2359
+ ofType: { kind: "OBJECT"; name: "MorphoVaultHistoricalEntry"; ofType: null }
2360
+ }
2361
+ }
2362
+ }
2363
+ }
2364
+ hourly: {
2365
+ name: "hourly"
2366
+ type: {
2367
+ kind: "NON_NULL"
2368
+ name: never
2369
+ ofType: {
2370
+ kind: "LIST"
2371
+ name: never
2372
+ ofType: {
2373
+ kind: "NON_NULL"
2374
+ name: never
2375
+ ofType: { kind: "OBJECT"; name: "MorphoVaultHistoricalEntry"; ofType: null }
2376
+ }
2377
+ }
2378
+ }
2379
+ }
2380
+ weekly: {
2381
+ name: "weekly"
2382
+ type: {
2383
+ kind: "NON_NULL"
2384
+ name: never
2385
+ ofType: {
2386
+ kind: "LIST"
2387
+ name: never
2388
+ ofType: {
2389
+ kind: "NON_NULL"
2390
+ name: never
2391
+ ofType: { kind: "OBJECT"; name: "MorphoVaultHistoricalEntry"; ofType: null }
2392
+ }
2393
+ }
2394
+ }
2395
+ }
2396
+ }
2397
+ }
2398
+ MorphoVaultHistoricalEntry: {
2399
+ kind: "OBJECT"
2400
+ name: "MorphoVaultHistoricalEntry"
2401
+ fields: {
2402
+ bucketTimestamp: {
2403
+ name: "bucketTimestamp"
2404
+ type: {
2405
+ kind: "NON_NULL"
2406
+ name: never
2407
+ ofType: { kind: "SCALAR"; name: "Int"; ofType: null }
2408
+ }
2409
+ }
2410
+ supplyApy1d: {
2411
+ name: "supplyApy1d"
2412
+ type: {
2413
+ kind: "NON_NULL"
2414
+ name: never
2415
+ ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
2416
+ }
2417
+ }
2418
+ supplyApy30d: {
2419
+ name: "supplyApy30d"
2420
+ type: {
2421
+ kind: "NON_NULL"
2422
+ name: never
2423
+ ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
2424
+ }
2425
+ }
2426
+ supplyApy7d: {
2427
+ name: "supplyApy7d"
2428
+ type: {
2429
+ kind: "NON_NULL"
2430
+ name: never
2431
+ ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
2432
+ }
2433
+ }
2434
+ totalSupplied: {
2435
+ name: "totalSupplied"
2436
+ type: {
2437
+ kind: "NON_NULL"
2438
+ name: never
2439
+ ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
2440
+ }
2441
+ }
2442
+ }
2443
+ }
2444
+ MorphoVaultMarketAllocation: {
2445
+ kind: "OBJECT"
2446
+ name: "MorphoVaultMarketAllocation"
2447
+ fields: {
2448
+ enabled: {
2449
+ name: "enabled"
2450
+ type: {
2451
+ kind: "NON_NULL"
2452
+ name: never
2453
+ ofType: { kind: "SCALAR"; name: "Boolean"; ofType: null }
2454
+ }
2455
+ }
2456
+ market: {
2457
+ name: "market"
2458
+ type: {
2459
+ kind: "NON_NULL"
2460
+ name: never
2461
+ ofType: { kind: "OBJECT"; name: "MorphoMarket"; ofType: null }
2462
+ }
2463
+ }
2464
+ marketSupplyShare: {
2465
+ name: "marketSupplyShare"
2466
+ type: {
2467
+ kind: "NON_NULL"
2468
+ name: never
2469
+ ofType: { kind: "SCALAR"; name: "Float"; ofType: null }
2470
+ }
2471
+ }
2472
+ position: {
2473
+ name: "position"
2474
+ type: {
2475
+ kind: "NON_NULL"
2476
+ name: never
2477
+ ofType: { kind: "OBJECT"; name: "MorphoMarketPosition"; ofType: null }
2478
+ }
2479
+ }
2480
+ supplyCap: {
2481
+ name: "supplyCap"
2482
+ type: {
2483
+ kind: "NON_NULL"
2484
+ name: never
2485
+ ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
2486
+ }
2487
+ }
2488
+ vault: {
2489
+ name: "vault"
2490
+ type: {
2491
+ kind: "NON_NULL"
2492
+ name: never
2493
+ ofType: { kind: "OBJECT"; name: "MorphoVault"; ofType: null }
2494
+ }
2495
+ }
2496
+ vaultSupplyShare: {
2497
+ name: "vaultSupplyShare"
2498
+ type: {
2499
+ kind: "NON_NULL"
2500
+ name: never
2501
+ ofType: { kind: "SCALAR"; name: "Float"; ofType: null }
2502
+ }
2503
+ }
2504
+ }
2505
+ }
2506
+ MorphoVaultMetadata: {
2507
+ kind: "OBJECT"
2508
+ name: "MorphoVaultMetadata"
2509
+ fields: {
2510
+ curator: { name: "curator"; type: { kind: "OBJECT"; name: "Curator"; ofType: null } }
2511
+ curators: {
2512
+ name: "curators"
2513
+ type: {
2514
+ kind: "NON_NULL"
2515
+ name: never
2516
+ ofType: {
2517
+ kind: "LIST"
2518
+ name: never
2519
+ ofType: {
2520
+ kind: "NON_NULL"
2521
+ name: never
2522
+ ofType: { kind: "OBJECT"; name: "Curator"; ofType: null }
2523
+ }
2524
+ }
2525
+ }
2526
+ }
2527
+ description: { name: "description"; type: { kind: "SCALAR"; name: "String"; ofType: null } }
2528
+ forumLink: { name: "forumLink"; type: { kind: "SCALAR"; name: "String"; ofType: null } }
2529
+ image: { name: "image"; type: { kind: "SCALAR"; name: "String"; ofType: null } }
2530
+ }
2531
+ }
2532
+ MorphoVaultPage: {
2533
+ kind: "OBJECT"
2534
+ name: "MorphoVaultPage"
2535
+ fields: {
2536
+ items: {
2537
+ name: "items"
2538
+ type: {
2539
+ kind: "NON_NULL"
2540
+ name: never
2541
+ ofType: {
2542
+ kind: "LIST"
2543
+ name: never
2544
+ ofType: { kind: "OBJECT"; name: "MorphoVault"; ofType: null }
2545
+ }
2546
+ }
2547
+ }
2548
+ pageInfo: {
2549
+ name: "pageInfo"
2550
+ type: {
2551
+ kind: "NON_NULL"
2552
+ name: never
2553
+ ofType: { kind: "OBJECT"; name: "PageInfo"; ofType: null }
2554
+ }
2555
+ }
2556
+ totalCount: {
2557
+ name: "totalCount"
2558
+ type: {
2559
+ kind: "NON_NULL"
2560
+ name: never
2561
+ ofType: { kind: "SCALAR"; name: "Int"; ofType: null }
2562
+ }
2563
+ }
2564
+ }
2565
+ }
2566
+ MorphoVaultPosition: {
2567
+ kind: "OBJECT"
2568
+ name: "MorphoVaultPosition"
2569
+ fields: {
2570
+ accountAddress: {
2571
+ name: "accountAddress"
2572
+ type: {
2573
+ kind: "NON_NULL"
2574
+ name: never
2575
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
2576
+ }
2577
+ }
2578
+ supplyAmount: {
2579
+ name: "supplyAmount"
2580
+ type: {
2581
+ kind: "NON_NULL"
2582
+ name: never
2583
+ ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
2584
+ }
2585
+ }
2586
+ supplyShares: {
2587
+ name: "supplyShares"
2588
+ type: {
2589
+ kind: "NON_NULL"
2590
+ name: never
2591
+ ofType: { kind: "SCALAR"; name: "BigInt"; ofType: null }
2592
+ }
2593
+ }
2594
+ vault: {
2595
+ name: "vault"
2596
+ type: {
2597
+ kind: "NON_NULL"
2598
+ name: never
2599
+ ofType: { kind: "OBJECT"; name: "MorphoVault"; ofType: null }
2600
+ }
2601
+ }
2602
+ walletUnderlyingAssetHolding: {
2603
+ name: "walletUnderlyingAssetHolding"
2604
+ type: { kind: "OBJECT"; name: "TokenHolding"; ofType: null }
2605
+ }
2606
+ }
2607
+ }
2608
+ MorphoVaultPositionFilter: {
2609
+ kind: "INPUT_OBJECT"
2610
+ name: "MorphoVaultPositionFilter"
2611
+ isOneOf: false
2612
+ inputFields: [
2613
+ {
2614
+ name: "chainId_in"
2615
+ type: {
2616
+ kind: "LIST"
2617
+ name: never
2618
+ ofType: {
2619
+ kind: "NON_NULL"
2620
+ name: never
2621
+ ofType: { kind: "SCALAR"; name: "ChainId"; ofType: null }
2622
+ }
2623
+ }
2624
+ defaultValue: null
2625
+ },
2626
+ {
2627
+ name: "vaultAddress_in"
2628
+ type: {
2629
+ kind: "LIST"
2630
+ name: never
2631
+ ofType: {
2632
+ kind: "NON_NULL"
2633
+ name: never
2634
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
2635
+ }
2636
+ }
2637
+ defaultValue: null
2638
+ },
2639
+ {
2640
+ name: "accountAddress_in"
2641
+ type: {
2642
+ kind: "NON_NULL"
2643
+ name: never
2644
+ ofType: {
2645
+ kind: "LIST"
2646
+ name: never
2647
+ ofType: {
2648
+ kind: "NON_NULL"
2649
+ name: never
2650
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
2651
+ }
2652
+ }
2653
+ }
2654
+ defaultValue: null
2655
+ },
2656
+ {
2657
+ name: "whitelisted"
2658
+ type: { kind: "SCALAR"; name: "Boolean"; ofType: null }
2659
+ defaultValue: null
2660
+ },
2661
+ ]
2662
+ }
2663
+ MorphoVaultPositionPage: {
2664
+ kind: "OBJECT"
2665
+ name: "MorphoVaultPositionPage"
2666
+ fields: {
2667
+ items: {
2668
+ name: "items"
2669
+ type: {
2670
+ kind: "NON_NULL"
2671
+ name: never
2672
+ ofType: {
2673
+ kind: "LIST"
2674
+ name: never
2675
+ ofType: { kind: "OBJECT"; name: "MorphoVaultPosition"; ofType: null }
2676
+ }
2677
+ }
2678
+ }
2679
+ pageInfo: {
2680
+ name: "pageInfo"
2681
+ type: {
2682
+ kind: "NON_NULL"
2683
+ name: never
2684
+ ofType: { kind: "OBJECT"; name: "PageInfo"; ofType: null }
2685
+ }
2686
+ }
2687
+ totalCount: {
2688
+ name: "totalCount"
2689
+ type: {
2690
+ kind: "NON_NULL"
2691
+ name: never
2692
+ ofType: { kind: "SCALAR"; name: "Int"; ofType: null }
2693
+ }
2694
+ }
2695
+ }
2696
+ }
2697
+ MorphoVaultV2: {
2698
+ kind: "OBJECT"
2699
+ name: "MorphoVaultV2"
2700
+ fields: {
2701
+ adapters: {
2702
+ name: "adapters"
2703
+ type: {
2704
+ kind: "NON_NULL"
2705
+ name: never
2706
+ ofType: {
2707
+ kind: "LIST"
2708
+ name: never
2709
+ ofType: {
2710
+ kind: "NON_NULL"
2711
+ name: never
2712
+ ofType: { kind: "INTERFACE"; name: "Adapter"; ofType: null }
2713
+ }
2714
+ }
2715
+ }
2716
+ }
2717
+ allocatorAddresses: {
2718
+ name: "allocatorAddresses"
2719
+ type: {
2720
+ kind: "LIST"
2721
+ name: never
2722
+ ofType: {
2723
+ kind: "NON_NULL"
2724
+ name: never
2725
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
2726
+ }
2727
+ }
2728
+ }
2729
+ apy: {
2730
+ name: "apy"
2731
+ type: {
2732
+ kind: "NON_NULL"
2733
+ name: never
2734
+ ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
2735
+ }
2736
+ }
2737
+ asset: {
2738
+ name: "asset"
2739
+ type: {
2740
+ kind: "NON_NULL"
2741
+ name: never
2742
+ ofType: { kind: "OBJECT"; name: "Token"; ofType: null }
2743
+ }
2744
+ }
2745
+ chain: {
2746
+ name: "chain"
2747
+ type: {
2748
+ kind: "NON_NULL"
2749
+ name: never
2750
+ ofType: { kind: "OBJECT"; name: "Chain"; ofType: null }
2751
+ }
2752
+ }
2753
+ curatorAddress: {
2754
+ name: "curatorAddress"
2755
+ type: {
2756
+ kind: "NON_NULL"
2757
+ name: never
2758
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
2759
+ }
2760
+ }
2761
+ decimals: {
2762
+ name: "decimals"
2763
+ type: {
2764
+ kind: "NON_NULL"
2765
+ name: never
2766
+ ofType: { kind: "SCALAR"; name: "Int"; ofType: null }
2767
+ }
2768
+ }
2769
+ historical: {
2770
+ name: "historical"
2771
+ type: { kind: "OBJECT"; name: "MorphoVaultHistorical"; ofType: null }
2772
+ }
2773
+ liquidityAdapter: {
2774
+ name: "liquidityAdapter"
2775
+ type: {
2776
+ kind: "NON_NULL"
2777
+ name: never
2778
+ ofType: { kind: "INTERFACE"; name: "Adapter"; ofType: null }
2779
+ }
2780
+ }
2781
+ managementFee: {
2782
+ name: "managementFee"
2783
+ type: {
2784
+ kind: "NON_NULL"
2785
+ name: never
2786
+ ofType: { kind: "OBJECT"; name: "OnchainAmount"; ofType: null }
2787
+ }
2788
+ }
2789
+ managementFeeRecipientAddress: {
2790
+ name: "managementFeeRecipientAddress"
2791
+ type: {
2792
+ kind: "NON_NULL"
2793
+ name: never
2794
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
2795
+ }
2796
+ }
2797
+ metadata: {
2798
+ name: "metadata"
2799
+ type: { kind: "OBJECT"; name: "MorphoVaultMetadata"; ofType: null }
2800
+ }
2801
+ name: {
2802
+ name: "name"
2803
+ type: {
2804
+ kind: "NON_NULL"
2805
+ name: never
2806
+ ofType: { kind: "SCALAR"; name: "String"; ofType: null }
2807
+ }
2808
+ }
2809
+ ownerAddress: {
2810
+ name: "ownerAddress"
2811
+ type: {
2812
+ kind: "NON_NULL"
2813
+ name: never
2814
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
2815
+ }
2816
+ }
2817
+ performanceFee: {
2818
+ name: "performanceFee"
2819
+ type: {
2820
+ kind: "NON_NULL"
2821
+ name: never
2822
+ ofType: { kind: "OBJECT"; name: "OnchainAmount"; ofType: null }
2823
+ }
2824
+ }
2825
+ performanceFeeRecipientAddress: {
2826
+ name: "performanceFeeRecipientAddress"
2827
+ type: {
2828
+ kind: "NON_NULL"
2829
+ name: never
2830
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
2831
+ }
2832
+ }
2833
+ receiveAssetsGateAddress: {
2834
+ name: "receiveAssetsGateAddress"
2835
+ type: {
2836
+ kind: "NON_NULL"
2837
+ name: never
2838
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
2839
+ }
2840
+ }
2841
+ receiveSharesGateAddress: {
2842
+ name: "receiveSharesGateAddress"
2843
+ type: {
2844
+ kind: "NON_NULL"
2845
+ name: never
2846
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
2847
+ }
2848
+ }
2849
+ sendAssetsGateAddress: {
2850
+ name: "sendAssetsGateAddress"
2851
+ type: {
2852
+ kind: "NON_NULL"
2853
+ name: never
2854
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
2855
+ }
2856
+ }
2857
+ sendSharesGateAddress: {
2858
+ name: "sendSharesGateAddress"
2859
+ type: {
2860
+ kind: "NON_NULL"
2861
+ name: never
2862
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
2863
+ }
2864
+ }
2865
+ sentinelAddresses: {
2866
+ name: "sentinelAddresses"
2867
+ type: {
2868
+ kind: "LIST"
2869
+ name: never
2870
+ ofType: {
2871
+ kind: "NON_NULL"
2872
+ name: never
2873
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
2874
+ }
2875
+ }
2876
+ }
2877
+ symbol: {
2878
+ name: "symbol"
2879
+ type: {
2880
+ kind: "NON_NULL"
2881
+ name: never
2882
+ ofType: { kind: "SCALAR"; name: "String"; ofType: null }
2883
+ }
2884
+ }
2885
+ totalAssets: {
2886
+ name: "totalAssets"
2887
+ type: {
2888
+ kind: "NON_NULL"
2889
+ name: never
2890
+ ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
2891
+ }
2892
+ }
2893
+ vaultAddress: {
2894
+ name: "vaultAddress"
2895
+ type: {
2896
+ kind: "NON_NULL"
2897
+ name: never
2898
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
2899
+ }
2900
+ }
2901
+ }
2902
+ }
2903
+ OnchainAmount: {
2904
+ kind: "OBJECT"
2905
+ name: "OnchainAmount"
2906
+ fields: {
2907
+ formatted: {
2908
+ name: "formatted"
2909
+ type: {
2910
+ kind: "NON_NULL"
2911
+ name: never
2912
+ ofType: { kind: "SCALAR"; name: "String"; ofType: null }
2913
+ }
2914
+ }
2915
+ raw: {
2916
+ name: "raw"
2917
+ type: {
2918
+ kind: "NON_NULL"
2919
+ name: never
2920
+ ofType: { kind: "SCALAR"; name: "BigInt"; ofType: null }
2921
+ }
2922
+ }
2923
+ }
2924
+ }
2925
+ PageInfo: {
2926
+ kind: "OBJECT"
2927
+ name: "PageInfo"
2928
+ fields: {
2929
+ endCursor: { name: "endCursor"; type: { kind: "SCALAR"; name: "String"; ofType: null } }
2930
+ hasNextPage: {
2931
+ name: "hasNextPage"
2932
+ type: {
2933
+ kind: "NON_NULL"
2934
+ name: never
2935
+ ofType: { kind: "SCALAR"; name: "Boolean"; ofType: null }
2936
+ }
2937
+ }
2938
+ hasPreviousPage: {
2939
+ name: "hasPreviousPage"
2940
+ type: {
2941
+ kind: "NON_NULL"
2942
+ name: never
2943
+ ofType: { kind: "SCALAR"; name: "Boolean"; ofType: null }
2944
+ }
2945
+ }
2946
+ startCursor: { name: "startCursor"; type: { kind: "SCALAR"; name: "String"; ofType: null } }
2947
+ }
2948
+ }
2949
+ Protocol: {
2950
+ kind: "OBJECT"
2951
+ name: "Protocol"
2952
+ fields: {
2953
+ icon: {
2954
+ name: "icon"
2955
+ type: {
2956
+ kind: "NON_NULL"
2957
+ name: never
2958
+ ofType: { kind: "SCALAR"; name: "String"; ofType: null }
2959
+ }
2960
+ }
2961
+ name: {
2962
+ name: "name"
2963
+ type: {
2964
+ kind: "NON_NULL"
2965
+ name: never
2966
+ ofType: { kind: "SCALAR"; name: "String"; ofType: null }
2967
+ }
2968
+ }
2969
+ }
2970
+ }
2971
+ Query: {
2972
+ kind: "OBJECT"
2973
+ name: "Query"
2974
+ fields: {
2975
+ aeraVaultPositions: {
2976
+ name: "aeraVaultPositions"
2977
+ type: {
2978
+ kind: "NON_NULL"
2979
+ name: never
2980
+ ofType: { kind: "OBJECT"; name: "AeraVaultPositionPage"; ofType: null }
2981
+ }
2982
+ }
2983
+ aeraVaults: {
2984
+ name: "aeraVaults"
2985
+ type: {
2986
+ kind: "NON_NULL"
2987
+ name: never
2988
+ ofType: { kind: "OBJECT"; name: "AeraVaultPage"; ofType: null }
2989
+ }
2990
+ }
2991
+ chains: {
2992
+ name: "chains"
2993
+ type: {
2994
+ kind: "NON_NULL"
2995
+ name: never
2996
+ ofType: {
2997
+ kind: "LIST"
2998
+ name: never
2999
+ ofType: {
3000
+ kind: "NON_NULL"
3001
+ name: never
3002
+ ofType: { kind: "OBJECT"; name: "Chain"; ofType: null }
3003
+ }
3004
+ }
3005
+ }
3006
+ }
3007
+ erc4626VaultPositions: {
3008
+ name: "erc4626VaultPositions"
3009
+ type: {
3010
+ kind: "NON_NULL"
3011
+ name: never
3012
+ ofType: { kind: "OBJECT"; name: "Erc4626VaultPositionPage"; ofType: null }
3013
+ }
3014
+ }
3015
+ erc4626Vaults: {
3016
+ name: "erc4626Vaults"
3017
+ type: {
3018
+ kind: "NON_NULL"
3019
+ name: never
3020
+ ofType: { kind: "OBJECT"; name: "Erc4626VaultPage"; ofType: null }
3021
+ }
3022
+ }
3023
+ identities: {
3024
+ name: "identities"
3025
+ type: {
3026
+ kind: "NON_NULL"
3027
+ name: never
3028
+ ofType: {
3029
+ kind: "LIST"
3030
+ name: never
3031
+ ofType: {
3032
+ kind: "NON_NULL"
3033
+ name: never
3034
+ ofType: { kind: "OBJECT"; name: "Identity"; ofType: null }
3035
+ }
3036
+ }
3037
+ }
3038
+ }
3039
+ identity: { name: "identity"; type: { kind: "OBJECT"; name: "Identity"; ofType: null } }
3040
+ merklAccountRewards: {
3041
+ name: "merklAccountRewards"
3042
+ type: {
3043
+ kind: "NON_NULL"
3044
+ name: never
3045
+ ofType: {
3046
+ kind: "LIST"
3047
+ name: never
3048
+ ofType: {
3049
+ kind: "NON_NULL"
3050
+ name: never
3051
+ ofType: { kind: "OBJECT"; name: "MerklAccountReward"; ofType: null }
3052
+ }
3053
+ }
3054
+ }
3055
+ }
3056
+ morphoMarketPositions: {
3057
+ name: "morphoMarketPositions"
3058
+ type: {
3059
+ kind: "NON_NULL"
3060
+ name: never
3061
+ ofType: { kind: "OBJECT"; name: "MorphoMarketPositionPage"; ofType: null }
3062
+ }
3063
+ }
3064
+ morphoMarkets: {
3065
+ name: "morphoMarkets"
3066
+ type: {
3067
+ kind: "NON_NULL"
3068
+ name: never
3069
+ ofType: { kind: "OBJECT"; name: "MorphoMarketPage"; ofType: null }
3070
+ }
3071
+ }
3072
+ morphoVaultPositions: {
3073
+ name: "morphoVaultPositions"
3074
+ type: {
3075
+ kind: "NON_NULL"
3076
+ name: never
3077
+ ofType: { kind: "OBJECT"; name: "MorphoVaultPositionPage"; ofType: null }
3078
+ }
3079
+ }
3080
+ morphoVaults: {
3081
+ name: "morphoVaults"
3082
+ type: {
3083
+ kind: "NON_NULL"
3084
+ name: never
3085
+ ofType: { kind: "OBJECT"; name: "MorphoVaultPage"; ofType: null }
3086
+ }
3087
+ }
3088
+ tokenHoldings: {
3089
+ name: "tokenHoldings"
3090
+ type: {
3091
+ kind: "NON_NULL"
3092
+ name: never
3093
+ ofType: {
3094
+ kind: "LIST"
3095
+ name: never
3096
+ ofType: { kind: "OBJECT"; name: "TokenHolding"; ofType: null }
3097
+ }
3098
+ }
3099
+ }
3100
+ tokens: {
3101
+ name: "tokens"
3102
+ type: {
3103
+ kind: "NON_NULL"
3104
+ name: never
3105
+ ofType: {
3106
+ kind: "LIST"
3107
+ name: never
3108
+ ofType: { kind: "OBJECT"; name: "Token"; ofType: null }
3109
+ }
3110
+ }
3111
+ }
3112
+ vaults: {
3113
+ name: "vaults"
3114
+ type: {
3115
+ kind: "NON_NULL"
3116
+ name: never
3117
+ ofType: {
3118
+ kind: "LIST"
3119
+ name: never
3120
+ ofType: { kind: "OBJECT"; name: "Vault"; ofType: null }
3121
+ }
3122
+ }
3123
+ }
3124
+ }
3125
+ }
3126
+ Reward: {
3127
+ kind: "OBJECT"
3128
+ name: "Reward"
3129
+ fields: {
3130
+ apr: {
3131
+ name: "apr"
3132
+ type: {
3133
+ kind: "NON_NULL"
3134
+ name: never
3135
+ ofType: { kind: "SCALAR"; name: "Float"; ofType: null }
3136
+ }
3137
+ }
3138
+ asset: {
3139
+ name: "asset"
3140
+ type: {
3141
+ kind: "NON_NULL"
3142
+ name: never
3143
+ ofType: { kind: "OBJECT"; name: "Token"; ofType: null }
3144
+ }
3145
+ }
3146
+ }
3147
+ }
3148
+ String: unknown
3149
+ Token: {
3150
+ kind: "OBJECT"
3151
+ name: "Token"
3152
+ fields: {
3153
+ address: {
3154
+ name: "address"
3155
+ type: {
3156
+ kind: "NON_NULL"
3157
+ name: never
3158
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
3159
+ }
3160
+ }
3161
+ category: { name: "category"; type: { kind: "ENUM"; name: "TokenCategory"; ofType: null } }
3162
+ chain: {
3163
+ name: "chain"
3164
+ type: {
3165
+ kind: "NON_NULL"
3166
+ name: never
3167
+ ofType: { kind: "OBJECT"; name: "Chain"; ofType: null }
3168
+ }
3169
+ }
3170
+ decimals: {
3171
+ name: "decimals"
3172
+ type: {
3173
+ kind: "NON_NULL"
3174
+ name: never
3175
+ ofType: { kind: "SCALAR"; name: "Int"; ofType: null }
3176
+ }
3177
+ }
3178
+ historical: {
3179
+ name: "historical"
3180
+ type: {
3181
+ kind: "NON_NULL"
3182
+ name: never
3183
+ ofType: { kind: "OBJECT"; name: "TokenHistorical"; ofType: null }
3184
+ }
3185
+ }
3186
+ icon: { name: "icon"; type: { kind: "SCALAR"; name: "URL"; ofType: null } }
3187
+ name: {
3188
+ name: "name"
3189
+ type: {
3190
+ kind: "NON_NULL"
3191
+ name: never
3192
+ ofType: { kind: "SCALAR"; name: "String"; ofType: null }
3193
+ }
3194
+ }
3195
+ priceUsd: { name: "priceUsd"; type: { kind: "SCALAR"; name: "Float"; ofType: null } }
3196
+ symbol: {
3197
+ name: "symbol"
3198
+ type: {
3199
+ kind: "NON_NULL"
3200
+ name: never
3201
+ ofType: { kind: "SCALAR"; name: "String"; ofType: null }
3202
+ }
3203
+ }
3204
+ }
3205
+ }
3206
+ TokenAmount: {
3207
+ kind: "OBJECT"
3208
+ name: "TokenAmount"
3209
+ fields: {
3210
+ formatted: {
3211
+ name: "formatted"
3212
+ type: {
3213
+ kind: "NON_NULL"
3214
+ name: never
3215
+ ofType: { kind: "SCALAR"; name: "String"; ofType: null }
3216
+ }
3217
+ }
3218
+ raw: {
3219
+ name: "raw"
3220
+ type: {
3221
+ kind: "NON_NULL"
3222
+ name: never
3223
+ ofType: { kind: "SCALAR"; name: "BigInt"; ofType: null }
3224
+ }
3225
+ }
3226
+ usd: { name: "usd"; type: { kind: "SCALAR"; name: "Float"; ofType: null } }
3227
+ }
3228
+ }
3229
+ TokenCategory: { name: "TokenCategory"; enumValues: "Stable" | "Eth" | "Btc" }
3230
+ TokenHistorical: {
3231
+ kind: "OBJECT"
3232
+ name: "TokenHistorical"
3233
+ fields: {
3234
+ daily: {
3235
+ name: "daily"
3236
+ type: {
3237
+ kind: "LIST"
3238
+ name: never
3239
+ ofType: {
3240
+ kind: "NON_NULL"
3241
+ name: never
3242
+ ofType: { kind: "OBJECT"; name: "TokenHistoricalEntry"; ofType: null }
3243
+ }
3244
+ }
3245
+ }
3246
+ hourly: {
3247
+ name: "hourly"
3248
+ type: {
3249
+ kind: "LIST"
3250
+ name: never
3251
+ ofType: {
3252
+ kind: "NON_NULL"
3253
+ name: never
3254
+ ofType: { kind: "OBJECT"; name: "TokenHistoricalEntry"; ofType: null }
3255
+ }
3256
+ }
3257
+ }
3258
+ weekly: {
3259
+ name: "weekly"
3260
+ type: {
3261
+ kind: "LIST"
3262
+ name: never
3263
+ ofType: {
3264
+ kind: "NON_NULL"
3265
+ name: never
3266
+ ofType: { kind: "OBJECT"; name: "TokenHistoricalEntry"; ofType: null }
3267
+ }
3268
+ }
3269
+ }
3270
+ }
3271
+ }
3272
+ TokenHistoricalEntry: {
3273
+ kind: "OBJECT"
3274
+ name: "TokenHistoricalEntry"
3275
+ fields: {
3276
+ bucketTimestamp: {
3277
+ name: "bucketTimestamp"
3278
+ type: {
3279
+ kind: "NON_NULL"
3280
+ name: never
3281
+ ofType: { kind: "SCALAR"; name: "Int"; ofType: null }
3282
+ }
3283
+ }
3284
+ priceUsd: {
3285
+ name: "priceUsd"
3286
+ type: {
3287
+ kind: "NON_NULL"
3288
+ name: never
3289
+ ofType: { kind: "SCALAR"; name: "Float"; ofType: null }
3290
+ }
3291
+ }
3292
+ }
3293
+ }
3294
+ TokenHolding: {
3295
+ kind: "OBJECT"
3296
+ name: "TokenHolding"
3297
+ fields: {
3298
+ accountAddress: {
3299
+ name: "accountAddress"
3300
+ type: {
3301
+ kind: "NON_NULL"
3302
+ name: never
3303
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
3304
+ }
3305
+ }
3306
+ balance: {
3307
+ name: "balance"
3308
+ type: {
3309
+ kind: "NON_NULL"
3310
+ name: never
3311
+ ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
3312
+ }
3313
+ }
3314
+ token: {
3315
+ name: "token"
3316
+ type: {
3317
+ kind: "NON_NULL"
3318
+ name: never
3319
+ ofType: { kind: "OBJECT"; name: "Token"; ofType: null }
3320
+ }
3321
+ }
3322
+ }
3323
+ }
3324
+ TokenHoldingInput: {
3325
+ kind: "INPUT_OBJECT"
3326
+ name: "TokenHoldingInput"
3327
+ isOneOf: false
3328
+ inputFields: [
3329
+ {
3330
+ name: "chainId"
3331
+ type: {
3332
+ kind: "NON_NULL"
3333
+ name: never
3334
+ ofType: { kind: "SCALAR"; name: "ChainId"; ofType: null }
3335
+ }
3336
+ defaultValue: null
3337
+ },
3338
+ {
3339
+ name: "tokenAddress"
3340
+ type: {
3341
+ kind: "NON_NULL"
3342
+ name: never
3343
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
3344
+ }
3345
+ defaultValue: null
3346
+ },
3347
+ {
3348
+ name: "accountAddress"
3349
+ type: {
3350
+ kind: "NON_NULL"
3351
+ name: never
3352
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
3353
+ }
3354
+ defaultValue: null
3355
+ },
3356
+ ]
3357
+ }
3358
+ TokenInput: {
3359
+ kind: "INPUT_OBJECT"
3360
+ name: "TokenInput"
3361
+ isOneOf: false
3362
+ inputFields: [
3363
+ {
3364
+ name: "chainId"
3365
+ type: {
3366
+ kind: "NON_NULL"
3367
+ name: never
3368
+ ofType: { kind: "SCALAR"; name: "ChainId"; ofType: null }
3369
+ }
3370
+ defaultValue: null
3371
+ },
3372
+ {
3373
+ name: "tokenAddress"
3374
+ type: {
3375
+ kind: "NON_NULL"
3376
+ name: never
3377
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
3378
+ }
3379
+ defaultValue: null
3380
+ },
3381
+ ]
3382
+ }
3383
+ URL: unknown
3384
+ UnknownAdapter: {
3385
+ kind: "OBJECT"
3386
+ name: "UnknownAdapter"
3387
+ fields: {
3388
+ adapterAddress: {
3389
+ name: "adapterAddress"
3390
+ type: {
3391
+ kind: "NON_NULL"
3392
+ name: never
3393
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
3394
+ }
3395
+ }
3396
+ adapterCap: { name: "adapterCap"; type: { kind: "OBJECT"; name: "AdapterCap"; ofType: null } }
3397
+ isEnabled: {
3398
+ name: "isEnabled"
3399
+ type: {
3400
+ kind: "NON_NULL"
3401
+ name: never
3402
+ ofType: { kind: "SCALAR"; name: "Boolean"; ofType: null }
3403
+ }
3404
+ }
3405
+ name: { name: "name"; type: { kind: "SCALAR"; name: "String"; ofType: null } }
3406
+ }
3407
+ }
3408
+ UnknownCap: {
3409
+ kind: "OBJECT"
3410
+ name: "UnknownCap"
3411
+ fields: {
3412
+ absoluteCap: {
3413
+ name: "absoluteCap"
3414
+ type: {
3415
+ kind: "NON_NULL"
3416
+ name: never
3417
+ ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
3418
+ }
3419
+ }
3420
+ allocation: {
3421
+ name: "allocation"
3422
+ type: {
3423
+ kind: "NON_NULL"
3424
+ name: never
3425
+ ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
3426
+ }
3427
+ }
3428
+ capId: {
3429
+ name: "capId"
3430
+ type: {
3431
+ kind: "NON_NULL"
3432
+ name: never
3433
+ ofType: { kind: "SCALAR"; name: "Hex"; ofType: null }
3434
+ }
3435
+ }
3436
+ relativeCap: {
3437
+ name: "relativeCap"
3438
+ type: {
3439
+ kind: "NON_NULL"
3440
+ name: never
3441
+ ofType: { kind: "OBJECT"; name: "OnchainAmount"; ofType: null }
3442
+ }
3443
+ }
3444
+ }
3445
+ }
3446
+ Vault: {
3447
+ kind: "OBJECT"
3448
+ name: "Vault"
3449
+ fields: {
3450
+ asset: {
3451
+ name: "asset"
3452
+ type: {
3453
+ kind: "NON_NULL"
3454
+ name: never
3455
+ ofType: { kind: "OBJECT"; name: "Token"; ofType: null }
3456
+ }
3457
+ }
3458
+ chain: {
3459
+ name: "chain"
3460
+ type: {
3461
+ kind: "NON_NULL"
3462
+ name: never
3463
+ ofType: { kind: "OBJECT"; name: "Chain"; ofType: null }
3464
+ }
3465
+ }
3466
+ description: { name: "description"; type: { kind: "SCALAR"; name: "String"; ofType: null } }
3467
+ name: {
3468
+ name: "name"
3469
+ type: {
3470
+ kind: "NON_NULL"
3471
+ name: never
3472
+ ofType: { kind: "SCALAR"; name: "String"; ofType: null }
3473
+ }
3474
+ }
3475
+ protocol: {
3476
+ name: "protocol"
3477
+ type: {
3478
+ kind: "NON_NULL"
3479
+ name: never
3480
+ ofType: { kind: "OBJECT"; name: "Protocol"; ofType: null }
3481
+ }
3482
+ }
3483
+ supplyApy: {
3484
+ name: "supplyApy"
3485
+ type: {
3486
+ kind: "NON_NULL"
3487
+ name: never
3488
+ ofType: { kind: "OBJECT"; name: "Apy"; ofType: null }
3489
+ }
3490
+ }
3491
+ totalSupplied: {
3492
+ name: "totalSupplied"
3493
+ type: {
3494
+ kind: "NON_NULL"
3495
+ name: never
3496
+ ofType: { kind: "OBJECT"; name: "TokenAmount"; ofType: null }
3497
+ }
3498
+ }
3499
+ type: {
3500
+ name: "type"
3501
+ type: {
3502
+ kind: "NON_NULL"
3503
+ name: never
3504
+ ofType: { kind: "ENUM"; name: "VaultType"; ofType: null }
3505
+ }
3506
+ }
3507
+ url: {
3508
+ name: "url"
3509
+ type: {
3510
+ kind: "NON_NULL"
3511
+ name: never
3512
+ ofType: { kind: "SCALAR"; name: "String"; ofType: null }
3513
+ }
3514
+ }
3515
+ vaultAddress: {
3516
+ name: "vaultAddress"
3517
+ type: {
3518
+ kind: "NON_NULL"
3519
+ name: never
3520
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
3521
+ }
3522
+ }
3523
+ }
3524
+ }
3525
+ VaultInput: {
3526
+ kind: "INPUT_OBJECT"
3527
+ name: "VaultInput"
3528
+ isOneOf: false
3529
+ inputFields: [
3530
+ {
3531
+ name: "chainId"
3532
+ type: {
3533
+ kind: "NON_NULL"
3534
+ name: never
3535
+ ofType: { kind: "SCALAR"; name: "ChainId"; ofType: null }
3536
+ }
3537
+ defaultValue: null
3538
+ },
3539
+ {
3540
+ name: "protocol"
3541
+ type: {
3542
+ kind: "NON_NULL"
3543
+ name: never
3544
+ ofType: { kind: "ENUM"; name: "VaultProtocol"; ofType: null }
3545
+ }
3546
+ defaultValue: null
3547
+ },
3548
+ {
3549
+ name: "vaultAddress"
3550
+ type: {
3551
+ kind: "NON_NULL"
3552
+ name: never
3553
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
3554
+ }
3555
+ defaultValue: null
3556
+ },
3557
+ ]
3558
+ }
3559
+ VaultProtocol: {
3560
+ name: "VaultProtocol"
3561
+ enumValues:
3562
+ | "euler_v2"
3563
+ | "euler_earn"
3564
+ | "morpho"
3565
+ | "enzyme"
3566
+ | "mellow"
3567
+ | "midas"
3568
+ | "turtle_club"
3569
+ | "silo"
3570
+ | "reserve"
3571
+ | "napier"
3572
+ | "gearbox"
3573
+ | "pendle"
3574
+ | "lista"
3575
+ }
3576
+ VaultType: { name: "VaultType"; enumValues: "lending" | "staking" | "index" }
3577
+ VaultV1Adapter: {
3578
+ kind: "OBJECT"
3579
+ name: "VaultV1Adapter"
3580
+ fields: {
3581
+ adapterAddress: {
3582
+ name: "adapterAddress"
3583
+ type: {
3584
+ kind: "NON_NULL"
3585
+ name: never
3586
+ ofType: { kind: "SCALAR"; name: "Address"; ofType: null }
3587
+ }
3588
+ }
3589
+ adapterCap: { name: "adapterCap"; type: { kind: "OBJECT"; name: "AdapterCap"; ofType: null } }
3590
+ isEnabled: {
3591
+ name: "isEnabled"
3592
+ type: {
3593
+ kind: "NON_NULL"
3594
+ name: never
3595
+ ofType: { kind: "SCALAR"; name: "Boolean"; ofType: null }
3596
+ }
3597
+ }
3598
+ name: { name: "name"; type: { kind: "SCALAR"; name: "String"; ofType: null } }
3599
+ vault: { name: "vault"; type: { kind: "OBJECT"; name: "MorphoVault"; ofType: null } }
3600
+ }
3601
+ }
3602
+ }
93
3603
 
94
3604
  /** An IntrospectionQuery representation of your schema.
95
3605
  *
@@ -100,15 +3610,14 @@ type introspection_types = {
100
3610
  * instead save to a .ts instead of a .d.ts file.
101
3611
  */
102
3612
  type introspection = {
103
- name: never;
104
- query: 'Query';
105
- mutation: never;
106
- subscription: never;
107
- types: introspection_types;
108
- };
109
-
3613
+ name: never
3614
+ query: "Query"
3615
+ mutation: never
3616
+ subscription: never
3617
+ types: introspection_types
3618
+ }
110
3619
 
111
- declare module 'gql.tada' {
3620
+ declare module "gql.tada" {
112
3621
  interface setupSchema {
113
3622
  introspection: introspection
114
3623
  }