@whisk/graphql 0.0.15 → 0.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/graphql-env.d.d.ts +5 -3
- package/dist/generated/graphql-env.d.js.map +1 -1
- package/dist/generated/schema.d.ts +135 -0
- package/dist/generated/schema.json +1 -1
- package/package.json +4 -2
- package/src/generated/graphql-env.d.ts +5 -3
- package/src/generated/schema.graphql +825 -0
- package/src/generated/schema.json +1 -1
|
@@ -2,7 +2,7 @@
|
|
|
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; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'riskAssessment': { name: 'riskAssessment'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'RiskAssessment'; ofType: null; }; } }; }; possibleTypes: 'BoxVaultAdapter' | 'MarketV1Adapter' | 'UnknownAdapter' | 'VaultV1Adapter'; };
|
|
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; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'riskAssessment': { name: 'riskAssessment'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'RiskAssessment'; ofType: null; }; } }; }; possibleTypes: 'BoxVaultAdapter' | 'Erc4626VaultAdapter' | 'MarketV1Adapter' | 'UnknownAdapter' | 'VaultV1Adapter'; };
|
|
6
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
7
|
'Address': unknown;
|
|
8
8
|
'AeraPendingAction': { kind: 'OBJECT'; name: 'AeraPendingAction'; fields: { 'amount': { name: 'amount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'hash': { name: 'hash'; type: { 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; }; } }; }; };
|
|
@@ -30,6 +30,7 @@ type introspection_types = {
|
|
|
30
30
|
'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; }; } }; }; };
|
|
31
31
|
'Erc20': { kind: 'INTERFACE'; name: 'Erc20'; 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; }; } }; '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; } }; 'riskAssessment': { name: 'riskAssessment'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'RiskAssessment'; ofType: null; }; } }; 'symbol': { name: 'symbol'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'yield': { name: 'yield'; type: { kind: 'OBJECT'; name: 'YieldInfo'; ofType: null; } }; }; possibleTypes: 'BoxVault' | 'GenericErc4626Vault' | 'MorphoVault' | 'MorphoVaultV2' | 'Token'; };
|
|
32
32
|
'Erc4626Vault': { kind: 'INTERFACE'; name: 'Erc4626Vault'; fields: { 'address': { name: 'address'; type: { 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; }; } }; '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: 'INTERFACE'; name: 'Erc4626VaultHistorical'; 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; } }; 'riskAssessment': { name: 'riskAssessment'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'RiskAssessment'; 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; }; } }; 'yield': { name: 'yield'; type: { kind: 'OBJECT'; name: 'YieldInfo'; ofType: null; } }; }; possibleTypes: 'BoxVault' | 'GenericErc4626Vault' | 'MorphoVault' | 'MorphoVaultV2'; };
|
|
33
|
+
'Erc4626VaultAdapter': { kind: 'OBJECT'; name: 'Erc4626VaultAdapter'; 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; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'riskAssessment': { name: 'riskAssessment'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'RiskAssessment'; ofType: null; }; } }; 'vault': { name: 'vault'; type: { kind: 'INTERFACE'; name: 'Erc4626Vault'; ofType: null; } }; }; };
|
|
33
34
|
'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 }]; };
|
|
34
35
|
'Erc4626VaultHistorical': { kind: 'INTERFACE'; name: 'Erc4626VaultHistorical'; fields: { 'returns': { name: 'returns'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TimeSeriesPoint'; ofType: null; }; }; } }; }; possibleTypes: 'GenericErc4626VaultHistorical' | 'MorphoVaultHistorical'; };
|
|
35
36
|
'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 }]; };
|
|
@@ -73,14 +74,15 @@ type introspection_types = {
|
|
|
73
74
|
'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; } }; }; };
|
|
74
75
|
'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 }]; };
|
|
75
76
|
'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; }; } }; }; };
|
|
76
|
-
'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; }; }; }; } }; 'address': { name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; 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; }; } }; 'caps': { name: 'caps'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INTERFACE'; name: 'Cap'; 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; }; } }; '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; }; } }; 'deploymentTimestamp': { name: 'deploymentTimestamp'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'historical': { name: 'historical'; type: { kind: 'OBJECT'; name: 'MorphoVaultHistorical'; ofType: null; } }; 'icon': { name: 'icon'; type: { kind: 'SCALAR'; name: 'URL'; ofType: null; } }; 'idleAssets': { name: 'idleAssets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'liquidityAdapterAddress': { name: 'liquidityAdapterAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'liquidityAssets': { name: 'liquidityAssets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; 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; }; } }; 'nav': { name: 'nav'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; 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; }; } }; 'priceUsd': { name: 'priceUsd'; type: { kind: 'SCALAR'; name: 'Float'; 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; }; } }; 'riskAssessment': { name: 'riskAssessment'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'RiskAssessment'; 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; }; } }; 'yield': { name: 'yield'; type: { kind: 'OBJECT'; name: 'YieldInfo'; ofType: null; } }; }; };
|
|
77
|
+
'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; }; }; }; } }; 'address': { name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'allocations': { name: 'allocations'; 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; }; } }; 'caps': { name: 'caps'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INTERFACE'; name: 'Cap'; 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; }; } }; '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; }; } }; 'deploymentTimestamp': { name: 'deploymentTimestamp'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'historical': { name: 'historical'; type: { kind: 'OBJECT'; name: 'MorphoVaultHistorical'; ofType: null; } }; 'icon': { name: 'icon'; type: { kind: 'SCALAR'; name: 'URL'; ofType: null; } }; 'idleAssets': { name: 'idleAssets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'liquidityAdapterAddress': { name: 'liquidityAdapterAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; } }; 'liquidityAssets': { name: 'liquidityAssets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; 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; }; } }; 'nav': { name: 'nav'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; 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; }; } }; 'priceUsd': { name: 'priceUsd'; type: { kind: 'SCALAR'; name: 'Float'; 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; }; } }; 'riskAssessment': { name: 'riskAssessment'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'RiskAssessment'; 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; }; } }; 'yield': { name: 'yield'; type: { kind: 'OBJECT'; name: 'YieldInfo'; ofType: null; } }; }; };
|
|
77
78
|
'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; }; } }; }; };
|
|
78
79
|
'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; } }; }; };
|
|
79
80
|
'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; }; } }; }; };
|
|
80
|
-
'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; }; } }; 'steakhouseTvl': { name: 'steakhouseTvl'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'SteakhouseTvl'; 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; }; }; } }; }; };
|
|
81
|
+
'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; }; } }; 'steakhouseStats': { name: 'steakhouseStats'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'SteakhouseStats'; ofType: null; }; } }; 'steakhouseTvl': { name: 'steakhouseTvl'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'SteakhouseTvl'; 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; }; }; } }; }; };
|
|
81
82
|
'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; }; } }; }; };
|
|
82
83
|
'RiskAssessment': { kind: 'OBJECT'; name: 'RiskAssessment'; fields: { 'steakhouse': { name: 'steakhouse'; type: { kind: 'OBJECT'; name: 'SteakhouseRiskAssessment'; ofType: null; } }; }; };
|
|
83
84
|
'SteakhouseRiskAssessment': { kind: 'OBJECT'; name: 'SteakhouseRiskAssessment'; fields: { 'rating': { name: 'rating'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'score': { name: 'score'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Float'; ofType: null; }; } }; }; };
|
|
85
|
+
'SteakhouseStats': { kind: 'OBJECT'; name: 'SteakhouseStats'; fields: { 'tvl': { name: 'tvl'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'SteakhouseTvl'; ofType: null; }; } }; 'uniqueDepositors': { name: 'uniqueDepositors'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; };
|
|
84
86
|
'SteakhouseTvl': { kind: 'OBJECT'; name: 'SteakhouseTvl'; fields: { 'byAssetCategory': { name: 'byAssetCategory'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'SteakhouseTvlByAssetCategory'; ofType: null; }; }; }; } }; 'byChain': { name: 'byChain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'SteakhouseTvlByChain'; ofType: null; }; }; }; } }; 'byProtocol': { name: 'byProtocol'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'SteakhouseTvlByProtocol'; ofType: null; }; }; }; } }; 'computedAt': { name: 'computedAt'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'current': { name: 'current'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'SteakhouseTvlSnapshot'; ofType: null; }; } }; 'historical': { name: 'historical'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'SteakhouseTvlSnapshot'; ofType: null; }; }; }; } }; 'totalUsd': { name: 'totalUsd'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Float'; ofType: null; }; } }; }; };
|
|
85
87
|
'SteakhouseTvlByAssetCategory': { kind: 'OBJECT'; name: 'SteakhouseTvlByAssetCategory'; fields: { 'category': { name: 'category'; type: { kind: 'ENUM'; name: 'TokenCategory'; ofType: null; } }; 'tvlUsd': { name: 'tvlUsd'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Float'; ofType: null; }; } }; }; };
|
|
86
88
|
'SteakhouseTvlByChain': { kind: 'OBJECT'; name: 'SteakhouseTvlByChain'; fields: { 'chain': { name: 'chain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Chain'; ofType: null; }; } }; 'tvlUsd': { name: 'tvlUsd'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Float'; ofType: null; }; } }; }; };
|