diff --git a/function/generated/Treasury_Arbitrum/QmNQfMN2GjnGYx2mGo92gAc7z47fMbTMRR9M1gGEUjLZHX/ProtocolMetric/ProtocolMetric.jsonschema b/function/generated/Treasury_Arbitrum/QmNQfMN2GjnGYx2mGo92gAc7z47fMbTMRR9M1gGEUjLZHX/ProtocolMetric/ProtocolMetric.jsonschema deleted file mode 100644 index fb0b54e..0000000 --- a/function/generated/Treasury_Arbitrum/QmNQfMN2GjnGYx2mGo92gAc7z47fMbTMRR9M1gGEUjLZHX/ProtocolMetric/ProtocolMetric.jsonschema +++ /dev/null @@ -1,101 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "type": "object", - "properties": { - "__typename": { - "type": "string", - "const": "ProtocolMetric" - }, - "id": { - "type": "string" - }, - "block": { - "type": "string" - }, - "currentAPY": { - "type": "string" - }, - "currentIndex": { - "type": "string" - }, - "date": { - "type": "string" - }, - "gOhmPrice": { - "type": "string" - }, - "gOhmSyntheticSupply": { - "type": [ - "string", - "null" - ] - }, - "gOhmTotalSupply": { - "type": "string" - }, - "marketCap": { - "type": [ - "string", - "null" - ] - }, - "nextDistributedOhm": { - "type": "string" - }, - "nextEpochRebase": { - "type": "string" - }, - "ohmCirculatingSupply": { - "type": [ - "string", - "null" - ] - }, - "ohmFloatingSupply": { - "type": [ - "string", - "null" - ] - }, - "ohmPrice": { - "type": "string" - }, - "ohmTotalSupply": { - "type": "string" - }, - "sOhmCirculatingSupply": { - "type": "string" - }, - "timestamp": { - "type": "string" - }, - "totalValueLocked": { - "type": "string" - }, - "treasuryLiquidBacking": { - "type": [ - "string", - "null" - ] - }, - "treasuryLiquidBackingPerGOhmSynthetic": { - "type": [ - "string", - "null" - ] - }, - "treasuryLiquidBackingPerOhmFloating": { - "type": [ - "string", - "null" - ] - }, - "treasuryMarketValue": { - "type": [ - "string", - "null" - ] - } - }, - "additionalProperties": false -} \ No newline at end of file diff --git a/function/generated/Treasury_Arbitrum/QmNQfMN2GjnGYx2mGo92gAc7z47fMbTMRR9M1gGEUjLZHX/ProtocolMetric/ProtocolMetric_schema.json b/function/generated/Treasury_Arbitrum/QmNQfMN2GjnGYx2mGo92gAc7z47fMbTMRR9M1gGEUjLZHX/ProtocolMetric/ProtocolMetric_schema.json deleted file mode 100644 index 659d940..0000000 --- a/function/generated/Treasury_Arbitrum/QmNQfMN2GjnGYx2mGo92gAc7z47fMbTMRR9M1gGEUjLZHX/ProtocolMetric/ProtocolMetric_schema.json +++ /dev/null @@ -1,117 +0,0 @@ -[ - { - "name": "__typename", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "id", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "block", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "currentAPY", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "currentIndex", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "date", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "gOhmPrice", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "gOhmSyntheticSupply", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "gOhmTotalSupply", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "marketCap", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "nextDistributedOhm", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "nextEpochRebase", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "ohmCirculatingSupply", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "ohmFloatingSupply", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "ohmPrice", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "ohmTotalSupply", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "sOhmCirculatingSupply", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "timestamp", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "totalValueLocked", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "treasuryLiquidBacking", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "treasuryLiquidBackingPerGOhmSynthetic", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "treasuryLiquidBackingPerOhmFloating", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "treasuryMarketValue", - "type": "STRING", - "mode": "NULLABLE" - } -] diff --git a/function/generated/Treasury_Arbitrum/QmNQfMN2GjnGYx2mGo92gAc7z47fMbTMRR9M1gGEUjLZHX/ProtocolMetric/ProtocolMetric_types.ts b/function/generated/Treasury_Arbitrum/QmNQfMN2GjnGYx2mGo92gAc7z47fMbTMRR9M1gGEUjLZHX/ProtocolMetric/ProtocolMetric_types.ts deleted file mode 100644 index 25fd65c..0000000 --- a/function/generated/Treasury_Arbitrum/QmNQfMN2GjnGYx2mGo92gAc7z47fMbTMRR9M1gGEUjLZHX/ProtocolMetric/ProtocolMetric_types.ts +++ /dev/null @@ -1,1827 +0,0 @@ -export type Maybe = T | null | undefined; -export type InputMaybe = T | null | undefined; -export type Exact = { [K in keyof T]: T[K] }; -export type MakeOptional = Omit & { [SubKey in K]?: Maybe }; -export type MakeMaybe = Omit & { [SubKey in K]: Maybe }; -/** All built-in and custom scalars, mapped to their actual values */ -export type Scalars = { - ID: string; - String: string; - Boolean: boolean; - Int: number; - Float: number; - BigDecimal: string; - BigInt: string; - Bytes: string; - /** - * 8 bytes signed integer - * - */ - Int8: string; - /** - * A string representation of microseconds UNIX timestamp (16 digits) - * - */ - Timestamp: string; -}; - -export enum Aggregation_Interval { - Hour = "hour", - Day = "day", -} - -export type BalancerPoolSnapshot = { - __typename?: "BalancerPoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - pool: Scalars["Bytes"]; - poolToken: Scalars["Bytes"]; - decimals: Scalars["Int"]; - totalSupply: Scalars["BigDecimal"]; - tokens: Array; - balances: Array; - weights: Array; -}; - -export type BalancerPoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_not_contains?: InputMaybe; - poolToken?: InputMaybe; - poolToken_not?: InputMaybe; - poolToken_gt?: InputMaybe; - poolToken_lt?: InputMaybe; - poolToken_gte?: InputMaybe; - poolToken_lte?: InputMaybe; - poolToken_in?: InputMaybe>; - poolToken_not_in?: InputMaybe>; - poolToken_contains?: InputMaybe; - poolToken_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - tokens?: InputMaybe>; - tokens_not?: InputMaybe>; - tokens_contains?: InputMaybe>; - tokens_contains_nocase?: InputMaybe>; - tokens_not_contains?: InputMaybe>; - tokens_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - weights?: InputMaybe>; - weights_not?: InputMaybe>; - weights_contains?: InputMaybe>; - weights_contains_nocase?: InputMaybe>; - weights_not_contains?: InputMaybe>; - weights_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum BalancerPoolSnapshot_OrderBy { - Id = "id", - Block = "block", - Pool = "pool", - PoolToken = "poolToken", - Decimals = "decimals", - TotalSupply = "totalSupply", - Tokens = "tokens", - Balances = "balances", - Weights = "weights", -} - -export type BlockChangedFilter = { - number_gte: Scalars["Int"]; -}; - -export type Block_Height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type Erc20TokenSnapshot = { - __typename?: "ERC20TokenSnapshot"; - id: Scalars["Bytes"]; - address: Scalars["Bytes"]; - decimals: Scalars["Int"]; - totalSupply?: Maybe; -}; - -export type Erc20TokenSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum Erc20TokenSnapshot_OrderBy { - Id = "id", - Address = "address", - Decimals = "decimals", - TotalSupply = "totalSupply", -} - -export type GnosisAuction = { - __typename?: "GnosisAuction"; - id: Scalars["ID"]; - auctionOpenTimestamp: Scalars["BigInt"]; - payoutCapacity: Scalars["BigDecimal"]; - termSeconds: Scalars["BigInt"]; - bidQuantity?: Maybe; - auctionCloseTimestamp?: Maybe; -}; - -export type GnosisAuctionRoot = { - __typename?: "GnosisAuctionRoot"; - id: Scalars["ID"]; - markets: Array; -}; - -export type GnosisAuctionRoot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - markets?: InputMaybe>; - markets_not?: InputMaybe>; - markets_contains?: InputMaybe>; - markets_contains_nocase?: InputMaybe>; - markets_not_contains?: InputMaybe>; - markets_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum GnosisAuctionRoot_OrderBy { - Id = "id", - Markets = "markets", -} - -export type GnosisAuction_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - auctionOpenTimestamp?: InputMaybe; - auctionOpenTimestamp_not?: InputMaybe; - auctionOpenTimestamp_gt?: InputMaybe; - auctionOpenTimestamp_lt?: InputMaybe; - auctionOpenTimestamp_gte?: InputMaybe; - auctionOpenTimestamp_lte?: InputMaybe; - auctionOpenTimestamp_in?: InputMaybe>; - auctionOpenTimestamp_not_in?: InputMaybe>; - payoutCapacity?: InputMaybe; - payoutCapacity_not?: InputMaybe; - payoutCapacity_gt?: InputMaybe; - payoutCapacity_lt?: InputMaybe; - payoutCapacity_gte?: InputMaybe; - payoutCapacity_lte?: InputMaybe; - payoutCapacity_in?: InputMaybe>; - payoutCapacity_not_in?: InputMaybe>; - termSeconds?: InputMaybe; - termSeconds_not?: InputMaybe; - termSeconds_gt?: InputMaybe; - termSeconds_lt?: InputMaybe; - termSeconds_gte?: InputMaybe; - termSeconds_lte?: InputMaybe; - termSeconds_in?: InputMaybe>; - termSeconds_not_in?: InputMaybe>; - bidQuantity?: InputMaybe; - bidQuantity_not?: InputMaybe; - bidQuantity_gt?: InputMaybe; - bidQuantity_lt?: InputMaybe; - bidQuantity_gte?: InputMaybe; - bidQuantity_lte?: InputMaybe; - bidQuantity_in?: InputMaybe>; - bidQuantity_not_in?: InputMaybe>; - auctionCloseTimestamp?: InputMaybe; - auctionCloseTimestamp_not?: InputMaybe; - auctionCloseTimestamp_gt?: InputMaybe; - auctionCloseTimestamp_lt?: InputMaybe; - auctionCloseTimestamp_gte?: InputMaybe; - auctionCloseTimestamp_lte?: InputMaybe; - auctionCloseTimestamp_in?: InputMaybe>; - auctionCloseTimestamp_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum GnosisAuction_OrderBy { - Id = "id", - AuctionOpenTimestamp = "auctionOpenTimestamp", - PayoutCapacity = "payoutCapacity", - TermSeconds = "termSeconds", - BidQuantity = "bidQuantity", - AuctionCloseTimestamp = "auctionCloseTimestamp", -} - -/** Defines the order direction, either ascending or descending */ -export enum OrderDirection { - Asc = "asc", - Desc = "desc", -} - -export type PoolSnapshot = { - __typename?: "PoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - pool: Scalars["Bytes"]; - poolToken?: Maybe; - decimals: Scalars["Int"]; - totalSupply: Scalars["BigDecimal"]; - tokens: Array; - balances: Array; - weights?: Maybe>; -}; - -export type PoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_not_contains?: InputMaybe; - poolToken?: InputMaybe; - poolToken_not?: InputMaybe; - poolToken_gt?: InputMaybe; - poolToken_lt?: InputMaybe; - poolToken_gte?: InputMaybe; - poolToken_lte?: InputMaybe; - poolToken_in?: InputMaybe>; - poolToken_not_in?: InputMaybe>; - poolToken_contains?: InputMaybe; - poolToken_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - tokens?: InputMaybe>; - tokens_not?: InputMaybe>; - tokens_contains?: InputMaybe>; - tokens_contains_nocase?: InputMaybe>; - tokens_not_contains?: InputMaybe>; - tokens_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - weights?: InputMaybe>; - weights_not?: InputMaybe>; - weights_contains?: InputMaybe>; - weights_contains_nocase?: InputMaybe>; - weights_not_contains?: InputMaybe>; - weights_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum PoolSnapshot_OrderBy { - Id = "id", - Block = "block", - Pool = "pool", - PoolToken = "poolToken", - Decimals = "decimals", - TotalSupply = "totalSupply", - Tokens = "tokens", - Balances = "balances", - Weights = "weights", -} - -export type PriceSnapshot = { - __typename?: "PriceSnapshot"; - id: Scalars["ID"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - priceOhm: Scalars["BigDecimal"]; - priceGOhm: Scalars["BigDecimal"]; -}; - -export type PriceSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - priceOhm?: InputMaybe; - priceOhm_not?: InputMaybe; - priceOhm_gt?: InputMaybe; - priceOhm_lt?: InputMaybe; - priceOhm_gte?: InputMaybe; - priceOhm_lte?: InputMaybe; - priceOhm_in?: InputMaybe>; - priceOhm_not_in?: InputMaybe>; - priceGOhm?: InputMaybe; - priceGOhm_not?: InputMaybe; - priceGOhm_gt?: InputMaybe; - priceGOhm_lt?: InputMaybe; - priceGOhm_gte?: InputMaybe; - priceGOhm_lte?: InputMaybe; - priceGOhm_in?: InputMaybe>; - priceGOhm_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum PriceSnapshot_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - PriceOhm = "priceOhm", - PriceGOhm = "priceGOhm", -} - -export type ProtocolMetric = { - __typename?: "ProtocolMetric"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - currentAPY: Scalars["BigDecimal"]; - currentIndex: Scalars["BigDecimal"]; - date: Scalars["String"]; - gOhmPrice: Scalars["BigDecimal"]; - gOhmSyntheticSupply?: Maybe; - gOhmTotalSupply: Scalars["BigDecimal"]; - marketCap?: Maybe; - nextDistributedOhm: Scalars["BigDecimal"]; - nextEpochRebase: Scalars["BigDecimal"]; - ohmCirculatingSupply?: Maybe; - ohmFloatingSupply?: Maybe; - ohmPrice: Scalars["BigDecimal"]; - ohmTotalSupply: Scalars["BigDecimal"]; - sOhmCirculatingSupply: Scalars["BigDecimal"]; - timestamp: Scalars["BigInt"]; - totalValueLocked: Scalars["BigDecimal"]; - treasuryLiquidBacking?: Maybe; - treasuryLiquidBackingPerGOhmSynthetic?: Maybe; - treasuryLiquidBackingPerOhmFloating?: Maybe; - treasuryMarketValue?: Maybe; -}; - -export type ProtocolMetric_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - currentAPY?: InputMaybe; - currentAPY_not?: InputMaybe; - currentAPY_gt?: InputMaybe; - currentAPY_lt?: InputMaybe; - currentAPY_gte?: InputMaybe; - currentAPY_lte?: InputMaybe; - currentAPY_in?: InputMaybe>; - currentAPY_not_in?: InputMaybe>; - currentIndex?: InputMaybe; - currentIndex_not?: InputMaybe; - currentIndex_gt?: InputMaybe; - currentIndex_lt?: InputMaybe; - currentIndex_gte?: InputMaybe; - currentIndex_lte?: InputMaybe; - currentIndex_in?: InputMaybe>; - currentIndex_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - gOhmPrice?: InputMaybe; - gOhmPrice_not?: InputMaybe; - gOhmPrice_gt?: InputMaybe; - gOhmPrice_lt?: InputMaybe; - gOhmPrice_gte?: InputMaybe; - gOhmPrice_lte?: InputMaybe; - gOhmPrice_in?: InputMaybe>; - gOhmPrice_not_in?: InputMaybe>; - gOhmSyntheticSupply?: InputMaybe; - gOhmSyntheticSupply_not?: InputMaybe; - gOhmSyntheticSupply_gt?: InputMaybe; - gOhmSyntheticSupply_lt?: InputMaybe; - gOhmSyntheticSupply_gte?: InputMaybe; - gOhmSyntheticSupply_lte?: InputMaybe; - gOhmSyntheticSupply_in?: InputMaybe>; - gOhmSyntheticSupply_not_in?: InputMaybe>; - gOhmTotalSupply?: InputMaybe; - gOhmTotalSupply_not?: InputMaybe; - gOhmTotalSupply_gt?: InputMaybe; - gOhmTotalSupply_lt?: InputMaybe; - gOhmTotalSupply_gte?: InputMaybe; - gOhmTotalSupply_lte?: InputMaybe; - gOhmTotalSupply_in?: InputMaybe>; - gOhmTotalSupply_not_in?: InputMaybe>; - marketCap?: InputMaybe; - marketCap_not?: InputMaybe; - marketCap_gt?: InputMaybe; - marketCap_lt?: InputMaybe; - marketCap_gte?: InputMaybe; - marketCap_lte?: InputMaybe; - marketCap_in?: InputMaybe>; - marketCap_not_in?: InputMaybe>; - nextDistributedOhm?: InputMaybe; - nextDistributedOhm_not?: InputMaybe; - nextDistributedOhm_gt?: InputMaybe; - nextDistributedOhm_lt?: InputMaybe; - nextDistributedOhm_gte?: InputMaybe; - nextDistributedOhm_lte?: InputMaybe; - nextDistributedOhm_in?: InputMaybe>; - nextDistributedOhm_not_in?: InputMaybe>; - nextEpochRebase?: InputMaybe; - nextEpochRebase_not?: InputMaybe; - nextEpochRebase_gt?: InputMaybe; - nextEpochRebase_lt?: InputMaybe; - nextEpochRebase_gte?: InputMaybe; - nextEpochRebase_lte?: InputMaybe; - nextEpochRebase_in?: InputMaybe>; - nextEpochRebase_not_in?: InputMaybe>; - ohmCirculatingSupply?: InputMaybe; - ohmCirculatingSupply_not?: InputMaybe; - ohmCirculatingSupply_gt?: InputMaybe; - ohmCirculatingSupply_lt?: InputMaybe; - ohmCirculatingSupply_gte?: InputMaybe; - ohmCirculatingSupply_lte?: InputMaybe; - ohmCirculatingSupply_in?: InputMaybe>; - ohmCirculatingSupply_not_in?: InputMaybe>; - ohmFloatingSupply?: InputMaybe; - ohmFloatingSupply_not?: InputMaybe; - ohmFloatingSupply_gt?: InputMaybe; - ohmFloatingSupply_lt?: InputMaybe; - ohmFloatingSupply_gte?: InputMaybe; - ohmFloatingSupply_lte?: InputMaybe; - ohmFloatingSupply_in?: InputMaybe>; - ohmFloatingSupply_not_in?: InputMaybe>; - ohmPrice?: InputMaybe; - ohmPrice_not?: InputMaybe; - ohmPrice_gt?: InputMaybe; - ohmPrice_lt?: InputMaybe; - ohmPrice_gte?: InputMaybe; - ohmPrice_lte?: InputMaybe; - ohmPrice_in?: InputMaybe>; - ohmPrice_not_in?: InputMaybe>; - ohmTotalSupply?: InputMaybe; - ohmTotalSupply_not?: InputMaybe; - ohmTotalSupply_gt?: InputMaybe; - ohmTotalSupply_lt?: InputMaybe; - ohmTotalSupply_gte?: InputMaybe; - ohmTotalSupply_lte?: InputMaybe; - ohmTotalSupply_in?: InputMaybe>; - ohmTotalSupply_not_in?: InputMaybe>; - sOhmCirculatingSupply?: InputMaybe; - sOhmCirculatingSupply_not?: InputMaybe; - sOhmCirculatingSupply_gt?: InputMaybe; - sOhmCirculatingSupply_lt?: InputMaybe; - sOhmCirculatingSupply_gte?: InputMaybe; - sOhmCirculatingSupply_lte?: InputMaybe; - sOhmCirculatingSupply_in?: InputMaybe>; - sOhmCirculatingSupply_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - totalValueLocked?: InputMaybe; - totalValueLocked_not?: InputMaybe; - totalValueLocked_gt?: InputMaybe; - totalValueLocked_lt?: InputMaybe; - totalValueLocked_gte?: InputMaybe; - totalValueLocked_lte?: InputMaybe; - totalValueLocked_in?: InputMaybe>; - totalValueLocked_not_in?: InputMaybe>; - treasuryLiquidBacking?: InputMaybe; - treasuryLiquidBacking_not?: InputMaybe; - treasuryLiquidBacking_gt?: InputMaybe; - treasuryLiquidBacking_lt?: InputMaybe; - treasuryLiquidBacking_gte?: InputMaybe; - treasuryLiquidBacking_lte?: InputMaybe; - treasuryLiquidBacking_in?: InputMaybe>; - treasuryLiquidBacking_not_in?: InputMaybe>; - treasuryLiquidBackingPerGOhmSynthetic?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_not?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_gt?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_lt?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_gte?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_lte?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_in?: InputMaybe>; - treasuryLiquidBackingPerGOhmSynthetic_not_in?: InputMaybe>; - treasuryLiquidBackingPerOhmFloating?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_not?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_gt?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_lt?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_gte?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_lte?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_in?: InputMaybe>; - treasuryLiquidBackingPerOhmFloating_not_in?: InputMaybe>; - treasuryMarketValue?: InputMaybe; - treasuryMarketValue_not?: InputMaybe; - treasuryMarketValue_gt?: InputMaybe; - treasuryMarketValue_lt?: InputMaybe; - treasuryMarketValue_gte?: InputMaybe; - treasuryMarketValue_lte?: InputMaybe; - treasuryMarketValue_in?: InputMaybe>; - treasuryMarketValue_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum ProtocolMetric_OrderBy { - Id = "id", - Block = "block", - CurrentApy = "currentAPY", - CurrentIndex = "currentIndex", - Date = "date", - GOhmPrice = "gOhmPrice", - GOhmSyntheticSupply = "gOhmSyntheticSupply", - GOhmTotalSupply = "gOhmTotalSupply", - MarketCap = "marketCap", - NextDistributedOhm = "nextDistributedOhm", - NextEpochRebase = "nextEpochRebase", - OhmCirculatingSupply = "ohmCirculatingSupply", - OhmFloatingSupply = "ohmFloatingSupply", - OhmPrice = "ohmPrice", - OhmTotalSupply = "ohmTotalSupply", - SOhmCirculatingSupply = "sOhmCirculatingSupply", - Timestamp = "timestamp", - TotalValueLocked = "totalValueLocked", - TreasuryLiquidBacking = "treasuryLiquidBacking", - TreasuryLiquidBackingPerGOhmSynthetic = "treasuryLiquidBackingPerGOhmSynthetic", - TreasuryLiquidBackingPerOhmFloating = "treasuryLiquidBackingPerOhmFloating", - TreasuryMarketValue = "treasuryMarketValue", -} - -export type Query = { - __typename?: "Query"; - protocolMetric?: Maybe; - protocolMetrics: Array; - tokenRecord?: Maybe; - tokenRecords: Array; - tokenSupply?: Maybe; - tokenSupplies: Array; - priceSnapshot?: Maybe; - priceSnapshots: Array; - gnosisAuctionRoot?: Maybe; - gnosisAuctionRoots: Array; - gnosisAuction?: Maybe; - gnosisAuctions: Array; - erc20TokenSnapshot?: Maybe; - erc20TokenSnapshots: Array; - balancerPoolSnapshot?: Maybe; - balancerPoolSnapshots: Array; - poolSnapshot?: Maybe; - poolSnapshots: Array; - tokenPriceSnapshot?: Maybe; - tokenPriceSnapshots: Array; - stakingPoolSnapshot?: Maybe; - stakingPoolSnapshots: Array; - /** Access to subgraph metadata */ - _meta?: Maybe<_Meta_>; -}; - -export type QueryProtocolMetricArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryProtocolMetricsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenRecordArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenRecordsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenSupplyArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenSuppliesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionRootArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryErc20TokenSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryErc20TokenSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryBalancerPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryBalancerPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryStakingPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryStakingPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type Query_MetaArgs = { - block?: InputMaybe; -}; - -export type StakingPoolSnapshot = { - __typename?: "StakingPoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - contractAddress: Scalars["Bytes"]; - stakingToken?: Maybe; -}; - -export type StakingPoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - contractAddress?: InputMaybe; - contractAddress_not?: InputMaybe; - contractAddress_gt?: InputMaybe; - contractAddress_lt?: InputMaybe; - contractAddress_gte?: InputMaybe; - contractAddress_lte?: InputMaybe; - contractAddress_in?: InputMaybe>; - contractAddress_not_in?: InputMaybe>; - contractAddress_contains?: InputMaybe; - contractAddress_not_contains?: InputMaybe; - stakingToken?: InputMaybe; - stakingToken_not?: InputMaybe; - stakingToken_gt?: InputMaybe; - stakingToken_lt?: InputMaybe; - stakingToken_gte?: InputMaybe; - stakingToken_lte?: InputMaybe; - stakingToken_in?: InputMaybe>; - stakingToken_not_in?: InputMaybe>; - stakingToken_contains?: InputMaybe; - stakingToken_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum StakingPoolSnapshot_OrderBy { - Id = "id", - Block = "block", - ContractAddress = "contractAddress", - StakingToken = "stakingToken", -} - -export type Subscription = { - __typename?: "Subscription"; - protocolMetric?: Maybe; - protocolMetrics: Array; - tokenRecord?: Maybe; - tokenRecords: Array; - tokenSupply?: Maybe; - tokenSupplies: Array; - priceSnapshot?: Maybe; - priceSnapshots: Array; - gnosisAuctionRoot?: Maybe; - gnosisAuctionRoots: Array; - gnosisAuction?: Maybe; - gnosisAuctions: Array; - erc20TokenSnapshot?: Maybe; - erc20TokenSnapshots: Array; - balancerPoolSnapshot?: Maybe; - balancerPoolSnapshots: Array; - poolSnapshot?: Maybe; - poolSnapshots: Array; - tokenPriceSnapshot?: Maybe; - tokenPriceSnapshots: Array; - stakingPoolSnapshot?: Maybe; - stakingPoolSnapshots: Array; - /** Access to subgraph metadata */ - _meta?: Maybe<_Meta_>; -}; - -export type SubscriptionProtocolMetricArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionProtocolMetricsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenRecordArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenRecordsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenSupplyArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenSuppliesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionRootArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionErc20TokenSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionErc20TokenSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionBalancerPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionBalancerPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionStakingPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionStakingPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type Subscription_MetaArgs = { - block?: InputMaybe; -}; - -export type TokenPriceSnapshot = { - __typename?: "TokenPriceSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - token: Scalars["Bytes"]; - price: Scalars["BigDecimal"]; -}; - -export type TokenPriceSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_not_contains?: InputMaybe; - price?: InputMaybe; - price_not?: InputMaybe; - price_gt?: InputMaybe; - price_lt?: InputMaybe; - price_gte?: InputMaybe; - price_lte?: InputMaybe; - price_in?: InputMaybe>; - price_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenPriceSnapshot_OrderBy { - Id = "id", - Block = "block", - Token = "token", - Price = "price", -} - -export type TokenRecord = { - __typename?: "TokenRecord"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - token: Scalars["String"]; - tokenAddress: Scalars["String"]; - source: Scalars["String"]; - sourceAddress: Scalars["String"]; - rate: Scalars["BigDecimal"]; - balance: Scalars["BigDecimal"]; - multiplier: Scalars["BigDecimal"]; - value: Scalars["BigDecimal"]; - valueExcludingOhm: Scalars["BigDecimal"]; - category: Scalars["String"]; - isLiquid: Scalars["Boolean"]; - isBluechip: Scalars["Boolean"]; - blockchain: Scalars["String"]; -}; - -export type TokenRecord_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - tokenAddress?: InputMaybe; - tokenAddress_not?: InputMaybe; - tokenAddress_gt?: InputMaybe; - tokenAddress_lt?: InputMaybe; - tokenAddress_gte?: InputMaybe; - tokenAddress_lte?: InputMaybe; - tokenAddress_in?: InputMaybe>; - tokenAddress_not_in?: InputMaybe>; - tokenAddress_contains?: InputMaybe; - tokenAddress_contains_nocase?: InputMaybe; - tokenAddress_not_contains?: InputMaybe; - tokenAddress_not_contains_nocase?: InputMaybe; - tokenAddress_starts_with?: InputMaybe; - tokenAddress_starts_with_nocase?: InputMaybe; - tokenAddress_not_starts_with?: InputMaybe; - tokenAddress_not_starts_with_nocase?: InputMaybe; - tokenAddress_ends_with?: InputMaybe; - tokenAddress_ends_with_nocase?: InputMaybe; - tokenAddress_not_ends_with?: InputMaybe; - tokenAddress_not_ends_with_nocase?: InputMaybe; - source?: InputMaybe; - source_not?: InputMaybe; - source_gt?: InputMaybe; - source_lt?: InputMaybe; - source_gte?: InputMaybe; - source_lte?: InputMaybe; - source_in?: InputMaybe>; - source_not_in?: InputMaybe>; - source_contains?: InputMaybe; - source_contains_nocase?: InputMaybe; - source_not_contains?: InputMaybe; - source_not_contains_nocase?: InputMaybe; - source_starts_with?: InputMaybe; - source_starts_with_nocase?: InputMaybe; - source_not_starts_with?: InputMaybe; - source_not_starts_with_nocase?: InputMaybe; - source_ends_with?: InputMaybe; - source_ends_with_nocase?: InputMaybe; - source_not_ends_with?: InputMaybe; - source_not_ends_with_nocase?: InputMaybe; - sourceAddress?: InputMaybe; - sourceAddress_not?: InputMaybe; - sourceAddress_gt?: InputMaybe; - sourceAddress_lt?: InputMaybe; - sourceAddress_gte?: InputMaybe; - sourceAddress_lte?: InputMaybe; - sourceAddress_in?: InputMaybe>; - sourceAddress_not_in?: InputMaybe>; - sourceAddress_contains?: InputMaybe; - sourceAddress_contains_nocase?: InputMaybe; - sourceAddress_not_contains?: InputMaybe; - sourceAddress_not_contains_nocase?: InputMaybe; - sourceAddress_starts_with?: InputMaybe; - sourceAddress_starts_with_nocase?: InputMaybe; - sourceAddress_not_starts_with?: InputMaybe; - sourceAddress_not_starts_with_nocase?: InputMaybe; - sourceAddress_ends_with?: InputMaybe; - sourceAddress_ends_with_nocase?: InputMaybe; - sourceAddress_not_ends_with?: InputMaybe; - sourceAddress_not_ends_with_nocase?: InputMaybe; - rate?: InputMaybe; - rate_not?: InputMaybe; - rate_gt?: InputMaybe; - rate_lt?: InputMaybe; - rate_gte?: InputMaybe; - rate_lte?: InputMaybe; - rate_in?: InputMaybe>; - rate_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - multiplier?: InputMaybe; - multiplier_not?: InputMaybe; - multiplier_gt?: InputMaybe; - multiplier_lt?: InputMaybe; - multiplier_gte?: InputMaybe; - multiplier_lte?: InputMaybe; - multiplier_in?: InputMaybe>; - multiplier_not_in?: InputMaybe>; - value?: InputMaybe; - value_not?: InputMaybe; - value_gt?: InputMaybe; - value_lt?: InputMaybe; - value_gte?: InputMaybe; - value_lte?: InputMaybe; - value_in?: InputMaybe>; - value_not_in?: InputMaybe>; - valueExcludingOhm?: InputMaybe; - valueExcludingOhm_not?: InputMaybe; - valueExcludingOhm_gt?: InputMaybe; - valueExcludingOhm_lt?: InputMaybe; - valueExcludingOhm_gte?: InputMaybe; - valueExcludingOhm_lte?: InputMaybe; - valueExcludingOhm_in?: InputMaybe>; - valueExcludingOhm_not_in?: InputMaybe>; - category?: InputMaybe; - category_not?: InputMaybe; - category_gt?: InputMaybe; - category_lt?: InputMaybe; - category_gte?: InputMaybe; - category_lte?: InputMaybe; - category_in?: InputMaybe>; - category_not_in?: InputMaybe>; - category_contains?: InputMaybe; - category_contains_nocase?: InputMaybe; - category_not_contains?: InputMaybe; - category_not_contains_nocase?: InputMaybe; - category_starts_with?: InputMaybe; - category_starts_with_nocase?: InputMaybe; - category_not_starts_with?: InputMaybe; - category_not_starts_with_nocase?: InputMaybe; - category_ends_with?: InputMaybe; - category_ends_with_nocase?: InputMaybe; - category_not_ends_with?: InputMaybe; - category_not_ends_with_nocase?: InputMaybe; - isLiquid?: InputMaybe; - isLiquid_not?: InputMaybe; - isLiquid_in?: InputMaybe>; - isLiquid_not_in?: InputMaybe>; - isBluechip?: InputMaybe; - isBluechip_not?: InputMaybe; - isBluechip_in?: InputMaybe>; - isBluechip_not_in?: InputMaybe>; - blockchain?: InputMaybe; - blockchain_not?: InputMaybe; - blockchain_gt?: InputMaybe; - blockchain_lt?: InputMaybe; - blockchain_gte?: InputMaybe; - blockchain_lte?: InputMaybe; - blockchain_in?: InputMaybe>; - blockchain_not_in?: InputMaybe>; - blockchain_contains?: InputMaybe; - blockchain_contains_nocase?: InputMaybe; - blockchain_not_contains?: InputMaybe; - blockchain_not_contains_nocase?: InputMaybe; - blockchain_starts_with?: InputMaybe; - blockchain_starts_with_nocase?: InputMaybe; - blockchain_not_starts_with?: InputMaybe; - blockchain_not_starts_with_nocase?: InputMaybe; - blockchain_ends_with?: InputMaybe; - blockchain_ends_with_nocase?: InputMaybe; - blockchain_not_ends_with?: InputMaybe; - blockchain_not_ends_with_nocase?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenRecord_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - Token = "token", - TokenAddress = "tokenAddress", - Source = "source", - SourceAddress = "sourceAddress", - Rate = "rate", - Balance = "balance", - Multiplier = "multiplier", - Value = "value", - ValueExcludingOhm = "valueExcludingOhm", - Category = "category", - IsLiquid = "isLiquid", - IsBluechip = "isBluechip", - Blockchain = "blockchain", -} - -export type TokenSupply = { - __typename?: "TokenSupply"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - token: Scalars["String"]; - tokenAddress: Scalars["String"]; - pool?: Maybe; - poolAddress?: Maybe; - source?: Maybe; - sourceAddress?: Maybe; - type: Scalars["String"]; - balance: Scalars["BigDecimal"]; - supplyBalance: Scalars["BigDecimal"]; -}; - -export type TokenSupply_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - tokenAddress?: InputMaybe; - tokenAddress_not?: InputMaybe; - tokenAddress_gt?: InputMaybe; - tokenAddress_lt?: InputMaybe; - tokenAddress_gte?: InputMaybe; - tokenAddress_lte?: InputMaybe; - tokenAddress_in?: InputMaybe>; - tokenAddress_not_in?: InputMaybe>; - tokenAddress_contains?: InputMaybe; - tokenAddress_contains_nocase?: InputMaybe; - tokenAddress_not_contains?: InputMaybe; - tokenAddress_not_contains_nocase?: InputMaybe; - tokenAddress_starts_with?: InputMaybe; - tokenAddress_starts_with_nocase?: InputMaybe; - tokenAddress_not_starts_with?: InputMaybe; - tokenAddress_not_starts_with_nocase?: InputMaybe; - tokenAddress_ends_with?: InputMaybe; - tokenAddress_ends_with_nocase?: InputMaybe; - tokenAddress_not_ends_with?: InputMaybe; - tokenAddress_not_ends_with_nocase?: InputMaybe; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_contains_nocase?: InputMaybe; - pool_not_contains?: InputMaybe; - pool_not_contains_nocase?: InputMaybe; - pool_starts_with?: InputMaybe; - pool_starts_with_nocase?: InputMaybe; - pool_not_starts_with?: InputMaybe; - pool_not_starts_with_nocase?: InputMaybe; - pool_ends_with?: InputMaybe; - pool_ends_with_nocase?: InputMaybe; - pool_not_ends_with?: InputMaybe; - pool_not_ends_with_nocase?: InputMaybe; - poolAddress?: InputMaybe; - poolAddress_not?: InputMaybe; - poolAddress_gt?: InputMaybe; - poolAddress_lt?: InputMaybe; - poolAddress_gte?: InputMaybe; - poolAddress_lte?: InputMaybe; - poolAddress_in?: InputMaybe>; - poolAddress_not_in?: InputMaybe>; - poolAddress_contains?: InputMaybe; - poolAddress_contains_nocase?: InputMaybe; - poolAddress_not_contains?: InputMaybe; - poolAddress_not_contains_nocase?: InputMaybe; - poolAddress_starts_with?: InputMaybe; - poolAddress_starts_with_nocase?: InputMaybe; - poolAddress_not_starts_with?: InputMaybe; - poolAddress_not_starts_with_nocase?: InputMaybe; - poolAddress_ends_with?: InputMaybe; - poolAddress_ends_with_nocase?: InputMaybe; - poolAddress_not_ends_with?: InputMaybe; - poolAddress_not_ends_with_nocase?: InputMaybe; - source?: InputMaybe; - source_not?: InputMaybe; - source_gt?: InputMaybe; - source_lt?: InputMaybe; - source_gte?: InputMaybe; - source_lte?: InputMaybe; - source_in?: InputMaybe>; - source_not_in?: InputMaybe>; - source_contains?: InputMaybe; - source_contains_nocase?: InputMaybe; - source_not_contains?: InputMaybe; - source_not_contains_nocase?: InputMaybe; - source_starts_with?: InputMaybe; - source_starts_with_nocase?: InputMaybe; - source_not_starts_with?: InputMaybe; - source_not_starts_with_nocase?: InputMaybe; - source_ends_with?: InputMaybe; - source_ends_with_nocase?: InputMaybe; - source_not_ends_with?: InputMaybe; - source_not_ends_with_nocase?: InputMaybe; - sourceAddress?: InputMaybe; - sourceAddress_not?: InputMaybe; - sourceAddress_gt?: InputMaybe; - sourceAddress_lt?: InputMaybe; - sourceAddress_gte?: InputMaybe; - sourceAddress_lte?: InputMaybe; - sourceAddress_in?: InputMaybe>; - sourceAddress_not_in?: InputMaybe>; - sourceAddress_contains?: InputMaybe; - sourceAddress_contains_nocase?: InputMaybe; - sourceAddress_not_contains?: InputMaybe; - sourceAddress_not_contains_nocase?: InputMaybe; - sourceAddress_starts_with?: InputMaybe; - sourceAddress_starts_with_nocase?: InputMaybe; - sourceAddress_not_starts_with?: InputMaybe; - sourceAddress_not_starts_with_nocase?: InputMaybe; - sourceAddress_ends_with?: InputMaybe; - sourceAddress_ends_with_nocase?: InputMaybe; - sourceAddress_not_ends_with?: InputMaybe; - sourceAddress_not_ends_with_nocase?: InputMaybe; - type?: InputMaybe; - type_not?: InputMaybe; - type_gt?: InputMaybe; - type_lt?: InputMaybe; - type_gte?: InputMaybe; - type_lte?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; - type_contains?: InputMaybe; - type_contains_nocase?: InputMaybe; - type_not_contains?: InputMaybe; - type_not_contains_nocase?: InputMaybe; - type_starts_with?: InputMaybe; - type_starts_with_nocase?: InputMaybe; - type_not_starts_with?: InputMaybe; - type_not_starts_with_nocase?: InputMaybe; - type_ends_with?: InputMaybe; - type_ends_with_nocase?: InputMaybe; - type_not_ends_with?: InputMaybe; - type_not_ends_with_nocase?: InputMaybe; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - supplyBalance?: InputMaybe; - supplyBalance_not?: InputMaybe; - supplyBalance_gt?: InputMaybe; - supplyBalance_lt?: InputMaybe; - supplyBalance_gte?: InputMaybe; - supplyBalance_lte?: InputMaybe; - supplyBalance_in?: InputMaybe>; - supplyBalance_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenSupply_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - Token = "token", - TokenAddress = "tokenAddress", - Pool = "pool", - PoolAddress = "poolAddress", - Source = "source", - SourceAddress = "sourceAddress", - Type = "type", - Balance = "balance", - SupplyBalance = "supplyBalance", -} - -export type _Block_ = { - __typename?: "_Block_"; - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars["Int"]; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type _Meta_ = { - __typename?: "_Meta_"; - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: _Block_; - /** The deployment ID */ - deployment: Scalars["String"]; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars["Boolean"]; -}; - -export enum _SubgraphErrorPolicy_ { - /** Data will be returned even if the subgraph has indexing errors */ - Allow = "allow", - /** If the subgraph has indexing errors, data will be omitted. The default. */ - Deny = "deny", -} diff --git a/function/generated/Treasury_Arbitrum/QmNQfMN2GjnGYx2mGo92gAc7z47fMbTMRR9M1gGEUjLZHX/TokenRecord/TokenRecord.jsonschema b/function/generated/Treasury_Arbitrum/QmNQfMN2GjnGYx2mGo92gAc7z47fMbTMRR9M1gGEUjLZHX/TokenRecord/TokenRecord.jsonschema deleted file mode 100644 index d22d846..0000000 --- a/function/generated/Treasury_Arbitrum/QmNQfMN2GjnGYx2mGo92gAc7z47fMbTMRR9M1gGEUjLZHX/TokenRecord/TokenRecord.jsonschema +++ /dev/null @@ -1,62 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "type": "object", - "properties": { - "__typename": { - "type": "string", - "const": "TokenRecord" - }, - "id": { - "type": "string" - }, - "block": { - "type": "string" - }, - "timestamp": { - "type": "string" - }, - "date": { - "type": "string" - }, - "token": { - "type": "string" - }, - "tokenAddress": { - "type": "string" - }, - "source": { - "type": "string" - }, - "sourceAddress": { - "type": "string" - }, - "rate": { - "type": "string" - }, - "balance": { - "type": "string" - }, - "multiplier": { - "type": "string" - }, - "value": { - "type": "string" - }, - "valueExcludingOhm": { - "type": "string" - }, - "category": { - "type": "string" - }, - "isLiquid": { - "type": "boolean" - }, - "isBluechip": { - "type": "boolean" - }, - "blockchain": { - "type": "string" - } - }, - "additionalProperties": false -} \ No newline at end of file diff --git a/function/generated/Treasury_Arbitrum/QmNQfMN2GjnGYx2mGo92gAc7z47fMbTMRR9M1gGEUjLZHX/TokenRecord/TokenRecord_schema.json b/function/generated/Treasury_Arbitrum/QmNQfMN2GjnGYx2mGo92gAc7z47fMbTMRR9M1gGEUjLZHX/TokenRecord/TokenRecord_schema.json deleted file mode 100644 index a767ca4..0000000 --- a/function/generated/Treasury_Arbitrum/QmNQfMN2GjnGYx2mGo92gAc7z47fMbTMRR9M1gGEUjLZHX/TokenRecord/TokenRecord_schema.json +++ /dev/null @@ -1,92 +0,0 @@ -[ - { - "name": "__typename", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "id", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "block", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "timestamp", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "date", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "token", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "tokenAddress", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "source", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "sourceAddress", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "rate", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "balance", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "multiplier", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "value", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "valueExcludingOhm", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "category", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "isLiquid", - "type": "BOOLEAN", - "mode": "NULLABLE" - }, - { - "name": "isBluechip", - "type": "BOOLEAN", - "mode": "NULLABLE" - }, - { - "name": "blockchain", - "type": "STRING", - "mode": "NULLABLE" - } -] diff --git a/function/generated/Treasury_Arbitrum/QmNQfMN2GjnGYx2mGo92gAc7z47fMbTMRR9M1gGEUjLZHX/TokenRecord/TokenRecord_types.ts b/function/generated/Treasury_Arbitrum/QmNQfMN2GjnGYx2mGo92gAc7z47fMbTMRR9M1gGEUjLZHX/TokenRecord/TokenRecord_types.ts deleted file mode 100644 index 25fd65c..0000000 --- a/function/generated/Treasury_Arbitrum/QmNQfMN2GjnGYx2mGo92gAc7z47fMbTMRR9M1gGEUjLZHX/TokenRecord/TokenRecord_types.ts +++ /dev/null @@ -1,1827 +0,0 @@ -export type Maybe = T | null | undefined; -export type InputMaybe = T | null | undefined; -export type Exact = { [K in keyof T]: T[K] }; -export type MakeOptional = Omit & { [SubKey in K]?: Maybe }; -export type MakeMaybe = Omit & { [SubKey in K]: Maybe }; -/** All built-in and custom scalars, mapped to their actual values */ -export type Scalars = { - ID: string; - String: string; - Boolean: boolean; - Int: number; - Float: number; - BigDecimal: string; - BigInt: string; - Bytes: string; - /** - * 8 bytes signed integer - * - */ - Int8: string; - /** - * A string representation of microseconds UNIX timestamp (16 digits) - * - */ - Timestamp: string; -}; - -export enum Aggregation_Interval { - Hour = "hour", - Day = "day", -} - -export type BalancerPoolSnapshot = { - __typename?: "BalancerPoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - pool: Scalars["Bytes"]; - poolToken: Scalars["Bytes"]; - decimals: Scalars["Int"]; - totalSupply: Scalars["BigDecimal"]; - tokens: Array; - balances: Array; - weights: Array; -}; - -export type BalancerPoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_not_contains?: InputMaybe; - poolToken?: InputMaybe; - poolToken_not?: InputMaybe; - poolToken_gt?: InputMaybe; - poolToken_lt?: InputMaybe; - poolToken_gte?: InputMaybe; - poolToken_lte?: InputMaybe; - poolToken_in?: InputMaybe>; - poolToken_not_in?: InputMaybe>; - poolToken_contains?: InputMaybe; - poolToken_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - tokens?: InputMaybe>; - tokens_not?: InputMaybe>; - tokens_contains?: InputMaybe>; - tokens_contains_nocase?: InputMaybe>; - tokens_not_contains?: InputMaybe>; - tokens_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - weights?: InputMaybe>; - weights_not?: InputMaybe>; - weights_contains?: InputMaybe>; - weights_contains_nocase?: InputMaybe>; - weights_not_contains?: InputMaybe>; - weights_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum BalancerPoolSnapshot_OrderBy { - Id = "id", - Block = "block", - Pool = "pool", - PoolToken = "poolToken", - Decimals = "decimals", - TotalSupply = "totalSupply", - Tokens = "tokens", - Balances = "balances", - Weights = "weights", -} - -export type BlockChangedFilter = { - number_gte: Scalars["Int"]; -}; - -export type Block_Height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type Erc20TokenSnapshot = { - __typename?: "ERC20TokenSnapshot"; - id: Scalars["Bytes"]; - address: Scalars["Bytes"]; - decimals: Scalars["Int"]; - totalSupply?: Maybe; -}; - -export type Erc20TokenSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum Erc20TokenSnapshot_OrderBy { - Id = "id", - Address = "address", - Decimals = "decimals", - TotalSupply = "totalSupply", -} - -export type GnosisAuction = { - __typename?: "GnosisAuction"; - id: Scalars["ID"]; - auctionOpenTimestamp: Scalars["BigInt"]; - payoutCapacity: Scalars["BigDecimal"]; - termSeconds: Scalars["BigInt"]; - bidQuantity?: Maybe; - auctionCloseTimestamp?: Maybe; -}; - -export type GnosisAuctionRoot = { - __typename?: "GnosisAuctionRoot"; - id: Scalars["ID"]; - markets: Array; -}; - -export type GnosisAuctionRoot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - markets?: InputMaybe>; - markets_not?: InputMaybe>; - markets_contains?: InputMaybe>; - markets_contains_nocase?: InputMaybe>; - markets_not_contains?: InputMaybe>; - markets_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum GnosisAuctionRoot_OrderBy { - Id = "id", - Markets = "markets", -} - -export type GnosisAuction_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - auctionOpenTimestamp?: InputMaybe; - auctionOpenTimestamp_not?: InputMaybe; - auctionOpenTimestamp_gt?: InputMaybe; - auctionOpenTimestamp_lt?: InputMaybe; - auctionOpenTimestamp_gte?: InputMaybe; - auctionOpenTimestamp_lte?: InputMaybe; - auctionOpenTimestamp_in?: InputMaybe>; - auctionOpenTimestamp_not_in?: InputMaybe>; - payoutCapacity?: InputMaybe; - payoutCapacity_not?: InputMaybe; - payoutCapacity_gt?: InputMaybe; - payoutCapacity_lt?: InputMaybe; - payoutCapacity_gte?: InputMaybe; - payoutCapacity_lte?: InputMaybe; - payoutCapacity_in?: InputMaybe>; - payoutCapacity_not_in?: InputMaybe>; - termSeconds?: InputMaybe; - termSeconds_not?: InputMaybe; - termSeconds_gt?: InputMaybe; - termSeconds_lt?: InputMaybe; - termSeconds_gte?: InputMaybe; - termSeconds_lte?: InputMaybe; - termSeconds_in?: InputMaybe>; - termSeconds_not_in?: InputMaybe>; - bidQuantity?: InputMaybe; - bidQuantity_not?: InputMaybe; - bidQuantity_gt?: InputMaybe; - bidQuantity_lt?: InputMaybe; - bidQuantity_gte?: InputMaybe; - bidQuantity_lte?: InputMaybe; - bidQuantity_in?: InputMaybe>; - bidQuantity_not_in?: InputMaybe>; - auctionCloseTimestamp?: InputMaybe; - auctionCloseTimestamp_not?: InputMaybe; - auctionCloseTimestamp_gt?: InputMaybe; - auctionCloseTimestamp_lt?: InputMaybe; - auctionCloseTimestamp_gte?: InputMaybe; - auctionCloseTimestamp_lte?: InputMaybe; - auctionCloseTimestamp_in?: InputMaybe>; - auctionCloseTimestamp_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum GnosisAuction_OrderBy { - Id = "id", - AuctionOpenTimestamp = "auctionOpenTimestamp", - PayoutCapacity = "payoutCapacity", - TermSeconds = "termSeconds", - BidQuantity = "bidQuantity", - AuctionCloseTimestamp = "auctionCloseTimestamp", -} - -/** Defines the order direction, either ascending or descending */ -export enum OrderDirection { - Asc = "asc", - Desc = "desc", -} - -export type PoolSnapshot = { - __typename?: "PoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - pool: Scalars["Bytes"]; - poolToken?: Maybe; - decimals: Scalars["Int"]; - totalSupply: Scalars["BigDecimal"]; - tokens: Array; - balances: Array; - weights?: Maybe>; -}; - -export type PoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_not_contains?: InputMaybe; - poolToken?: InputMaybe; - poolToken_not?: InputMaybe; - poolToken_gt?: InputMaybe; - poolToken_lt?: InputMaybe; - poolToken_gte?: InputMaybe; - poolToken_lte?: InputMaybe; - poolToken_in?: InputMaybe>; - poolToken_not_in?: InputMaybe>; - poolToken_contains?: InputMaybe; - poolToken_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - tokens?: InputMaybe>; - tokens_not?: InputMaybe>; - tokens_contains?: InputMaybe>; - tokens_contains_nocase?: InputMaybe>; - tokens_not_contains?: InputMaybe>; - tokens_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - weights?: InputMaybe>; - weights_not?: InputMaybe>; - weights_contains?: InputMaybe>; - weights_contains_nocase?: InputMaybe>; - weights_not_contains?: InputMaybe>; - weights_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum PoolSnapshot_OrderBy { - Id = "id", - Block = "block", - Pool = "pool", - PoolToken = "poolToken", - Decimals = "decimals", - TotalSupply = "totalSupply", - Tokens = "tokens", - Balances = "balances", - Weights = "weights", -} - -export type PriceSnapshot = { - __typename?: "PriceSnapshot"; - id: Scalars["ID"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - priceOhm: Scalars["BigDecimal"]; - priceGOhm: Scalars["BigDecimal"]; -}; - -export type PriceSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - priceOhm?: InputMaybe; - priceOhm_not?: InputMaybe; - priceOhm_gt?: InputMaybe; - priceOhm_lt?: InputMaybe; - priceOhm_gte?: InputMaybe; - priceOhm_lte?: InputMaybe; - priceOhm_in?: InputMaybe>; - priceOhm_not_in?: InputMaybe>; - priceGOhm?: InputMaybe; - priceGOhm_not?: InputMaybe; - priceGOhm_gt?: InputMaybe; - priceGOhm_lt?: InputMaybe; - priceGOhm_gte?: InputMaybe; - priceGOhm_lte?: InputMaybe; - priceGOhm_in?: InputMaybe>; - priceGOhm_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum PriceSnapshot_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - PriceOhm = "priceOhm", - PriceGOhm = "priceGOhm", -} - -export type ProtocolMetric = { - __typename?: "ProtocolMetric"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - currentAPY: Scalars["BigDecimal"]; - currentIndex: Scalars["BigDecimal"]; - date: Scalars["String"]; - gOhmPrice: Scalars["BigDecimal"]; - gOhmSyntheticSupply?: Maybe; - gOhmTotalSupply: Scalars["BigDecimal"]; - marketCap?: Maybe; - nextDistributedOhm: Scalars["BigDecimal"]; - nextEpochRebase: Scalars["BigDecimal"]; - ohmCirculatingSupply?: Maybe; - ohmFloatingSupply?: Maybe; - ohmPrice: Scalars["BigDecimal"]; - ohmTotalSupply: Scalars["BigDecimal"]; - sOhmCirculatingSupply: Scalars["BigDecimal"]; - timestamp: Scalars["BigInt"]; - totalValueLocked: Scalars["BigDecimal"]; - treasuryLiquidBacking?: Maybe; - treasuryLiquidBackingPerGOhmSynthetic?: Maybe; - treasuryLiquidBackingPerOhmFloating?: Maybe; - treasuryMarketValue?: Maybe; -}; - -export type ProtocolMetric_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - currentAPY?: InputMaybe; - currentAPY_not?: InputMaybe; - currentAPY_gt?: InputMaybe; - currentAPY_lt?: InputMaybe; - currentAPY_gte?: InputMaybe; - currentAPY_lte?: InputMaybe; - currentAPY_in?: InputMaybe>; - currentAPY_not_in?: InputMaybe>; - currentIndex?: InputMaybe; - currentIndex_not?: InputMaybe; - currentIndex_gt?: InputMaybe; - currentIndex_lt?: InputMaybe; - currentIndex_gte?: InputMaybe; - currentIndex_lte?: InputMaybe; - currentIndex_in?: InputMaybe>; - currentIndex_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - gOhmPrice?: InputMaybe; - gOhmPrice_not?: InputMaybe; - gOhmPrice_gt?: InputMaybe; - gOhmPrice_lt?: InputMaybe; - gOhmPrice_gte?: InputMaybe; - gOhmPrice_lte?: InputMaybe; - gOhmPrice_in?: InputMaybe>; - gOhmPrice_not_in?: InputMaybe>; - gOhmSyntheticSupply?: InputMaybe; - gOhmSyntheticSupply_not?: InputMaybe; - gOhmSyntheticSupply_gt?: InputMaybe; - gOhmSyntheticSupply_lt?: InputMaybe; - gOhmSyntheticSupply_gte?: InputMaybe; - gOhmSyntheticSupply_lte?: InputMaybe; - gOhmSyntheticSupply_in?: InputMaybe>; - gOhmSyntheticSupply_not_in?: InputMaybe>; - gOhmTotalSupply?: InputMaybe; - gOhmTotalSupply_not?: InputMaybe; - gOhmTotalSupply_gt?: InputMaybe; - gOhmTotalSupply_lt?: InputMaybe; - gOhmTotalSupply_gte?: InputMaybe; - gOhmTotalSupply_lte?: InputMaybe; - gOhmTotalSupply_in?: InputMaybe>; - gOhmTotalSupply_not_in?: InputMaybe>; - marketCap?: InputMaybe; - marketCap_not?: InputMaybe; - marketCap_gt?: InputMaybe; - marketCap_lt?: InputMaybe; - marketCap_gte?: InputMaybe; - marketCap_lte?: InputMaybe; - marketCap_in?: InputMaybe>; - marketCap_not_in?: InputMaybe>; - nextDistributedOhm?: InputMaybe; - nextDistributedOhm_not?: InputMaybe; - nextDistributedOhm_gt?: InputMaybe; - nextDistributedOhm_lt?: InputMaybe; - nextDistributedOhm_gte?: InputMaybe; - nextDistributedOhm_lte?: InputMaybe; - nextDistributedOhm_in?: InputMaybe>; - nextDistributedOhm_not_in?: InputMaybe>; - nextEpochRebase?: InputMaybe; - nextEpochRebase_not?: InputMaybe; - nextEpochRebase_gt?: InputMaybe; - nextEpochRebase_lt?: InputMaybe; - nextEpochRebase_gte?: InputMaybe; - nextEpochRebase_lte?: InputMaybe; - nextEpochRebase_in?: InputMaybe>; - nextEpochRebase_not_in?: InputMaybe>; - ohmCirculatingSupply?: InputMaybe; - ohmCirculatingSupply_not?: InputMaybe; - ohmCirculatingSupply_gt?: InputMaybe; - ohmCirculatingSupply_lt?: InputMaybe; - ohmCirculatingSupply_gte?: InputMaybe; - ohmCirculatingSupply_lte?: InputMaybe; - ohmCirculatingSupply_in?: InputMaybe>; - ohmCirculatingSupply_not_in?: InputMaybe>; - ohmFloatingSupply?: InputMaybe; - ohmFloatingSupply_not?: InputMaybe; - ohmFloatingSupply_gt?: InputMaybe; - ohmFloatingSupply_lt?: InputMaybe; - ohmFloatingSupply_gte?: InputMaybe; - ohmFloatingSupply_lte?: InputMaybe; - ohmFloatingSupply_in?: InputMaybe>; - ohmFloatingSupply_not_in?: InputMaybe>; - ohmPrice?: InputMaybe; - ohmPrice_not?: InputMaybe; - ohmPrice_gt?: InputMaybe; - ohmPrice_lt?: InputMaybe; - ohmPrice_gte?: InputMaybe; - ohmPrice_lte?: InputMaybe; - ohmPrice_in?: InputMaybe>; - ohmPrice_not_in?: InputMaybe>; - ohmTotalSupply?: InputMaybe; - ohmTotalSupply_not?: InputMaybe; - ohmTotalSupply_gt?: InputMaybe; - ohmTotalSupply_lt?: InputMaybe; - ohmTotalSupply_gte?: InputMaybe; - ohmTotalSupply_lte?: InputMaybe; - ohmTotalSupply_in?: InputMaybe>; - ohmTotalSupply_not_in?: InputMaybe>; - sOhmCirculatingSupply?: InputMaybe; - sOhmCirculatingSupply_not?: InputMaybe; - sOhmCirculatingSupply_gt?: InputMaybe; - sOhmCirculatingSupply_lt?: InputMaybe; - sOhmCirculatingSupply_gte?: InputMaybe; - sOhmCirculatingSupply_lte?: InputMaybe; - sOhmCirculatingSupply_in?: InputMaybe>; - sOhmCirculatingSupply_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - totalValueLocked?: InputMaybe; - totalValueLocked_not?: InputMaybe; - totalValueLocked_gt?: InputMaybe; - totalValueLocked_lt?: InputMaybe; - totalValueLocked_gte?: InputMaybe; - totalValueLocked_lte?: InputMaybe; - totalValueLocked_in?: InputMaybe>; - totalValueLocked_not_in?: InputMaybe>; - treasuryLiquidBacking?: InputMaybe; - treasuryLiquidBacking_not?: InputMaybe; - treasuryLiquidBacking_gt?: InputMaybe; - treasuryLiquidBacking_lt?: InputMaybe; - treasuryLiquidBacking_gte?: InputMaybe; - treasuryLiquidBacking_lte?: InputMaybe; - treasuryLiquidBacking_in?: InputMaybe>; - treasuryLiquidBacking_not_in?: InputMaybe>; - treasuryLiquidBackingPerGOhmSynthetic?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_not?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_gt?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_lt?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_gte?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_lte?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_in?: InputMaybe>; - treasuryLiquidBackingPerGOhmSynthetic_not_in?: InputMaybe>; - treasuryLiquidBackingPerOhmFloating?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_not?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_gt?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_lt?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_gte?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_lte?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_in?: InputMaybe>; - treasuryLiquidBackingPerOhmFloating_not_in?: InputMaybe>; - treasuryMarketValue?: InputMaybe; - treasuryMarketValue_not?: InputMaybe; - treasuryMarketValue_gt?: InputMaybe; - treasuryMarketValue_lt?: InputMaybe; - treasuryMarketValue_gte?: InputMaybe; - treasuryMarketValue_lte?: InputMaybe; - treasuryMarketValue_in?: InputMaybe>; - treasuryMarketValue_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum ProtocolMetric_OrderBy { - Id = "id", - Block = "block", - CurrentApy = "currentAPY", - CurrentIndex = "currentIndex", - Date = "date", - GOhmPrice = "gOhmPrice", - GOhmSyntheticSupply = "gOhmSyntheticSupply", - GOhmTotalSupply = "gOhmTotalSupply", - MarketCap = "marketCap", - NextDistributedOhm = "nextDistributedOhm", - NextEpochRebase = "nextEpochRebase", - OhmCirculatingSupply = "ohmCirculatingSupply", - OhmFloatingSupply = "ohmFloatingSupply", - OhmPrice = "ohmPrice", - OhmTotalSupply = "ohmTotalSupply", - SOhmCirculatingSupply = "sOhmCirculatingSupply", - Timestamp = "timestamp", - TotalValueLocked = "totalValueLocked", - TreasuryLiquidBacking = "treasuryLiquidBacking", - TreasuryLiquidBackingPerGOhmSynthetic = "treasuryLiquidBackingPerGOhmSynthetic", - TreasuryLiquidBackingPerOhmFloating = "treasuryLiquidBackingPerOhmFloating", - TreasuryMarketValue = "treasuryMarketValue", -} - -export type Query = { - __typename?: "Query"; - protocolMetric?: Maybe; - protocolMetrics: Array; - tokenRecord?: Maybe; - tokenRecords: Array; - tokenSupply?: Maybe; - tokenSupplies: Array; - priceSnapshot?: Maybe; - priceSnapshots: Array; - gnosisAuctionRoot?: Maybe; - gnosisAuctionRoots: Array; - gnosisAuction?: Maybe; - gnosisAuctions: Array; - erc20TokenSnapshot?: Maybe; - erc20TokenSnapshots: Array; - balancerPoolSnapshot?: Maybe; - balancerPoolSnapshots: Array; - poolSnapshot?: Maybe; - poolSnapshots: Array; - tokenPriceSnapshot?: Maybe; - tokenPriceSnapshots: Array; - stakingPoolSnapshot?: Maybe; - stakingPoolSnapshots: Array; - /** Access to subgraph metadata */ - _meta?: Maybe<_Meta_>; -}; - -export type QueryProtocolMetricArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryProtocolMetricsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenRecordArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenRecordsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenSupplyArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenSuppliesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionRootArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryErc20TokenSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryErc20TokenSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryBalancerPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryBalancerPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryStakingPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryStakingPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type Query_MetaArgs = { - block?: InputMaybe; -}; - -export type StakingPoolSnapshot = { - __typename?: "StakingPoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - contractAddress: Scalars["Bytes"]; - stakingToken?: Maybe; -}; - -export type StakingPoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - contractAddress?: InputMaybe; - contractAddress_not?: InputMaybe; - contractAddress_gt?: InputMaybe; - contractAddress_lt?: InputMaybe; - contractAddress_gte?: InputMaybe; - contractAddress_lte?: InputMaybe; - contractAddress_in?: InputMaybe>; - contractAddress_not_in?: InputMaybe>; - contractAddress_contains?: InputMaybe; - contractAddress_not_contains?: InputMaybe; - stakingToken?: InputMaybe; - stakingToken_not?: InputMaybe; - stakingToken_gt?: InputMaybe; - stakingToken_lt?: InputMaybe; - stakingToken_gte?: InputMaybe; - stakingToken_lte?: InputMaybe; - stakingToken_in?: InputMaybe>; - stakingToken_not_in?: InputMaybe>; - stakingToken_contains?: InputMaybe; - stakingToken_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum StakingPoolSnapshot_OrderBy { - Id = "id", - Block = "block", - ContractAddress = "contractAddress", - StakingToken = "stakingToken", -} - -export type Subscription = { - __typename?: "Subscription"; - protocolMetric?: Maybe; - protocolMetrics: Array; - tokenRecord?: Maybe; - tokenRecords: Array; - tokenSupply?: Maybe; - tokenSupplies: Array; - priceSnapshot?: Maybe; - priceSnapshots: Array; - gnosisAuctionRoot?: Maybe; - gnosisAuctionRoots: Array; - gnosisAuction?: Maybe; - gnosisAuctions: Array; - erc20TokenSnapshot?: Maybe; - erc20TokenSnapshots: Array; - balancerPoolSnapshot?: Maybe; - balancerPoolSnapshots: Array; - poolSnapshot?: Maybe; - poolSnapshots: Array; - tokenPriceSnapshot?: Maybe; - tokenPriceSnapshots: Array; - stakingPoolSnapshot?: Maybe; - stakingPoolSnapshots: Array; - /** Access to subgraph metadata */ - _meta?: Maybe<_Meta_>; -}; - -export type SubscriptionProtocolMetricArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionProtocolMetricsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenRecordArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenRecordsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenSupplyArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenSuppliesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionRootArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionErc20TokenSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionErc20TokenSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionBalancerPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionBalancerPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionStakingPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionStakingPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type Subscription_MetaArgs = { - block?: InputMaybe; -}; - -export type TokenPriceSnapshot = { - __typename?: "TokenPriceSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - token: Scalars["Bytes"]; - price: Scalars["BigDecimal"]; -}; - -export type TokenPriceSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_not_contains?: InputMaybe; - price?: InputMaybe; - price_not?: InputMaybe; - price_gt?: InputMaybe; - price_lt?: InputMaybe; - price_gte?: InputMaybe; - price_lte?: InputMaybe; - price_in?: InputMaybe>; - price_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenPriceSnapshot_OrderBy { - Id = "id", - Block = "block", - Token = "token", - Price = "price", -} - -export type TokenRecord = { - __typename?: "TokenRecord"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - token: Scalars["String"]; - tokenAddress: Scalars["String"]; - source: Scalars["String"]; - sourceAddress: Scalars["String"]; - rate: Scalars["BigDecimal"]; - balance: Scalars["BigDecimal"]; - multiplier: Scalars["BigDecimal"]; - value: Scalars["BigDecimal"]; - valueExcludingOhm: Scalars["BigDecimal"]; - category: Scalars["String"]; - isLiquid: Scalars["Boolean"]; - isBluechip: Scalars["Boolean"]; - blockchain: Scalars["String"]; -}; - -export type TokenRecord_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - tokenAddress?: InputMaybe; - tokenAddress_not?: InputMaybe; - tokenAddress_gt?: InputMaybe; - tokenAddress_lt?: InputMaybe; - tokenAddress_gte?: InputMaybe; - tokenAddress_lte?: InputMaybe; - tokenAddress_in?: InputMaybe>; - tokenAddress_not_in?: InputMaybe>; - tokenAddress_contains?: InputMaybe; - tokenAddress_contains_nocase?: InputMaybe; - tokenAddress_not_contains?: InputMaybe; - tokenAddress_not_contains_nocase?: InputMaybe; - tokenAddress_starts_with?: InputMaybe; - tokenAddress_starts_with_nocase?: InputMaybe; - tokenAddress_not_starts_with?: InputMaybe; - tokenAddress_not_starts_with_nocase?: InputMaybe; - tokenAddress_ends_with?: InputMaybe; - tokenAddress_ends_with_nocase?: InputMaybe; - tokenAddress_not_ends_with?: InputMaybe; - tokenAddress_not_ends_with_nocase?: InputMaybe; - source?: InputMaybe; - source_not?: InputMaybe; - source_gt?: InputMaybe; - source_lt?: InputMaybe; - source_gte?: InputMaybe; - source_lte?: InputMaybe; - source_in?: InputMaybe>; - source_not_in?: InputMaybe>; - source_contains?: InputMaybe; - source_contains_nocase?: InputMaybe; - source_not_contains?: InputMaybe; - source_not_contains_nocase?: InputMaybe; - source_starts_with?: InputMaybe; - source_starts_with_nocase?: InputMaybe; - source_not_starts_with?: InputMaybe; - source_not_starts_with_nocase?: InputMaybe; - source_ends_with?: InputMaybe; - source_ends_with_nocase?: InputMaybe; - source_not_ends_with?: InputMaybe; - source_not_ends_with_nocase?: InputMaybe; - sourceAddress?: InputMaybe; - sourceAddress_not?: InputMaybe; - sourceAddress_gt?: InputMaybe; - sourceAddress_lt?: InputMaybe; - sourceAddress_gte?: InputMaybe; - sourceAddress_lte?: InputMaybe; - sourceAddress_in?: InputMaybe>; - sourceAddress_not_in?: InputMaybe>; - sourceAddress_contains?: InputMaybe; - sourceAddress_contains_nocase?: InputMaybe; - sourceAddress_not_contains?: InputMaybe; - sourceAddress_not_contains_nocase?: InputMaybe; - sourceAddress_starts_with?: InputMaybe; - sourceAddress_starts_with_nocase?: InputMaybe; - sourceAddress_not_starts_with?: InputMaybe; - sourceAddress_not_starts_with_nocase?: InputMaybe; - sourceAddress_ends_with?: InputMaybe; - sourceAddress_ends_with_nocase?: InputMaybe; - sourceAddress_not_ends_with?: InputMaybe; - sourceAddress_not_ends_with_nocase?: InputMaybe; - rate?: InputMaybe; - rate_not?: InputMaybe; - rate_gt?: InputMaybe; - rate_lt?: InputMaybe; - rate_gte?: InputMaybe; - rate_lte?: InputMaybe; - rate_in?: InputMaybe>; - rate_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - multiplier?: InputMaybe; - multiplier_not?: InputMaybe; - multiplier_gt?: InputMaybe; - multiplier_lt?: InputMaybe; - multiplier_gte?: InputMaybe; - multiplier_lte?: InputMaybe; - multiplier_in?: InputMaybe>; - multiplier_not_in?: InputMaybe>; - value?: InputMaybe; - value_not?: InputMaybe; - value_gt?: InputMaybe; - value_lt?: InputMaybe; - value_gte?: InputMaybe; - value_lte?: InputMaybe; - value_in?: InputMaybe>; - value_not_in?: InputMaybe>; - valueExcludingOhm?: InputMaybe; - valueExcludingOhm_not?: InputMaybe; - valueExcludingOhm_gt?: InputMaybe; - valueExcludingOhm_lt?: InputMaybe; - valueExcludingOhm_gte?: InputMaybe; - valueExcludingOhm_lte?: InputMaybe; - valueExcludingOhm_in?: InputMaybe>; - valueExcludingOhm_not_in?: InputMaybe>; - category?: InputMaybe; - category_not?: InputMaybe; - category_gt?: InputMaybe; - category_lt?: InputMaybe; - category_gte?: InputMaybe; - category_lte?: InputMaybe; - category_in?: InputMaybe>; - category_not_in?: InputMaybe>; - category_contains?: InputMaybe; - category_contains_nocase?: InputMaybe; - category_not_contains?: InputMaybe; - category_not_contains_nocase?: InputMaybe; - category_starts_with?: InputMaybe; - category_starts_with_nocase?: InputMaybe; - category_not_starts_with?: InputMaybe; - category_not_starts_with_nocase?: InputMaybe; - category_ends_with?: InputMaybe; - category_ends_with_nocase?: InputMaybe; - category_not_ends_with?: InputMaybe; - category_not_ends_with_nocase?: InputMaybe; - isLiquid?: InputMaybe; - isLiquid_not?: InputMaybe; - isLiquid_in?: InputMaybe>; - isLiquid_not_in?: InputMaybe>; - isBluechip?: InputMaybe; - isBluechip_not?: InputMaybe; - isBluechip_in?: InputMaybe>; - isBluechip_not_in?: InputMaybe>; - blockchain?: InputMaybe; - blockchain_not?: InputMaybe; - blockchain_gt?: InputMaybe; - blockchain_lt?: InputMaybe; - blockchain_gte?: InputMaybe; - blockchain_lte?: InputMaybe; - blockchain_in?: InputMaybe>; - blockchain_not_in?: InputMaybe>; - blockchain_contains?: InputMaybe; - blockchain_contains_nocase?: InputMaybe; - blockchain_not_contains?: InputMaybe; - blockchain_not_contains_nocase?: InputMaybe; - blockchain_starts_with?: InputMaybe; - blockchain_starts_with_nocase?: InputMaybe; - blockchain_not_starts_with?: InputMaybe; - blockchain_not_starts_with_nocase?: InputMaybe; - blockchain_ends_with?: InputMaybe; - blockchain_ends_with_nocase?: InputMaybe; - blockchain_not_ends_with?: InputMaybe; - blockchain_not_ends_with_nocase?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenRecord_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - Token = "token", - TokenAddress = "tokenAddress", - Source = "source", - SourceAddress = "sourceAddress", - Rate = "rate", - Balance = "balance", - Multiplier = "multiplier", - Value = "value", - ValueExcludingOhm = "valueExcludingOhm", - Category = "category", - IsLiquid = "isLiquid", - IsBluechip = "isBluechip", - Blockchain = "blockchain", -} - -export type TokenSupply = { - __typename?: "TokenSupply"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - token: Scalars["String"]; - tokenAddress: Scalars["String"]; - pool?: Maybe; - poolAddress?: Maybe; - source?: Maybe; - sourceAddress?: Maybe; - type: Scalars["String"]; - balance: Scalars["BigDecimal"]; - supplyBalance: Scalars["BigDecimal"]; -}; - -export type TokenSupply_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - tokenAddress?: InputMaybe; - tokenAddress_not?: InputMaybe; - tokenAddress_gt?: InputMaybe; - tokenAddress_lt?: InputMaybe; - tokenAddress_gte?: InputMaybe; - tokenAddress_lte?: InputMaybe; - tokenAddress_in?: InputMaybe>; - tokenAddress_not_in?: InputMaybe>; - tokenAddress_contains?: InputMaybe; - tokenAddress_contains_nocase?: InputMaybe; - tokenAddress_not_contains?: InputMaybe; - tokenAddress_not_contains_nocase?: InputMaybe; - tokenAddress_starts_with?: InputMaybe; - tokenAddress_starts_with_nocase?: InputMaybe; - tokenAddress_not_starts_with?: InputMaybe; - tokenAddress_not_starts_with_nocase?: InputMaybe; - tokenAddress_ends_with?: InputMaybe; - tokenAddress_ends_with_nocase?: InputMaybe; - tokenAddress_not_ends_with?: InputMaybe; - tokenAddress_not_ends_with_nocase?: InputMaybe; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_contains_nocase?: InputMaybe; - pool_not_contains?: InputMaybe; - pool_not_contains_nocase?: InputMaybe; - pool_starts_with?: InputMaybe; - pool_starts_with_nocase?: InputMaybe; - pool_not_starts_with?: InputMaybe; - pool_not_starts_with_nocase?: InputMaybe; - pool_ends_with?: InputMaybe; - pool_ends_with_nocase?: InputMaybe; - pool_not_ends_with?: InputMaybe; - pool_not_ends_with_nocase?: InputMaybe; - poolAddress?: InputMaybe; - poolAddress_not?: InputMaybe; - poolAddress_gt?: InputMaybe; - poolAddress_lt?: InputMaybe; - poolAddress_gte?: InputMaybe; - poolAddress_lte?: InputMaybe; - poolAddress_in?: InputMaybe>; - poolAddress_not_in?: InputMaybe>; - poolAddress_contains?: InputMaybe; - poolAddress_contains_nocase?: InputMaybe; - poolAddress_not_contains?: InputMaybe; - poolAddress_not_contains_nocase?: InputMaybe; - poolAddress_starts_with?: InputMaybe; - poolAddress_starts_with_nocase?: InputMaybe; - poolAddress_not_starts_with?: InputMaybe; - poolAddress_not_starts_with_nocase?: InputMaybe; - poolAddress_ends_with?: InputMaybe; - poolAddress_ends_with_nocase?: InputMaybe; - poolAddress_not_ends_with?: InputMaybe; - poolAddress_not_ends_with_nocase?: InputMaybe; - source?: InputMaybe; - source_not?: InputMaybe; - source_gt?: InputMaybe; - source_lt?: InputMaybe; - source_gte?: InputMaybe; - source_lte?: InputMaybe; - source_in?: InputMaybe>; - source_not_in?: InputMaybe>; - source_contains?: InputMaybe; - source_contains_nocase?: InputMaybe; - source_not_contains?: InputMaybe; - source_not_contains_nocase?: InputMaybe; - source_starts_with?: InputMaybe; - source_starts_with_nocase?: InputMaybe; - source_not_starts_with?: InputMaybe; - source_not_starts_with_nocase?: InputMaybe; - source_ends_with?: InputMaybe; - source_ends_with_nocase?: InputMaybe; - source_not_ends_with?: InputMaybe; - source_not_ends_with_nocase?: InputMaybe; - sourceAddress?: InputMaybe; - sourceAddress_not?: InputMaybe; - sourceAddress_gt?: InputMaybe; - sourceAddress_lt?: InputMaybe; - sourceAddress_gte?: InputMaybe; - sourceAddress_lte?: InputMaybe; - sourceAddress_in?: InputMaybe>; - sourceAddress_not_in?: InputMaybe>; - sourceAddress_contains?: InputMaybe; - sourceAddress_contains_nocase?: InputMaybe; - sourceAddress_not_contains?: InputMaybe; - sourceAddress_not_contains_nocase?: InputMaybe; - sourceAddress_starts_with?: InputMaybe; - sourceAddress_starts_with_nocase?: InputMaybe; - sourceAddress_not_starts_with?: InputMaybe; - sourceAddress_not_starts_with_nocase?: InputMaybe; - sourceAddress_ends_with?: InputMaybe; - sourceAddress_ends_with_nocase?: InputMaybe; - sourceAddress_not_ends_with?: InputMaybe; - sourceAddress_not_ends_with_nocase?: InputMaybe; - type?: InputMaybe; - type_not?: InputMaybe; - type_gt?: InputMaybe; - type_lt?: InputMaybe; - type_gte?: InputMaybe; - type_lte?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; - type_contains?: InputMaybe; - type_contains_nocase?: InputMaybe; - type_not_contains?: InputMaybe; - type_not_contains_nocase?: InputMaybe; - type_starts_with?: InputMaybe; - type_starts_with_nocase?: InputMaybe; - type_not_starts_with?: InputMaybe; - type_not_starts_with_nocase?: InputMaybe; - type_ends_with?: InputMaybe; - type_ends_with_nocase?: InputMaybe; - type_not_ends_with?: InputMaybe; - type_not_ends_with_nocase?: InputMaybe; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - supplyBalance?: InputMaybe; - supplyBalance_not?: InputMaybe; - supplyBalance_gt?: InputMaybe; - supplyBalance_lt?: InputMaybe; - supplyBalance_gte?: InputMaybe; - supplyBalance_lte?: InputMaybe; - supplyBalance_in?: InputMaybe>; - supplyBalance_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenSupply_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - Token = "token", - TokenAddress = "tokenAddress", - Pool = "pool", - PoolAddress = "poolAddress", - Source = "source", - SourceAddress = "sourceAddress", - Type = "type", - Balance = "balance", - SupplyBalance = "supplyBalance", -} - -export type _Block_ = { - __typename?: "_Block_"; - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars["Int"]; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type _Meta_ = { - __typename?: "_Meta_"; - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: _Block_; - /** The deployment ID */ - deployment: Scalars["String"]; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars["Boolean"]; -}; - -export enum _SubgraphErrorPolicy_ { - /** Data will be returned even if the subgraph has indexing errors */ - Allow = "allow", - /** If the subgraph has indexing errors, data will be omitted. The default. */ - Deny = "deny", -} diff --git a/function/generated/Treasury_Arbitrum/QmNQfMN2GjnGYx2mGo92gAc7z47fMbTMRR9M1gGEUjLZHX/TokenSupply/TokenSupply.jsonschema b/function/generated/Treasury_Arbitrum/QmNQfMN2GjnGYx2mGo92gAc7z47fMbTMRR9M1gGEUjLZHX/TokenSupply/TokenSupply.jsonschema deleted file mode 100644 index fe05049..0000000 --- a/function/generated/Treasury_Arbitrum/QmNQfMN2GjnGYx2mGo92gAc7z47fMbTMRR9M1gGEUjLZHX/TokenSupply/TokenSupply.jsonschema +++ /dev/null @@ -1,62 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "type": "object", - "properties": { - "__typename": { - "type": "string", - "const": "TokenSupply" - }, - "id": { - "type": "string" - }, - "block": { - "type": "string" - }, - "timestamp": { - "type": "string" - }, - "date": { - "type": "string" - }, - "token": { - "type": "string" - }, - "tokenAddress": { - "type": "string" - }, - "pool": { - "type": [ - "string", - "null" - ] - }, - "poolAddress": { - "type": [ - "string", - "null" - ] - }, - "source": { - "type": [ - "string", - "null" - ] - }, - "sourceAddress": { - "type": [ - "string", - "null" - ] - }, - "type": { - "type": "string" - }, - "balance": { - "type": "string" - }, - "supplyBalance": { - "type": "string" - } - }, - "additionalProperties": false -} \ No newline at end of file diff --git a/function/generated/Treasury_Arbitrum/QmNQfMN2GjnGYx2mGo92gAc7z47fMbTMRR9M1gGEUjLZHX/TokenSupply/TokenSupply_schema.json b/function/generated/Treasury_Arbitrum/QmNQfMN2GjnGYx2mGo92gAc7z47fMbTMRR9M1gGEUjLZHX/TokenSupply/TokenSupply_schema.json deleted file mode 100644 index 87ab73b..0000000 --- a/function/generated/Treasury_Arbitrum/QmNQfMN2GjnGYx2mGo92gAc7z47fMbTMRR9M1gGEUjLZHX/TokenSupply/TokenSupply_schema.json +++ /dev/null @@ -1,72 +0,0 @@ -[ - { - "name": "__typename", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "id", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "block", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "timestamp", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "date", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "token", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "tokenAddress", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "pool", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "poolAddress", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "source", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "sourceAddress", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "type", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "balance", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "supplyBalance", - "type": "STRING", - "mode": "NULLABLE" - } -] diff --git a/function/generated/Treasury_Arbitrum/QmNQfMN2GjnGYx2mGo92gAc7z47fMbTMRR9M1gGEUjLZHX/TokenSupply/TokenSupply_types.ts b/function/generated/Treasury_Arbitrum/QmNQfMN2GjnGYx2mGo92gAc7z47fMbTMRR9M1gGEUjLZHX/TokenSupply/TokenSupply_types.ts deleted file mode 100644 index 25fd65c..0000000 --- a/function/generated/Treasury_Arbitrum/QmNQfMN2GjnGYx2mGo92gAc7z47fMbTMRR9M1gGEUjLZHX/TokenSupply/TokenSupply_types.ts +++ /dev/null @@ -1,1827 +0,0 @@ -export type Maybe = T | null | undefined; -export type InputMaybe = T | null | undefined; -export type Exact = { [K in keyof T]: T[K] }; -export type MakeOptional = Omit & { [SubKey in K]?: Maybe }; -export type MakeMaybe = Omit & { [SubKey in K]: Maybe }; -/** All built-in and custom scalars, mapped to their actual values */ -export type Scalars = { - ID: string; - String: string; - Boolean: boolean; - Int: number; - Float: number; - BigDecimal: string; - BigInt: string; - Bytes: string; - /** - * 8 bytes signed integer - * - */ - Int8: string; - /** - * A string representation of microseconds UNIX timestamp (16 digits) - * - */ - Timestamp: string; -}; - -export enum Aggregation_Interval { - Hour = "hour", - Day = "day", -} - -export type BalancerPoolSnapshot = { - __typename?: "BalancerPoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - pool: Scalars["Bytes"]; - poolToken: Scalars["Bytes"]; - decimals: Scalars["Int"]; - totalSupply: Scalars["BigDecimal"]; - tokens: Array; - balances: Array; - weights: Array; -}; - -export type BalancerPoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_not_contains?: InputMaybe; - poolToken?: InputMaybe; - poolToken_not?: InputMaybe; - poolToken_gt?: InputMaybe; - poolToken_lt?: InputMaybe; - poolToken_gte?: InputMaybe; - poolToken_lte?: InputMaybe; - poolToken_in?: InputMaybe>; - poolToken_not_in?: InputMaybe>; - poolToken_contains?: InputMaybe; - poolToken_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - tokens?: InputMaybe>; - tokens_not?: InputMaybe>; - tokens_contains?: InputMaybe>; - tokens_contains_nocase?: InputMaybe>; - tokens_not_contains?: InputMaybe>; - tokens_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - weights?: InputMaybe>; - weights_not?: InputMaybe>; - weights_contains?: InputMaybe>; - weights_contains_nocase?: InputMaybe>; - weights_not_contains?: InputMaybe>; - weights_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum BalancerPoolSnapshot_OrderBy { - Id = "id", - Block = "block", - Pool = "pool", - PoolToken = "poolToken", - Decimals = "decimals", - TotalSupply = "totalSupply", - Tokens = "tokens", - Balances = "balances", - Weights = "weights", -} - -export type BlockChangedFilter = { - number_gte: Scalars["Int"]; -}; - -export type Block_Height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type Erc20TokenSnapshot = { - __typename?: "ERC20TokenSnapshot"; - id: Scalars["Bytes"]; - address: Scalars["Bytes"]; - decimals: Scalars["Int"]; - totalSupply?: Maybe; -}; - -export type Erc20TokenSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum Erc20TokenSnapshot_OrderBy { - Id = "id", - Address = "address", - Decimals = "decimals", - TotalSupply = "totalSupply", -} - -export type GnosisAuction = { - __typename?: "GnosisAuction"; - id: Scalars["ID"]; - auctionOpenTimestamp: Scalars["BigInt"]; - payoutCapacity: Scalars["BigDecimal"]; - termSeconds: Scalars["BigInt"]; - bidQuantity?: Maybe; - auctionCloseTimestamp?: Maybe; -}; - -export type GnosisAuctionRoot = { - __typename?: "GnosisAuctionRoot"; - id: Scalars["ID"]; - markets: Array; -}; - -export type GnosisAuctionRoot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - markets?: InputMaybe>; - markets_not?: InputMaybe>; - markets_contains?: InputMaybe>; - markets_contains_nocase?: InputMaybe>; - markets_not_contains?: InputMaybe>; - markets_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum GnosisAuctionRoot_OrderBy { - Id = "id", - Markets = "markets", -} - -export type GnosisAuction_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - auctionOpenTimestamp?: InputMaybe; - auctionOpenTimestamp_not?: InputMaybe; - auctionOpenTimestamp_gt?: InputMaybe; - auctionOpenTimestamp_lt?: InputMaybe; - auctionOpenTimestamp_gte?: InputMaybe; - auctionOpenTimestamp_lte?: InputMaybe; - auctionOpenTimestamp_in?: InputMaybe>; - auctionOpenTimestamp_not_in?: InputMaybe>; - payoutCapacity?: InputMaybe; - payoutCapacity_not?: InputMaybe; - payoutCapacity_gt?: InputMaybe; - payoutCapacity_lt?: InputMaybe; - payoutCapacity_gte?: InputMaybe; - payoutCapacity_lte?: InputMaybe; - payoutCapacity_in?: InputMaybe>; - payoutCapacity_not_in?: InputMaybe>; - termSeconds?: InputMaybe; - termSeconds_not?: InputMaybe; - termSeconds_gt?: InputMaybe; - termSeconds_lt?: InputMaybe; - termSeconds_gte?: InputMaybe; - termSeconds_lte?: InputMaybe; - termSeconds_in?: InputMaybe>; - termSeconds_not_in?: InputMaybe>; - bidQuantity?: InputMaybe; - bidQuantity_not?: InputMaybe; - bidQuantity_gt?: InputMaybe; - bidQuantity_lt?: InputMaybe; - bidQuantity_gte?: InputMaybe; - bidQuantity_lte?: InputMaybe; - bidQuantity_in?: InputMaybe>; - bidQuantity_not_in?: InputMaybe>; - auctionCloseTimestamp?: InputMaybe; - auctionCloseTimestamp_not?: InputMaybe; - auctionCloseTimestamp_gt?: InputMaybe; - auctionCloseTimestamp_lt?: InputMaybe; - auctionCloseTimestamp_gte?: InputMaybe; - auctionCloseTimestamp_lte?: InputMaybe; - auctionCloseTimestamp_in?: InputMaybe>; - auctionCloseTimestamp_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum GnosisAuction_OrderBy { - Id = "id", - AuctionOpenTimestamp = "auctionOpenTimestamp", - PayoutCapacity = "payoutCapacity", - TermSeconds = "termSeconds", - BidQuantity = "bidQuantity", - AuctionCloseTimestamp = "auctionCloseTimestamp", -} - -/** Defines the order direction, either ascending or descending */ -export enum OrderDirection { - Asc = "asc", - Desc = "desc", -} - -export type PoolSnapshot = { - __typename?: "PoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - pool: Scalars["Bytes"]; - poolToken?: Maybe; - decimals: Scalars["Int"]; - totalSupply: Scalars["BigDecimal"]; - tokens: Array; - balances: Array; - weights?: Maybe>; -}; - -export type PoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_not_contains?: InputMaybe; - poolToken?: InputMaybe; - poolToken_not?: InputMaybe; - poolToken_gt?: InputMaybe; - poolToken_lt?: InputMaybe; - poolToken_gte?: InputMaybe; - poolToken_lte?: InputMaybe; - poolToken_in?: InputMaybe>; - poolToken_not_in?: InputMaybe>; - poolToken_contains?: InputMaybe; - poolToken_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - tokens?: InputMaybe>; - tokens_not?: InputMaybe>; - tokens_contains?: InputMaybe>; - tokens_contains_nocase?: InputMaybe>; - tokens_not_contains?: InputMaybe>; - tokens_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - weights?: InputMaybe>; - weights_not?: InputMaybe>; - weights_contains?: InputMaybe>; - weights_contains_nocase?: InputMaybe>; - weights_not_contains?: InputMaybe>; - weights_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum PoolSnapshot_OrderBy { - Id = "id", - Block = "block", - Pool = "pool", - PoolToken = "poolToken", - Decimals = "decimals", - TotalSupply = "totalSupply", - Tokens = "tokens", - Balances = "balances", - Weights = "weights", -} - -export type PriceSnapshot = { - __typename?: "PriceSnapshot"; - id: Scalars["ID"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - priceOhm: Scalars["BigDecimal"]; - priceGOhm: Scalars["BigDecimal"]; -}; - -export type PriceSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - priceOhm?: InputMaybe; - priceOhm_not?: InputMaybe; - priceOhm_gt?: InputMaybe; - priceOhm_lt?: InputMaybe; - priceOhm_gte?: InputMaybe; - priceOhm_lte?: InputMaybe; - priceOhm_in?: InputMaybe>; - priceOhm_not_in?: InputMaybe>; - priceGOhm?: InputMaybe; - priceGOhm_not?: InputMaybe; - priceGOhm_gt?: InputMaybe; - priceGOhm_lt?: InputMaybe; - priceGOhm_gte?: InputMaybe; - priceGOhm_lte?: InputMaybe; - priceGOhm_in?: InputMaybe>; - priceGOhm_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum PriceSnapshot_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - PriceOhm = "priceOhm", - PriceGOhm = "priceGOhm", -} - -export type ProtocolMetric = { - __typename?: "ProtocolMetric"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - currentAPY: Scalars["BigDecimal"]; - currentIndex: Scalars["BigDecimal"]; - date: Scalars["String"]; - gOhmPrice: Scalars["BigDecimal"]; - gOhmSyntheticSupply?: Maybe; - gOhmTotalSupply: Scalars["BigDecimal"]; - marketCap?: Maybe; - nextDistributedOhm: Scalars["BigDecimal"]; - nextEpochRebase: Scalars["BigDecimal"]; - ohmCirculatingSupply?: Maybe; - ohmFloatingSupply?: Maybe; - ohmPrice: Scalars["BigDecimal"]; - ohmTotalSupply: Scalars["BigDecimal"]; - sOhmCirculatingSupply: Scalars["BigDecimal"]; - timestamp: Scalars["BigInt"]; - totalValueLocked: Scalars["BigDecimal"]; - treasuryLiquidBacking?: Maybe; - treasuryLiquidBackingPerGOhmSynthetic?: Maybe; - treasuryLiquidBackingPerOhmFloating?: Maybe; - treasuryMarketValue?: Maybe; -}; - -export type ProtocolMetric_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - currentAPY?: InputMaybe; - currentAPY_not?: InputMaybe; - currentAPY_gt?: InputMaybe; - currentAPY_lt?: InputMaybe; - currentAPY_gte?: InputMaybe; - currentAPY_lte?: InputMaybe; - currentAPY_in?: InputMaybe>; - currentAPY_not_in?: InputMaybe>; - currentIndex?: InputMaybe; - currentIndex_not?: InputMaybe; - currentIndex_gt?: InputMaybe; - currentIndex_lt?: InputMaybe; - currentIndex_gte?: InputMaybe; - currentIndex_lte?: InputMaybe; - currentIndex_in?: InputMaybe>; - currentIndex_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - gOhmPrice?: InputMaybe; - gOhmPrice_not?: InputMaybe; - gOhmPrice_gt?: InputMaybe; - gOhmPrice_lt?: InputMaybe; - gOhmPrice_gte?: InputMaybe; - gOhmPrice_lte?: InputMaybe; - gOhmPrice_in?: InputMaybe>; - gOhmPrice_not_in?: InputMaybe>; - gOhmSyntheticSupply?: InputMaybe; - gOhmSyntheticSupply_not?: InputMaybe; - gOhmSyntheticSupply_gt?: InputMaybe; - gOhmSyntheticSupply_lt?: InputMaybe; - gOhmSyntheticSupply_gte?: InputMaybe; - gOhmSyntheticSupply_lte?: InputMaybe; - gOhmSyntheticSupply_in?: InputMaybe>; - gOhmSyntheticSupply_not_in?: InputMaybe>; - gOhmTotalSupply?: InputMaybe; - gOhmTotalSupply_not?: InputMaybe; - gOhmTotalSupply_gt?: InputMaybe; - gOhmTotalSupply_lt?: InputMaybe; - gOhmTotalSupply_gte?: InputMaybe; - gOhmTotalSupply_lte?: InputMaybe; - gOhmTotalSupply_in?: InputMaybe>; - gOhmTotalSupply_not_in?: InputMaybe>; - marketCap?: InputMaybe; - marketCap_not?: InputMaybe; - marketCap_gt?: InputMaybe; - marketCap_lt?: InputMaybe; - marketCap_gte?: InputMaybe; - marketCap_lte?: InputMaybe; - marketCap_in?: InputMaybe>; - marketCap_not_in?: InputMaybe>; - nextDistributedOhm?: InputMaybe; - nextDistributedOhm_not?: InputMaybe; - nextDistributedOhm_gt?: InputMaybe; - nextDistributedOhm_lt?: InputMaybe; - nextDistributedOhm_gte?: InputMaybe; - nextDistributedOhm_lte?: InputMaybe; - nextDistributedOhm_in?: InputMaybe>; - nextDistributedOhm_not_in?: InputMaybe>; - nextEpochRebase?: InputMaybe; - nextEpochRebase_not?: InputMaybe; - nextEpochRebase_gt?: InputMaybe; - nextEpochRebase_lt?: InputMaybe; - nextEpochRebase_gte?: InputMaybe; - nextEpochRebase_lte?: InputMaybe; - nextEpochRebase_in?: InputMaybe>; - nextEpochRebase_not_in?: InputMaybe>; - ohmCirculatingSupply?: InputMaybe; - ohmCirculatingSupply_not?: InputMaybe; - ohmCirculatingSupply_gt?: InputMaybe; - ohmCirculatingSupply_lt?: InputMaybe; - ohmCirculatingSupply_gte?: InputMaybe; - ohmCirculatingSupply_lte?: InputMaybe; - ohmCirculatingSupply_in?: InputMaybe>; - ohmCirculatingSupply_not_in?: InputMaybe>; - ohmFloatingSupply?: InputMaybe; - ohmFloatingSupply_not?: InputMaybe; - ohmFloatingSupply_gt?: InputMaybe; - ohmFloatingSupply_lt?: InputMaybe; - ohmFloatingSupply_gte?: InputMaybe; - ohmFloatingSupply_lte?: InputMaybe; - ohmFloatingSupply_in?: InputMaybe>; - ohmFloatingSupply_not_in?: InputMaybe>; - ohmPrice?: InputMaybe; - ohmPrice_not?: InputMaybe; - ohmPrice_gt?: InputMaybe; - ohmPrice_lt?: InputMaybe; - ohmPrice_gte?: InputMaybe; - ohmPrice_lte?: InputMaybe; - ohmPrice_in?: InputMaybe>; - ohmPrice_not_in?: InputMaybe>; - ohmTotalSupply?: InputMaybe; - ohmTotalSupply_not?: InputMaybe; - ohmTotalSupply_gt?: InputMaybe; - ohmTotalSupply_lt?: InputMaybe; - ohmTotalSupply_gte?: InputMaybe; - ohmTotalSupply_lte?: InputMaybe; - ohmTotalSupply_in?: InputMaybe>; - ohmTotalSupply_not_in?: InputMaybe>; - sOhmCirculatingSupply?: InputMaybe; - sOhmCirculatingSupply_not?: InputMaybe; - sOhmCirculatingSupply_gt?: InputMaybe; - sOhmCirculatingSupply_lt?: InputMaybe; - sOhmCirculatingSupply_gte?: InputMaybe; - sOhmCirculatingSupply_lte?: InputMaybe; - sOhmCirculatingSupply_in?: InputMaybe>; - sOhmCirculatingSupply_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - totalValueLocked?: InputMaybe; - totalValueLocked_not?: InputMaybe; - totalValueLocked_gt?: InputMaybe; - totalValueLocked_lt?: InputMaybe; - totalValueLocked_gte?: InputMaybe; - totalValueLocked_lte?: InputMaybe; - totalValueLocked_in?: InputMaybe>; - totalValueLocked_not_in?: InputMaybe>; - treasuryLiquidBacking?: InputMaybe; - treasuryLiquidBacking_not?: InputMaybe; - treasuryLiquidBacking_gt?: InputMaybe; - treasuryLiquidBacking_lt?: InputMaybe; - treasuryLiquidBacking_gte?: InputMaybe; - treasuryLiquidBacking_lte?: InputMaybe; - treasuryLiquidBacking_in?: InputMaybe>; - treasuryLiquidBacking_not_in?: InputMaybe>; - treasuryLiquidBackingPerGOhmSynthetic?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_not?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_gt?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_lt?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_gte?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_lte?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_in?: InputMaybe>; - treasuryLiquidBackingPerGOhmSynthetic_not_in?: InputMaybe>; - treasuryLiquidBackingPerOhmFloating?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_not?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_gt?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_lt?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_gte?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_lte?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_in?: InputMaybe>; - treasuryLiquidBackingPerOhmFloating_not_in?: InputMaybe>; - treasuryMarketValue?: InputMaybe; - treasuryMarketValue_not?: InputMaybe; - treasuryMarketValue_gt?: InputMaybe; - treasuryMarketValue_lt?: InputMaybe; - treasuryMarketValue_gte?: InputMaybe; - treasuryMarketValue_lte?: InputMaybe; - treasuryMarketValue_in?: InputMaybe>; - treasuryMarketValue_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum ProtocolMetric_OrderBy { - Id = "id", - Block = "block", - CurrentApy = "currentAPY", - CurrentIndex = "currentIndex", - Date = "date", - GOhmPrice = "gOhmPrice", - GOhmSyntheticSupply = "gOhmSyntheticSupply", - GOhmTotalSupply = "gOhmTotalSupply", - MarketCap = "marketCap", - NextDistributedOhm = "nextDistributedOhm", - NextEpochRebase = "nextEpochRebase", - OhmCirculatingSupply = "ohmCirculatingSupply", - OhmFloatingSupply = "ohmFloatingSupply", - OhmPrice = "ohmPrice", - OhmTotalSupply = "ohmTotalSupply", - SOhmCirculatingSupply = "sOhmCirculatingSupply", - Timestamp = "timestamp", - TotalValueLocked = "totalValueLocked", - TreasuryLiquidBacking = "treasuryLiquidBacking", - TreasuryLiquidBackingPerGOhmSynthetic = "treasuryLiquidBackingPerGOhmSynthetic", - TreasuryLiquidBackingPerOhmFloating = "treasuryLiquidBackingPerOhmFloating", - TreasuryMarketValue = "treasuryMarketValue", -} - -export type Query = { - __typename?: "Query"; - protocolMetric?: Maybe; - protocolMetrics: Array; - tokenRecord?: Maybe; - tokenRecords: Array; - tokenSupply?: Maybe; - tokenSupplies: Array; - priceSnapshot?: Maybe; - priceSnapshots: Array; - gnosisAuctionRoot?: Maybe; - gnosisAuctionRoots: Array; - gnosisAuction?: Maybe; - gnosisAuctions: Array; - erc20TokenSnapshot?: Maybe; - erc20TokenSnapshots: Array; - balancerPoolSnapshot?: Maybe; - balancerPoolSnapshots: Array; - poolSnapshot?: Maybe; - poolSnapshots: Array; - tokenPriceSnapshot?: Maybe; - tokenPriceSnapshots: Array; - stakingPoolSnapshot?: Maybe; - stakingPoolSnapshots: Array; - /** Access to subgraph metadata */ - _meta?: Maybe<_Meta_>; -}; - -export type QueryProtocolMetricArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryProtocolMetricsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenRecordArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenRecordsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenSupplyArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenSuppliesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionRootArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryErc20TokenSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryErc20TokenSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryBalancerPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryBalancerPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryStakingPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryStakingPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type Query_MetaArgs = { - block?: InputMaybe; -}; - -export type StakingPoolSnapshot = { - __typename?: "StakingPoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - contractAddress: Scalars["Bytes"]; - stakingToken?: Maybe; -}; - -export type StakingPoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - contractAddress?: InputMaybe; - contractAddress_not?: InputMaybe; - contractAddress_gt?: InputMaybe; - contractAddress_lt?: InputMaybe; - contractAddress_gte?: InputMaybe; - contractAddress_lte?: InputMaybe; - contractAddress_in?: InputMaybe>; - contractAddress_not_in?: InputMaybe>; - contractAddress_contains?: InputMaybe; - contractAddress_not_contains?: InputMaybe; - stakingToken?: InputMaybe; - stakingToken_not?: InputMaybe; - stakingToken_gt?: InputMaybe; - stakingToken_lt?: InputMaybe; - stakingToken_gte?: InputMaybe; - stakingToken_lte?: InputMaybe; - stakingToken_in?: InputMaybe>; - stakingToken_not_in?: InputMaybe>; - stakingToken_contains?: InputMaybe; - stakingToken_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum StakingPoolSnapshot_OrderBy { - Id = "id", - Block = "block", - ContractAddress = "contractAddress", - StakingToken = "stakingToken", -} - -export type Subscription = { - __typename?: "Subscription"; - protocolMetric?: Maybe; - protocolMetrics: Array; - tokenRecord?: Maybe; - tokenRecords: Array; - tokenSupply?: Maybe; - tokenSupplies: Array; - priceSnapshot?: Maybe; - priceSnapshots: Array; - gnosisAuctionRoot?: Maybe; - gnosisAuctionRoots: Array; - gnosisAuction?: Maybe; - gnosisAuctions: Array; - erc20TokenSnapshot?: Maybe; - erc20TokenSnapshots: Array; - balancerPoolSnapshot?: Maybe; - balancerPoolSnapshots: Array; - poolSnapshot?: Maybe; - poolSnapshots: Array; - tokenPriceSnapshot?: Maybe; - tokenPriceSnapshots: Array; - stakingPoolSnapshot?: Maybe; - stakingPoolSnapshots: Array; - /** Access to subgraph metadata */ - _meta?: Maybe<_Meta_>; -}; - -export type SubscriptionProtocolMetricArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionProtocolMetricsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenRecordArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenRecordsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenSupplyArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenSuppliesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionRootArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionErc20TokenSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionErc20TokenSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionBalancerPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionBalancerPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionStakingPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionStakingPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type Subscription_MetaArgs = { - block?: InputMaybe; -}; - -export type TokenPriceSnapshot = { - __typename?: "TokenPriceSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - token: Scalars["Bytes"]; - price: Scalars["BigDecimal"]; -}; - -export type TokenPriceSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_not_contains?: InputMaybe; - price?: InputMaybe; - price_not?: InputMaybe; - price_gt?: InputMaybe; - price_lt?: InputMaybe; - price_gte?: InputMaybe; - price_lte?: InputMaybe; - price_in?: InputMaybe>; - price_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenPriceSnapshot_OrderBy { - Id = "id", - Block = "block", - Token = "token", - Price = "price", -} - -export type TokenRecord = { - __typename?: "TokenRecord"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - token: Scalars["String"]; - tokenAddress: Scalars["String"]; - source: Scalars["String"]; - sourceAddress: Scalars["String"]; - rate: Scalars["BigDecimal"]; - balance: Scalars["BigDecimal"]; - multiplier: Scalars["BigDecimal"]; - value: Scalars["BigDecimal"]; - valueExcludingOhm: Scalars["BigDecimal"]; - category: Scalars["String"]; - isLiquid: Scalars["Boolean"]; - isBluechip: Scalars["Boolean"]; - blockchain: Scalars["String"]; -}; - -export type TokenRecord_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - tokenAddress?: InputMaybe; - tokenAddress_not?: InputMaybe; - tokenAddress_gt?: InputMaybe; - tokenAddress_lt?: InputMaybe; - tokenAddress_gte?: InputMaybe; - tokenAddress_lte?: InputMaybe; - tokenAddress_in?: InputMaybe>; - tokenAddress_not_in?: InputMaybe>; - tokenAddress_contains?: InputMaybe; - tokenAddress_contains_nocase?: InputMaybe; - tokenAddress_not_contains?: InputMaybe; - tokenAddress_not_contains_nocase?: InputMaybe; - tokenAddress_starts_with?: InputMaybe; - tokenAddress_starts_with_nocase?: InputMaybe; - tokenAddress_not_starts_with?: InputMaybe; - tokenAddress_not_starts_with_nocase?: InputMaybe; - tokenAddress_ends_with?: InputMaybe; - tokenAddress_ends_with_nocase?: InputMaybe; - tokenAddress_not_ends_with?: InputMaybe; - tokenAddress_not_ends_with_nocase?: InputMaybe; - source?: InputMaybe; - source_not?: InputMaybe; - source_gt?: InputMaybe; - source_lt?: InputMaybe; - source_gte?: InputMaybe; - source_lte?: InputMaybe; - source_in?: InputMaybe>; - source_not_in?: InputMaybe>; - source_contains?: InputMaybe; - source_contains_nocase?: InputMaybe; - source_not_contains?: InputMaybe; - source_not_contains_nocase?: InputMaybe; - source_starts_with?: InputMaybe; - source_starts_with_nocase?: InputMaybe; - source_not_starts_with?: InputMaybe; - source_not_starts_with_nocase?: InputMaybe; - source_ends_with?: InputMaybe; - source_ends_with_nocase?: InputMaybe; - source_not_ends_with?: InputMaybe; - source_not_ends_with_nocase?: InputMaybe; - sourceAddress?: InputMaybe; - sourceAddress_not?: InputMaybe; - sourceAddress_gt?: InputMaybe; - sourceAddress_lt?: InputMaybe; - sourceAddress_gte?: InputMaybe; - sourceAddress_lte?: InputMaybe; - sourceAddress_in?: InputMaybe>; - sourceAddress_not_in?: InputMaybe>; - sourceAddress_contains?: InputMaybe; - sourceAddress_contains_nocase?: InputMaybe; - sourceAddress_not_contains?: InputMaybe; - sourceAddress_not_contains_nocase?: InputMaybe; - sourceAddress_starts_with?: InputMaybe; - sourceAddress_starts_with_nocase?: InputMaybe; - sourceAddress_not_starts_with?: InputMaybe; - sourceAddress_not_starts_with_nocase?: InputMaybe; - sourceAddress_ends_with?: InputMaybe; - sourceAddress_ends_with_nocase?: InputMaybe; - sourceAddress_not_ends_with?: InputMaybe; - sourceAddress_not_ends_with_nocase?: InputMaybe; - rate?: InputMaybe; - rate_not?: InputMaybe; - rate_gt?: InputMaybe; - rate_lt?: InputMaybe; - rate_gte?: InputMaybe; - rate_lte?: InputMaybe; - rate_in?: InputMaybe>; - rate_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - multiplier?: InputMaybe; - multiplier_not?: InputMaybe; - multiplier_gt?: InputMaybe; - multiplier_lt?: InputMaybe; - multiplier_gte?: InputMaybe; - multiplier_lte?: InputMaybe; - multiplier_in?: InputMaybe>; - multiplier_not_in?: InputMaybe>; - value?: InputMaybe; - value_not?: InputMaybe; - value_gt?: InputMaybe; - value_lt?: InputMaybe; - value_gte?: InputMaybe; - value_lte?: InputMaybe; - value_in?: InputMaybe>; - value_not_in?: InputMaybe>; - valueExcludingOhm?: InputMaybe; - valueExcludingOhm_not?: InputMaybe; - valueExcludingOhm_gt?: InputMaybe; - valueExcludingOhm_lt?: InputMaybe; - valueExcludingOhm_gte?: InputMaybe; - valueExcludingOhm_lte?: InputMaybe; - valueExcludingOhm_in?: InputMaybe>; - valueExcludingOhm_not_in?: InputMaybe>; - category?: InputMaybe; - category_not?: InputMaybe; - category_gt?: InputMaybe; - category_lt?: InputMaybe; - category_gte?: InputMaybe; - category_lte?: InputMaybe; - category_in?: InputMaybe>; - category_not_in?: InputMaybe>; - category_contains?: InputMaybe; - category_contains_nocase?: InputMaybe; - category_not_contains?: InputMaybe; - category_not_contains_nocase?: InputMaybe; - category_starts_with?: InputMaybe; - category_starts_with_nocase?: InputMaybe; - category_not_starts_with?: InputMaybe; - category_not_starts_with_nocase?: InputMaybe; - category_ends_with?: InputMaybe; - category_ends_with_nocase?: InputMaybe; - category_not_ends_with?: InputMaybe; - category_not_ends_with_nocase?: InputMaybe; - isLiquid?: InputMaybe; - isLiquid_not?: InputMaybe; - isLiquid_in?: InputMaybe>; - isLiquid_not_in?: InputMaybe>; - isBluechip?: InputMaybe; - isBluechip_not?: InputMaybe; - isBluechip_in?: InputMaybe>; - isBluechip_not_in?: InputMaybe>; - blockchain?: InputMaybe; - blockchain_not?: InputMaybe; - blockchain_gt?: InputMaybe; - blockchain_lt?: InputMaybe; - blockchain_gte?: InputMaybe; - blockchain_lte?: InputMaybe; - blockchain_in?: InputMaybe>; - blockchain_not_in?: InputMaybe>; - blockchain_contains?: InputMaybe; - blockchain_contains_nocase?: InputMaybe; - blockchain_not_contains?: InputMaybe; - blockchain_not_contains_nocase?: InputMaybe; - blockchain_starts_with?: InputMaybe; - blockchain_starts_with_nocase?: InputMaybe; - blockchain_not_starts_with?: InputMaybe; - blockchain_not_starts_with_nocase?: InputMaybe; - blockchain_ends_with?: InputMaybe; - blockchain_ends_with_nocase?: InputMaybe; - blockchain_not_ends_with?: InputMaybe; - blockchain_not_ends_with_nocase?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenRecord_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - Token = "token", - TokenAddress = "tokenAddress", - Source = "source", - SourceAddress = "sourceAddress", - Rate = "rate", - Balance = "balance", - Multiplier = "multiplier", - Value = "value", - ValueExcludingOhm = "valueExcludingOhm", - Category = "category", - IsLiquid = "isLiquid", - IsBluechip = "isBluechip", - Blockchain = "blockchain", -} - -export type TokenSupply = { - __typename?: "TokenSupply"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - token: Scalars["String"]; - tokenAddress: Scalars["String"]; - pool?: Maybe; - poolAddress?: Maybe; - source?: Maybe; - sourceAddress?: Maybe; - type: Scalars["String"]; - balance: Scalars["BigDecimal"]; - supplyBalance: Scalars["BigDecimal"]; -}; - -export type TokenSupply_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - tokenAddress?: InputMaybe; - tokenAddress_not?: InputMaybe; - tokenAddress_gt?: InputMaybe; - tokenAddress_lt?: InputMaybe; - tokenAddress_gte?: InputMaybe; - tokenAddress_lte?: InputMaybe; - tokenAddress_in?: InputMaybe>; - tokenAddress_not_in?: InputMaybe>; - tokenAddress_contains?: InputMaybe; - tokenAddress_contains_nocase?: InputMaybe; - tokenAddress_not_contains?: InputMaybe; - tokenAddress_not_contains_nocase?: InputMaybe; - tokenAddress_starts_with?: InputMaybe; - tokenAddress_starts_with_nocase?: InputMaybe; - tokenAddress_not_starts_with?: InputMaybe; - tokenAddress_not_starts_with_nocase?: InputMaybe; - tokenAddress_ends_with?: InputMaybe; - tokenAddress_ends_with_nocase?: InputMaybe; - tokenAddress_not_ends_with?: InputMaybe; - tokenAddress_not_ends_with_nocase?: InputMaybe; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_contains_nocase?: InputMaybe; - pool_not_contains?: InputMaybe; - pool_not_contains_nocase?: InputMaybe; - pool_starts_with?: InputMaybe; - pool_starts_with_nocase?: InputMaybe; - pool_not_starts_with?: InputMaybe; - pool_not_starts_with_nocase?: InputMaybe; - pool_ends_with?: InputMaybe; - pool_ends_with_nocase?: InputMaybe; - pool_not_ends_with?: InputMaybe; - pool_not_ends_with_nocase?: InputMaybe; - poolAddress?: InputMaybe; - poolAddress_not?: InputMaybe; - poolAddress_gt?: InputMaybe; - poolAddress_lt?: InputMaybe; - poolAddress_gte?: InputMaybe; - poolAddress_lte?: InputMaybe; - poolAddress_in?: InputMaybe>; - poolAddress_not_in?: InputMaybe>; - poolAddress_contains?: InputMaybe; - poolAddress_contains_nocase?: InputMaybe; - poolAddress_not_contains?: InputMaybe; - poolAddress_not_contains_nocase?: InputMaybe; - poolAddress_starts_with?: InputMaybe; - poolAddress_starts_with_nocase?: InputMaybe; - poolAddress_not_starts_with?: InputMaybe; - poolAddress_not_starts_with_nocase?: InputMaybe; - poolAddress_ends_with?: InputMaybe; - poolAddress_ends_with_nocase?: InputMaybe; - poolAddress_not_ends_with?: InputMaybe; - poolAddress_not_ends_with_nocase?: InputMaybe; - source?: InputMaybe; - source_not?: InputMaybe; - source_gt?: InputMaybe; - source_lt?: InputMaybe; - source_gte?: InputMaybe; - source_lte?: InputMaybe; - source_in?: InputMaybe>; - source_not_in?: InputMaybe>; - source_contains?: InputMaybe; - source_contains_nocase?: InputMaybe; - source_not_contains?: InputMaybe; - source_not_contains_nocase?: InputMaybe; - source_starts_with?: InputMaybe; - source_starts_with_nocase?: InputMaybe; - source_not_starts_with?: InputMaybe; - source_not_starts_with_nocase?: InputMaybe; - source_ends_with?: InputMaybe; - source_ends_with_nocase?: InputMaybe; - source_not_ends_with?: InputMaybe; - source_not_ends_with_nocase?: InputMaybe; - sourceAddress?: InputMaybe; - sourceAddress_not?: InputMaybe; - sourceAddress_gt?: InputMaybe; - sourceAddress_lt?: InputMaybe; - sourceAddress_gte?: InputMaybe; - sourceAddress_lte?: InputMaybe; - sourceAddress_in?: InputMaybe>; - sourceAddress_not_in?: InputMaybe>; - sourceAddress_contains?: InputMaybe; - sourceAddress_contains_nocase?: InputMaybe; - sourceAddress_not_contains?: InputMaybe; - sourceAddress_not_contains_nocase?: InputMaybe; - sourceAddress_starts_with?: InputMaybe; - sourceAddress_starts_with_nocase?: InputMaybe; - sourceAddress_not_starts_with?: InputMaybe; - sourceAddress_not_starts_with_nocase?: InputMaybe; - sourceAddress_ends_with?: InputMaybe; - sourceAddress_ends_with_nocase?: InputMaybe; - sourceAddress_not_ends_with?: InputMaybe; - sourceAddress_not_ends_with_nocase?: InputMaybe; - type?: InputMaybe; - type_not?: InputMaybe; - type_gt?: InputMaybe; - type_lt?: InputMaybe; - type_gte?: InputMaybe; - type_lte?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; - type_contains?: InputMaybe; - type_contains_nocase?: InputMaybe; - type_not_contains?: InputMaybe; - type_not_contains_nocase?: InputMaybe; - type_starts_with?: InputMaybe; - type_starts_with_nocase?: InputMaybe; - type_not_starts_with?: InputMaybe; - type_not_starts_with_nocase?: InputMaybe; - type_ends_with?: InputMaybe; - type_ends_with_nocase?: InputMaybe; - type_not_ends_with?: InputMaybe; - type_not_ends_with_nocase?: InputMaybe; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - supplyBalance?: InputMaybe; - supplyBalance_not?: InputMaybe; - supplyBalance_gt?: InputMaybe; - supplyBalance_lt?: InputMaybe; - supplyBalance_gte?: InputMaybe; - supplyBalance_lte?: InputMaybe; - supplyBalance_in?: InputMaybe>; - supplyBalance_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenSupply_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - Token = "token", - TokenAddress = "tokenAddress", - Pool = "pool", - PoolAddress = "poolAddress", - Source = "source", - SourceAddress = "sourceAddress", - Type = "type", - Balance = "balance", - SupplyBalance = "supplyBalance", -} - -export type _Block_ = { - __typename?: "_Block_"; - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars["Int"]; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type _Meta_ = { - __typename?: "_Meta_"; - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: _Block_; - /** The deployment ID */ - deployment: Scalars["String"]; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars["Boolean"]; -}; - -export enum _SubgraphErrorPolicy_ { - /** Data will be returned even if the subgraph has indexing errors */ - Allow = "allow", - /** If the subgraph has indexing errors, data will be omitted. The default. */ - Deny = "deny", -} diff --git a/function/generated/Treasury_Base/QmdqJ1zoExrs8u2T93wXSRWSx5VSKqKWTV4gCE2vszGwgt/ProtocolMetric/ProtocolMetric.jsonschema b/function/generated/Treasury_Base/QmdqJ1zoExrs8u2T93wXSRWSx5VSKqKWTV4gCE2vszGwgt/ProtocolMetric/ProtocolMetric.jsonschema deleted file mode 100644 index fb0b54e..0000000 --- a/function/generated/Treasury_Base/QmdqJ1zoExrs8u2T93wXSRWSx5VSKqKWTV4gCE2vszGwgt/ProtocolMetric/ProtocolMetric.jsonschema +++ /dev/null @@ -1,101 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "type": "object", - "properties": { - "__typename": { - "type": "string", - "const": "ProtocolMetric" - }, - "id": { - "type": "string" - }, - "block": { - "type": "string" - }, - "currentAPY": { - "type": "string" - }, - "currentIndex": { - "type": "string" - }, - "date": { - "type": "string" - }, - "gOhmPrice": { - "type": "string" - }, - "gOhmSyntheticSupply": { - "type": [ - "string", - "null" - ] - }, - "gOhmTotalSupply": { - "type": "string" - }, - "marketCap": { - "type": [ - "string", - "null" - ] - }, - "nextDistributedOhm": { - "type": "string" - }, - "nextEpochRebase": { - "type": "string" - }, - "ohmCirculatingSupply": { - "type": [ - "string", - "null" - ] - }, - "ohmFloatingSupply": { - "type": [ - "string", - "null" - ] - }, - "ohmPrice": { - "type": "string" - }, - "ohmTotalSupply": { - "type": "string" - }, - "sOhmCirculatingSupply": { - "type": "string" - }, - "timestamp": { - "type": "string" - }, - "totalValueLocked": { - "type": "string" - }, - "treasuryLiquidBacking": { - "type": [ - "string", - "null" - ] - }, - "treasuryLiquidBackingPerGOhmSynthetic": { - "type": [ - "string", - "null" - ] - }, - "treasuryLiquidBackingPerOhmFloating": { - "type": [ - "string", - "null" - ] - }, - "treasuryMarketValue": { - "type": [ - "string", - "null" - ] - } - }, - "additionalProperties": false -} \ No newline at end of file diff --git a/function/generated/Treasury_Base/QmdqJ1zoExrs8u2T93wXSRWSx5VSKqKWTV4gCE2vszGwgt/ProtocolMetric/ProtocolMetric_schema.json b/function/generated/Treasury_Base/QmdqJ1zoExrs8u2T93wXSRWSx5VSKqKWTV4gCE2vszGwgt/ProtocolMetric/ProtocolMetric_schema.json deleted file mode 100644 index 659d940..0000000 --- a/function/generated/Treasury_Base/QmdqJ1zoExrs8u2T93wXSRWSx5VSKqKWTV4gCE2vszGwgt/ProtocolMetric/ProtocolMetric_schema.json +++ /dev/null @@ -1,117 +0,0 @@ -[ - { - "name": "__typename", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "id", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "block", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "currentAPY", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "currentIndex", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "date", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "gOhmPrice", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "gOhmSyntheticSupply", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "gOhmTotalSupply", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "marketCap", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "nextDistributedOhm", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "nextEpochRebase", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "ohmCirculatingSupply", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "ohmFloatingSupply", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "ohmPrice", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "ohmTotalSupply", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "sOhmCirculatingSupply", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "timestamp", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "totalValueLocked", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "treasuryLiquidBacking", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "treasuryLiquidBackingPerGOhmSynthetic", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "treasuryLiquidBackingPerOhmFloating", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "treasuryMarketValue", - "type": "STRING", - "mode": "NULLABLE" - } -] diff --git a/function/generated/Treasury_Base/QmdqJ1zoExrs8u2T93wXSRWSx5VSKqKWTV4gCE2vszGwgt/ProtocolMetric/ProtocolMetric_types.ts b/function/generated/Treasury_Base/QmdqJ1zoExrs8u2T93wXSRWSx5VSKqKWTV4gCE2vszGwgt/ProtocolMetric/ProtocolMetric_types.ts deleted file mode 100644 index 25fd65c..0000000 --- a/function/generated/Treasury_Base/QmdqJ1zoExrs8u2T93wXSRWSx5VSKqKWTV4gCE2vszGwgt/ProtocolMetric/ProtocolMetric_types.ts +++ /dev/null @@ -1,1827 +0,0 @@ -export type Maybe = T | null | undefined; -export type InputMaybe = T | null | undefined; -export type Exact = { [K in keyof T]: T[K] }; -export type MakeOptional = Omit & { [SubKey in K]?: Maybe }; -export type MakeMaybe = Omit & { [SubKey in K]: Maybe }; -/** All built-in and custom scalars, mapped to their actual values */ -export type Scalars = { - ID: string; - String: string; - Boolean: boolean; - Int: number; - Float: number; - BigDecimal: string; - BigInt: string; - Bytes: string; - /** - * 8 bytes signed integer - * - */ - Int8: string; - /** - * A string representation of microseconds UNIX timestamp (16 digits) - * - */ - Timestamp: string; -}; - -export enum Aggregation_Interval { - Hour = "hour", - Day = "day", -} - -export type BalancerPoolSnapshot = { - __typename?: "BalancerPoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - pool: Scalars["Bytes"]; - poolToken: Scalars["Bytes"]; - decimals: Scalars["Int"]; - totalSupply: Scalars["BigDecimal"]; - tokens: Array; - balances: Array; - weights: Array; -}; - -export type BalancerPoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_not_contains?: InputMaybe; - poolToken?: InputMaybe; - poolToken_not?: InputMaybe; - poolToken_gt?: InputMaybe; - poolToken_lt?: InputMaybe; - poolToken_gte?: InputMaybe; - poolToken_lte?: InputMaybe; - poolToken_in?: InputMaybe>; - poolToken_not_in?: InputMaybe>; - poolToken_contains?: InputMaybe; - poolToken_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - tokens?: InputMaybe>; - tokens_not?: InputMaybe>; - tokens_contains?: InputMaybe>; - tokens_contains_nocase?: InputMaybe>; - tokens_not_contains?: InputMaybe>; - tokens_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - weights?: InputMaybe>; - weights_not?: InputMaybe>; - weights_contains?: InputMaybe>; - weights_contains_nocase?: InputMaybe>; - weights_not_contains?: InputMaybe>; - weights_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum BalancerPoolSnapshot_OrderBy { - Id = "id", - Block = "block", - Pool = "pool", - PoolToken = "poolToken", - Decimals = "decimals", - TotalSupply = "totalSupply", - Tokens = "tokens", - Balances = "balances", - Weights = "weights", -} - -export type BlockChangedFilter = { - number_gte: Scalars["Int"]; -}; - -export type Block_Height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type Erc20TokenSnapshot = { - __typename?: "ERC20TokenSnapshot"; - id: Scalars["Bytes"]; - address: Scalars["Bytes"]; - decimals: Scalars["Int"]; - totalSupply?: Maybe; -}; - -export type Erc20TokenSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum Erc20TokenSnapshot_OrderBy { - Id = "id", - Address = "address", - Decimals = "decimals", - TotalSupply = "totalSupply", -} - -export type GnosisAuction = { - __typename?: "GnosisAuction"; - id: Scalars["ID"]; - auctionOpenTimestamp: Scalars["BigInt"]; - payoutCapacity: Scalars["BigDecimal"]; - termSeconds: Scalars["BigInt"]; - bidQuantity?: Maybe; - auctionCloseTimestamp?: Maybe; -}; - -export type GnosisAuctionRoot = { - __typename?: "GnosisAuctionRoot"; - id: Scalars["ID"]; - markets: Array; -}; - -export type GnosisAuctionRoot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - markets?: InputMaybe>; - markets_not?: InputMaybe>; - markets_contains?: InputMaybe>; - markets_contains_nocase?: InputMaybe>; - markets_not_contains?: InputMaybe>; - markets_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum GnosisAuctionRoot_OrderBy { - Id = "id", - Markets = "markets", -} - -export type GnosisAuction_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - auctionOpenTimestamp?: InputMaybe; - auctionOpenTimestamp_not?: InputMaybe; - auctionOpenTimestamp_gt?: InputMaybe; - auctionOpenTimestamp_lt?: InputMaybe; - auctionOpenTimestamp_gte?: InputMaybe; - auctionOpenTimestamp_lte?: InputMaybe; - auctionOpenTimestamp_in?: InputMaybe>; - auctionOpenTimestamp_not_in?: InputMaybe>; - payoutCapacity?: InputMaybe; - payoutCapacity_not?: InputMaybe; - payoutCapacity_gt?: InputMaybe; - payoutCapacity_lt?: InputMaybe; - payoutCapacity_gte?: InputMaybe; - payoutCapacity_lte?: InputMaybe; - payoutCapacity_in?: InputMaybe>; - payoutCapacity_not_in?: InputMaybe>; - termSeconds?: InputMaybe; - termSeconds_not?: InputMaybe; - termSeconds_gt?: InputMaybe; - termSeconds_lt?: InputMaybe; - termSeconds_gte?: InputMaybe; - termSeconds_lte?: InputMaybe; - termSeconds_in?: InputMaybe>; - termSeconds_not_in?: InputMaybe>; - bidQuantity?: InputMaybe; - bidQuantity_not?: InputMaybe; - bidQuantity_gt?: InputMaybe; - bidQuantity_lt?: InputMaybe; - bidQuantity_gte?: InputMaybe; - bidQuantity_lte?: InputMaybe; - bidQuantity_in?: InputMaybe>; - bidQuantity_not_in?: InputMaybe>; - auctionCloseTimestamp?: InputMaybe; - auctionCloseTimestamp_not?: InputMaybe; - auctionCloseTimestamp_gt?: InputMaybe; - auctionCloseTimestamp_lt?: InputMaybe; - auctionCloseTimestamp_gte?: InputMaybe; - auctionCloseTimestamp_lte?: InputMaybe; - auctionCloseTimestamp_in?: InputMaybe>; - auctionCloseTimestamp_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum GnosisAuction_OrderBy { - Id = "id", - AuctionOpenTimestamp = "auctionOpenTimestamp", - PayoutCapacity = "payoutCapacity", - TermSeconds = "termSeconds", - BidQuantity = "bidQuantity", - AuctionCloseTimestamp = "auctionCloseTimestamp", -} - -/** Defines the order direction, either ascending or descending */ -export enum OrderDirection { - Asc = "asc", - Desc = "desc", -} - -export type PoolSnapshot = { - __typename?: "PoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - pool: Scalars["Bytes"]; - poolToken?: Maybe; - decimals: Scalars["Int"]; - totalSupply: Scalars["BigDecimal"]; - tokens: Array; - balances: Array; - weights?: Maybe>; -}; - -export type PoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_not_contains?: InputMaybe; - poolToken?: InputMaybe; - poolToken_not?: InputMaybe; - poolToken_gt?: InputMaybe; - poolToken_lt?: InputMaybe; - poolToken_gte?: InputMaybe; - poolToken_lte?: InputMaybe; - poolToken_in?: InputMaybe>; - poolToken_not_in?: InputMaybe>; - poolToken_contains?: InputMaybe; - poolToken_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - tokens?: InputMaybe>; - tokens_not?: InputMaybe>; - tokens_contains?: InputMaybe>; - tokens_contains_nocase?: InputMaybe>; - tokens_not_contains?: InputMaybe>; - tokens_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - weights?: InputMaybe>; - weights_not?: InputMaybe>; - weights_contains?: InputMaybe>; - weights_contains_nocase?: InputMaybe>; - weights_not_contains?: InputMaybe>; - weights_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum PoolSnapshot_OrderBy { - Id = "id", - Block = "block", - Pool = "pool", - PoolToken = "poolToken", - Decimals = "decimals", - TotalSupply = "totalSupply", - Tokens = "tokens", - Balances = "balances", - Weights = "weights", -} - -export type PriceSnapshot = { - __typename?: "PriceSnapshot"; - id: Scalars["ID"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - priceOhm: Scalars["BigDecimal"]; - priceGOhm: Scalars["BigDecimal"]; -}; - -export type PriceSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - priceOhm?: InputMaybe; - priceOhm_not?: InputMaybe; - priceOhm_gt?: InputMaybe; - priceOhm_lt?: InputMaybe; - priceOhm_gte?: InputMaybe; - priceOhm_lte?: InputMaybe; - priceOhm_in?: InputMaybe>; - priceOhm_not_in?: InputMaybe>; - priceGOhm?: InputMaybe; - priceGOhm_not?: InputMaybe; - priceGOhm_gt?: InputMaybe; - priceGOhm_lt?: InputMaybe; - priceGOhm_gte?: InputMaybe; - priceGOhm_lte?: InputMaybe; - priceGOhm_in?: InputMaybe>; - priceGOhm_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum PriceSnapshot_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - PriceOhm = "priceOhm", - PriceGOhm = "priceGOhm", -} - -export type ProtocolMetric = { - __typename?: "ProtocolMetric"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - currentAPY: Scalars["BigDecimal"]; - currentIndex: Scalars["BigDecimal"]; - date: Scalars["String"]; - gOhmPrice: Scalars["BigDecimal"]; - gOhmSyntheticSupply?: Maybe; - gOhmTotalSupply: Scalars["BigDecimal"]; - marketCap?: Maybe; - nextDistributedOhm: Scalars["BigDecimal"]; - nextEpochRebase: Scalars["BigDecimal"]; - ohmCirculatingSupply?: Maybe; - ohmFloatingSupply?: Maybe; - ohmPrice: Scalars["BigDecimal"]; - ohmTotalSupply: Scalars["BigDecimal"]; - sOhmCirculatingSupply: Scalars["BigDecimal"]; - timestamp: Scalars["BigInt"]; - totalValueLocked: Scalars["BigDecimal"]; - treasuryLiquidBacking?: Maybe; - treasuryLiquidBackingPerGOhmSynthetic?: Maybe; - treasuryLiquidBackingPerOhmFloating?: Maybe; - treasuryMarketValue?: Maybe; -}; - -export type ProtocolMetric_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - currentAPY?: InputMaybe; - currentAPY_not?: InputMaybe; - currentAPY_gt?: InputMaybe; - currentAPY_lt?: InputMaybe; - currentAPY_gte?: InputMaybe; - currentAPY_lte?: InputMaybe; - currentAPY_in?: InputMaybe>; - currentAPY_not_in?: InputMaybe>; - currentIndex?: InputMaybe; - currentIndex_not?: InputMaybe; - currentIndex_gt?: InputMaybe; - currentIndex_lt?: InputMaybe; - currentIndex_gte?: InputMaybe; - currentIndex_lte?: InputMaybe; - currentIndex_in?: InputMaybe>; - currentIndex_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - gOhmPrice?: InputMaybe; - gOhmPrice_not?: InputMaybe; - gOhmPrice_gt?: InputMaybe; - gOhmPrice_lt?: InputMaybe; - gOhmPrice_gte?: InputMaybe; - gOhmPrice_lte?: InputMaybe; - gOhmPrice_in?: InputMaybe>; - gOhmPrice_not_in?: InputMaybe>; - gOhmSyntheticSupply?: InputMaybe; - gOhmSyntheticSupply_not?: InputMaybe; - gOhmSyntheticSupply_gt?: InputMaybe; - gOhmSyntheticSupply_lt?: InputMaybe; - gOhmSyntheticSupply_gte?: InputMaybe; - gOhmSyntheticSupply_lte?: InputMaybe; - gOhmSyntheticSupply_in?: InputMaybe>; - gOhmSyntheticSupply_not_in?: InputMaybe>; - gOhmTotalSupply?: InputMaybe; - gOhmTotalSupply_not?: InputMaybe; - gOhmTotalSupply_gt?: InputMaybe; - gOhmTotalSupply_lt?: InputMaybe; - gOhmTotalSupply_gte?: InputMaybe; - gOhmTotalSupply_lte?: InputMaybe; - gOhmTotalSupply_in?: InputMaybe>; - gOhmTotalSupply_not_in?: InputMaybe>; - marketCap?: InputMaybe; - marketCap_not?: InputMaybe; - marketCap_gt?: InputMaybe; - marketCap_lt?: InputMaybe; - marketCap_gte?: InputMaybe; - marketCap_lte?: InputMaybe; - marketCap_in?: InputMaybe>; - marketCap_not_in?: InputMaybe>; - nextDistributedOhm?: InputMaybe; - nextDistributedOhm_not?: InputMaybe; - nextDistributedOhm_gt?: InputMaybe; - nextDistributedOhm_lt?: InputMaybe; - nextDistributedOhm_gte?: InputMaybe; - nextDistributedOhm_lte?: InputMaybe; - nextDistributedOhm_in?: InputMaybe>; - nextDistributedOhm_not_in?: InputMaybe>; - nextEpochRebase?: InputMaybe; - nextEpochRebase_not?: InputMaybe; - nextEpochRebase_gt?: InputMaybe; - nextEpochRebase_lt?: InputMaybe; - nextEpochRebase_gte?: InputMaybe; - nextEpochRebase_lte?: InputMaybe; - nextEpochRebase_in?: InputMaybe>; - nextEpochRebase_not_in?: InputMaybe>; - ohmCirculatingSupply?: InputMaybe; - ohmCirculatingSupply_not?: InputMaybe; - ohmCirculatingSupply_gt?: InputMaybe; - ohmCirculatingSupply_lt?: InputMaybe; - ohmCirculatingSupply_gte?: InputMaybe; - ohmCirculatingSupply_lte?: InputMaybe; - ohmCirculatingSupply_in?: InputMaybe>; - ohmCirculatingSupply_not_in?: InputMaybe>; - ohmFloatingSupply?: InputMaybe; - ohmFloatingSupply_not?: InputMaybe; - ohmFloatingSupply_gt?: InputMaybe; - ohmFloatingSupply_lt?: InputMaybe; - ohmFloatingSupply_gte?: InputMaybe; - ohmFloatingSupply_lte?: InputMaybe; - ohmFloatingSupply_in?: InputMaybe>; - ohmFloatingSupply_not_in?: InputMaybe>; - ohmPrice?: InputMaybe; - ohmPrice_not?: InputMaybe; - ohmPrice_gt?: InputMaybe; - ohmPrice_lt?: InputMaybe; - ohmPrice_gte?: InputMaybe; - ohmPrice_lte?: InputMaybe; - ohmPrice_in?: InputMaybe>; - ohmPrice_not_in?: InputMaybe>; - ohmTotalSupply?: InputMaybe; - ohmTotalSupply_not?: InputMaybe; - ohmTotalSupply_gt?: InputMaybe; - ohmTotalSupply_lt?: InputMaybe; - ohmTotalSupply_gte?: InputMaybe; - ohmTotalSupply_lte?: InputMaybe; - ohmTotalSupply_in?: InputMaybe>; - ohmTotalSupply_not_in?: InputMaybe>; - sOhmCirculatingSupply?: InputMaybe; - sOhmCirculatingSupply_not?: InputMaybe; - sOhmCirculatingSupply_gt?: InputMaybe; - sOhmCirculatingSupply_lt?: InputMaybe; - sOhmCirculatingSupply_gte?: InputMaybe; - sOhmCirculatingSupply_lte?: InputMaybe; - sOhmCirculatingSupply_in?: InputMaybe>; - sOhmCirculatingSupply_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - totalValueLocked?: InputMaybe; - totalValueLocked_not?: InputMaybe; - totalValueLocked_gt?: InputMaybe; - totalValueLocked_lt?: InputMaybe; - totalValueLocked_gte?: InputMaybe; - totalValueLocked_lte?: InputMaybe; - totalValueLocked_in?: InputMaybe>; - totalValueLocked_not_in?: InputMaybe>; - treasuryLiquidBacking?: InputMaybe; - treasuryLiquidBacking_not?: InputMaybe; - treasuryLiquidBacking_gt?: InputMaybe; - treasuryLiquidBacking_lt?: InputMaybe; - treasuryLiquidBacking_gte?: InputMaybe; - treasuryLiquidBacking_lte?: InputMaybe; - treasuryLiquidBacking_in?: InputMaybe>; - treasuryLiquidBacking_not_in?: InputMaybe>; - treasuryLiquidBackingPerGOhmSynthetic?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_not?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_gt?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_lt?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_gte?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_lte?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_in?: InputMaybe>; - treasuryLiquidBackingPerGOhmSynthetic_not_in?: InputMaybe>; - treasuryLiquidBackingPerOhmFloating?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_not?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_gt?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_lt?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_gte?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_lte?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_in?: InputMaybe>; - treasuryLiquidBackingPerOhmFloating_not_in?: InputMaybe>; - treasuryMarketValue?: InputMaybe; - treasuryMarketValue_not?: InputMaybe; - treasuryMarketValue_gt?: InputMaybe; - treasuryMarketValue_lt?: InputMaybe; - treasuryMarketValue_gte?: InputMaybe; - treasuryMarketValue_lte?: InputMaybe; - treasuryMarketValue_in?: InputMaybe>; - treasuryMarketValue_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum ProtocolMetric_OrderBy { - Id = "id", - Block = "block", - CurrentApy = "currentAPY", - CurrentIndex = "currentIndex", - Date = "date", - GOhmPrice = "gOhmPrice", - GOhmSyntheticSupply = "gOhmSyntheticSupply", - GOhmTotalSupply = "gOhmTotalSupply", - MarketCap = "marketCap", - NextDistributedOhm = "nextDistributedOhm", - NextEpochRebase = "nextEpochRebase", - OhmCirculatingSupply = "ohmCirculatingSupply", - OhmFloatingSupply = "ohmFloatingSupply", - OhmPrice = "ohmPrice", - OhmTotalSupply = "ohmTotalSupply", - SOhmCirculatingSupply = "sOhmCirculatingSupply", - Timestamp = "timestamp", - TotalValueLocked = "totalValueLocked", - TreasuryLiquidBacking = "treasuryLiquidBacking", - TreasuryLiquidBackingPerGOhmSynthetic = "treasuryLiquidBackingPerGOhmSynthetic", - TreasuryLiquidBackingPerOhmFloating = "treasuryLiquidBackingPerOhmFloating", - TreasuryMarketValue = "treasuryMarketValue", -} - -export type Query = { - __typename?: "Query"; - protocolMetric?: Maybe; - protocolMetrics: Array; - tokenRecord?: Maybe; - tokenRecords: Array; - tokenSupply?: Maybe; - tokenSupplies: Array; - priceSnapshot?: Maybe; - priceSnapshots: Array; - gnosisAuctionRoot?: Maybe; - gnosisAuctionRoots: Array; - gnosisAuction?: Maybe; - gnosisAuctions: Array; - erc20TokenSnapshot?: Maybe; - erc20TokenSnapshots: Array; - balancerPoolSnapshot?: Maybe; - balancerPoolSnapshots: Array; - poolSnapshot?: Maybe; - poolSnapshots: Array; - tokenPriceSnapshot?: Maybe; - tokenPriceSnapshots: Array; - stakingPoolSnapshot?: Maybe; - stakingPoolSnapshots: Array; - /** Access to subgraph metadata */ - _meta?: Maybe<_Meta_>; -}; - -export type QueryProtocolMetricArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryProtocolMetricsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenRecordArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenRecordsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenSupplyArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenSuppliesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionRootArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryErc20TokenSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryErc20TokenSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryBalancerPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryBalancerPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryStakingPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryStakingPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type Query_MetaArgs = { - block?: InputMaybe; -}; - -export type StakingPoolSnapshot = { - __typename?: "StakingPoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - contractAddress: Scalars["Bytes"]; - stakingToken?: Maybe; -}; - -export type StakingPoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - contractAddress?: InputMaybe; - contractAddress_not?: InputMaybe; - contractAddress_gt?: InputMaybe; - contractAddress_lt?: InputMaybe; - contractAddress_gte?: InputMaybe; - contractAddress_lte?: InputMaybe; - contractAddress_in?: InputMaybe>; - contractAddress_not_in?: InputMaybe>; - contractAddress_contains?: InputMaybe; - contractAddress_not_contains?: InputMaybe; - stakingToken?: InputMaybe; - stakingToken_not?: InputMaybe; - stakingToken_gt?: InputMaybe; - stakingToken_lt?: InputMaybe; - stakingToken_gte?: InputMaybe; - stakingToken_lte?: InputMaybe; - stakingToken_in?: InputMaybe>; - stakingToken_not_in?: InputMaybe>; - stakingToken_contains?: InputMaybe; - stakingToken_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum StakingPoolSnapshot_OrderBy { - Id = "id", - Block = "block", - ContractAddress = "contractAddress", - StakingToken = "stakingToken", -} - -export type Subscription = { - __typename?: "Subscription"; - protocolMetric?: Maybe; - protocolMetrics: Array; - tokenRecord?: Maybe; - tokenRecords: Array; - tokenSupply?: Maybe; - tokenSupplies: Array; - priceSnapshot?: Maybe; - priceSnapshots: Array; - gnosisAuctionRoot?: Maybe; - gnosisAuctionRoots: Array; - gnosisAuction?: Maybe; - gnosisAuctions: Array; - erc20TokenSnapshot?: Maybe; - erc20TokenSnapshots: Array; - balancerPoolSnapshot?: Maybe; - balancerPoolSnapshots: Array; - poolSnapshot?: Maybe; - poolSnapshots: Array; - tokenPriceSnapshot?: Maybe; - tokenPriceSnapshots: Array; - stakingPoolSnapshot?: Maybe; - stakingPoolSnapshots: Array; - /** Access to subgraph metadata */ - _meta?: Maybe<_Meta_>; -}; - -export type SubscriptionProtocolMetricArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionProtocolMetricsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenRecordArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenRecordsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenSupplyArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenSuppliesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionRootArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionErc20TokenSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionErc20TokenSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionBalancerPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionBalancerPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionStakingPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionStakingPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type Subscription_MetaArgs = { - block?: InputMaybe; -}; - -export type TokenPriceSnapshot = { - __typename?: "TokenPriceSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - token: Scalars["Bytes"]; - price: Scalars["BigDecimal"]; -}; - -export type TokenPriceSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_not_contains?: InputMaybe; - price?: InputMaybe; - price_not?: InputMaybe; - price_gt?: InputMaybe; - price_lt?: InputMaybe; - price_gte?: InputMaybe; - price_lte?: InputMaybe; - price_in?: InputMaybe>; - price_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenPriceSnapshot_OrderBy { - Id = "id", - Block = "block", - Token = "token", - Price = "price", -} - -export type TokenRecord = { - __typename?: "TokenRecord"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - token: Scalars["String"]; - tokenAddress: Scalars["String"]; - source: Scalars["String"]; - sourceAddress: Scalars["String"]; - rate: Scalars["BigDecimal"]; - balance: Scalars["BigDecimal"]; - multiplier: Scalars["BigDecimal"]; - value: Scalars["BigDecimal"]; - valueExcludingOhm: Scalars["BigDecimal"]; - category: Scalars["String"]; - isLiquid: Scalars["Boolean"]; - isBluechip: Scalars["Boolean"]; - blockchain: Scalars["String"]; -}; - -export type TokenRecord_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - tokenAddress?: InputMaybe; - tokenAddress_not?: InputMaybe; - tokenAddress_gt?: InputMaybe; - tokenAddress_lt?: InputMaybe; - tokenAddress_gte?: InputMaybe; - tokenAddress_lte?: InputMaybe; - tokenAddress_in?: InputMaybe>; - tokenAddress_not_in?: InputMaybe>; - tokenAddress_contains?: InputMaybe; - tokenAddress_contains_nocase?: InputMaybe; - tokenAddress_not_contains?: InputMaybe; - tokenAddress_not_contains_nocase?: InputMaybe; - tokenAddress_starts_with?: InputMaybe; - tokenAddress_starts_with_nocase?: InputMaybe; - tokenAddress_not_starts_with?: InputMaybe; - tokenAddress_not_starts_with_nocase?: InputMaybe; - tokenAddress_ends_with?: InputMaybe; - tokenAddress_ends_with_nocase?: InputMaybe; - tokenAddress_not_ends_with?: InputMaybe; - tokenAddress_not_ends_with_nocase?: InputMaybe; - source?: InputMaybe; - source_not?: InputMaybe; - source_gt?: InputMaybe; - source_lt?: InputMaybe; - source_gte?: InputMaybe; - source_lte?: InputMaybe; - source_in?: InputMaybe>; - source_not_in?: InputMaybe>; - source_contains?: InputMaybe; - source_contains_nocase?: InputMaybe; - source_not_contains?: InputMaybe; - source_not_contains_nocase?: InputMaybe; - source_starts_with?: InputMaybe; - source_starts_with_nocase?: InputMaybe; - source_not_starts_with?: InputMaybe; - source_not_starts_with_nocase?: InputMaybe; - source_ends_with?: InputMaybe; - source_ends_with_nocase?: InputMaybe; - source_not_ends_with?: InputMaybe; - source_not_ends_with_nocase?: InputMaybe; - sourceAddress?: InputMaybe; - sourceAddress_not?: InputMaybe; - sourceAddress_gt?: InputMaybe; - sourceAddress_lt?: InputMaybe; - sourceAddress_gte?: InputMaybe; - sourceAddress_lte?: InputMaybe; - sourceAddress_in?: InputMaybe>; - sourceAddress_not_in?: InputMaybe>; - sourceAddress_contains?: InputMaybe; - sourceAddress_contains_nocase?: InputMaybe; - sourceAddress_not_contains?: InputMaybe; - sourceAddress_not_contains_nocase?: InputMaybe; - sourceAddress_starts_with?: InputMaybe; - sourceAddress_starts_with_nocase?: InputMaybe; - sourceAddress_not_starts_with?: InputMaybe; - sourceAddress_not_starts_with_nocase?: InputMaybe; - sourceAddress_ends_with?: InputMaybe; - sourceAddress_ends_with_nocase?: InputMaybe; - sourceAddress_not_ends_with?: InputMaybe; - sourceAddress_not_ends_with_nocase?: InputMaybe; - rate?: InputMaybe; - rate_not?: InputMaybe; - rate_gt?: InputMaybe; - rate_lt?: InputMaybe; - rate_gte?: InputMaybe; - rate_lte?: InputMaybe; - rate_in?: InputMaybe>; - rate_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - multiplier?: InputMaybe; - multiplier_not?: InputMaybe; - multiplier_gt?: InputMaybe; - multiplier_lt?: InputMaybe; - multiplier_gte?: InputMaybe; - multiplier_lte?: InputMaybe; - multiplier_in?: InputMaybe>; - multiplier_not_in?: InputMaybe>; - value?: InputMaybe; - value_not?: InputMaybe; - value_gt?: InputMaybe; - value_lt?: InputMaybe; - value_gte?: InputMaybe; - value_lte?: InputMaybe; - value_in?: InputMaybe>; - value_not_in?: InputMaybe>; - valueExcludingOhm?: InputMaybe; - valueExcludingOhm_not?: InputMaybe; - valueExcludingOhm_gt?: InputMaybe; - valueExcludingOhm_lt?: InputMaybe; - valueExcludingOhm_gte?: InputMaybe; - valueExcludingOhm_lte?: InputMaybe; - valueExcludingOhm_in?: InputMaybe>; - valueExcludingOhm_not_in?: InputMaybe>; - category?: InputMaybe; - category_not?: InputMaybe; - category_gt?: InputMaybe; - category_lt?: InputMaybe; - category_gte?: InputMaybe; - category_lte?: InputMaybe; - category_in?: InputMaybe>; - category_not_in?: InputMaybe>; - category_contains?: InputMaybe; - category_contains_nocase?: InputMaybe; - category_not_contains?: InputMaybe; - category_not_contains_nocase?: InputMaybe; - category_starts_with?: InputMaybe; - category_starts_with_nocase?: InputMaybe; - category_not_starts_with?: InputMaybe; - category_not_starts_with_nocase?: InputMaybe; - category_ends_with?: InputMaybe; - category_ends_with_nocase?: InputMaybe; - category_not_ends_with?: InputMaybe; - category_not_ends_with_nocase?: InputMaybe; - isLiquid?: InputMaybe; - isLiquid_not?: InputMaybe; - isLiquid_in?: InputMaybe>; - isLiquid_not_in?: InputMaybe>; - isBluechip?: InputMaybe; - isBluechip_not?: InputMaybe; - isBluechip_in?: InputMaybe>; - isBluechip_not_in?: InputMaybe>; - blockchain?: InputMaybe; - blockchain_not?: InputMaybe; - blockchain_gt?: InputMaybe; - blockchain_lt?: InputMaybe; - blockchain_gte?: InputMaybe; - blockchain_lte?: InputMaybe; - blockchain_in?: InputMaybe>; - blockchain_not_in?: InputMaybe>; - blockchain_contains?: InputMaybe; - blockchain_contains_nocase?: InputMaybe; - blockchain_not_contains?: InputMaybe; - blockchain_not_contains_nocase?: InputMaybe; - blockchain_starts_with?: InputMaybe; - blockchain_starts_with_nocase?: InputMaybe; - blockchain_not_starts_with?: InputMaybe; - blockchain_not_starts_with_nocase?: InputMaybe; - blockchain_ends_with?: InputMaybe; - blockchain_ends_with_nocase?: InputMaybe; - blockchain_not_ends_with?: InputMaybe; - blockchain_not_ends_with_nocase?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenRecord_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - Token = "token", - TokenAddress = "tokenAddress", - Source = "source", - SourceAddress = "sourceAddress", - Rate = "rate", - Balance = "balance", - Multiplier = "multiplier", - Value = "value", - ValueExcludingOhm = "valueExcludingOhm", - Category = "category", - IsLiquid = "isLiquid", - IsBluechip = "isBluechip", - Blockchain = "blockchain", -} - -export type TokenSupply = { - __typename?: "TokenSupply"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - token: Scalars["String"]; - tokenAddress: Scalars["String"]; - pool?: Maybe; - poolAddress?: Maybe; - source?: Maybe; - sourceAddress?: Maybe; - type: Scalars["String"]; - balance: Scalars["BigDecimal"]; - supplyBalance: Scalars["BigDecimal"]; -}; - -export type TokenSupply_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - tokenAddress?: InputMaybe; - tokenAddress_not?: InputMaybe; - tokenAddress_gt?: InputMaybe; - tokenAddress_lt?: InputMaybe; - tokenAddress_gte?: InputMaybe; - tokenAddress_lte?: InputMaybe; - tokenAddress_in?: InputMaybe>; - tokenAddress_not_in?: InputMaybe>; - tokenAddress_contains?: InputMaybe; - tokenAddress_contains_nocase?: InputMaybe; - tokenAddress_not_contains?: InputMaybe; - tokenAddress_not_contains_nocase?: InputMaybe; - tokenAddress_starts_with?: InputMaybe; - tokenAddress_starts_with_nocase?: InputMaybe; - tokenAddress_not_starts_with?: InputMaybe; - tokenAddress_not_starts_with_nocase?: InputMaybe; - tokenAddress_ends_with?: InputMaybe; - tokenAddress_ends_with_nocase?: InputMaybe; - tokenAddress_not_ends_with?: InputMaybe; - tokenAddress_not_ends_with_nocase?: InputMaybe; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_contains_nocase?: InputMaybe; - pool_not_contains?: InputMaybe; - pool_not_contains_nocase?: InputMaybe; - pool_starts_with?: InputMaybe; - pool_starts_with_nocase?: InputMaybe; - pool_not_starts_with?: InputMaybe; - pool_not_starts_with_nocase?: InputMaybe; - pool_ends_with?: InputMaybe; - pool_ends_with_nocase?: InputMaybe; - pool_not_ends_with?: InputMaybe; - pool_not_ends_with_nocase?: InputMaybe; - poolAddress?: InputMaybe; - poolAddress_not?: InputMaybe; - poolAddress_gt?: InputMaybe; - poolAddress_lt?: InputMaybe; - poolAddress_gte?: InputMaybe; - poolAddress_lte?: InputMaybe; - poolAddress_in?: InputMaybe>; - poolAddress_not_in?: InputMaybe>; - poolAddress_contains?: InputMaybe; - poolAddress_contains_nocase?: InputMaybe; - poolAddress_not_contains?: InputMaybe; - poolAddress_not_contains_nocase?: InputMaybe; - poolAddress_starts_with?: InputMaybe; - poolAddress_starts_with_nocase?: InputMaybe; - poolAddress_not_starts_with?: InputMaybe; - poolAddress_not_starts_with_nocase?: InputMaybe; - poolAddress_ends_with?: InputMaybe; - poolAddress_ends_with_nocase?: InputMaybe; - poolAddress_not_ends_with?: InputMaybe; - poolAddress_not_ends_with_nocase?: InputMaybe; - source?: InputMaybe; - source_not?: InputMaybe; - source_gt?: InputMaybe; - source_lt?: InputMaybe; - source_gte?: InputMaybe; - source_lte?: InputMaybe; - source_in?: InputMaybe>; - source_not_in?: InputMaybe>; - source_contains?: InputMaybe; - source_contains_nocase?: InputMaybe; - source_not_contains?: InputMaybe; - source_not_contains_nocase?: InputMaybe; - source_starts_with?: InputMaybe; - source_starts_with_nocase?: InputMaybe; - source_not_starts_with?: InputMaybe; - source_not_starts_with_nocase?: InputMaybe; - source_ends_with?: InputMaybe; - source_ends_with_nocase?: InputMaybe; - source_not_ends_with?: InputMaybe; - source_not_ends_with_nocase?: InputMaybe; - sourceAddress?: InputMaybe; - sourceAddress_not?: InputMaybe; - sourceAddress_gt?: InputMaybe; - sourceAddress_lt?: InputMaybe; - sourceAddress_gte?: InputMaybe; - sourceAddress_lte?: InputMaybe; - sourceAddress_in?: InputMaybe>; - sourceAddress_not_in?: InputMaybe>; - sourceAddress_contains?: InputMaybe; - sourceAddress_contains_nocase?: InputMaybe; - sourceAddress_not_contains?: InputMaybe; - sourceAddress_not_contains_nocase?: InputMaybe; - sourceAddress_starts_with?: InputMaybe; - sourceAddress_starts_with_nocase?: InputMaybe; - sourceAddress_not_starts_with?: InputMaybe; - sourceAddress_not_starts_with_nocase?: InputMaybe; - sourceAddress_ends_with?: InputMaybe; - sourceAddress_ends_with_nocase?: InputMaybe; - sourceAddress_not_ends_with?: InputMaybe; - sourceAddress_not_ends_with_nocase?: InputMaybe; - type?: InputMaybe; - type_not?: InputMaybe; - type_gt?: InputMaybe; - type_lt?: InputMaybe; - type_gte?: InputMaybe; - type_lte?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; - type_contains?: InputMaybe; - type_contains_nocase?: InputMaybe; - type_not_contains?: InputMaybe; - type_not_contains_nocase?: InputMaybe; - type_starts_with?: InputMaybe; - type_starts_with_nocase?: InputMaybe; - type_not_starts_with?: InputMaybe; - type_not_starts_with_nocase?: InputMaybe; - type_ends_with?: InputMaybe; - type_ends_with_nocase?: InputMaybe; - type_not_ends_with?: InputMaybe; - type_not_ends_with_nocase?: InputMaybe; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - supplyBalance?: InputMaybe; - supplyBalance_not?: InputMaybe; - supplyBalance_gt?: InputMaybe; - supplyBalance_lt?: InputMaybe; - supplyBalance_gte?: InputMaybe; - supplyBalance_lte?: InputMaybe; - supplyBalance_in?: InputMaybe>; - supplyBalance_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenSupply_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - Token = "token", - TokenAddress = "tokenAddress", - Pool = "pool", - PoolAddress = "poolAddress", - Source = "source", - SourceAddress = "sourceAddress", - Type = "type", - Balance = "balance", - SupplyBalance = "supplyBalance", -} - -export type _Block_ = { - __typename?: "_Block_"; - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars["Int"]; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type _Meta_ = { - __typename?: "_Meta_"; - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: _Block_; - /** The deployment ID */ - deployment: Scalars["String"]; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars["Boolean"]; -}; - -export enum _SubgraphErrorPolicy_ { - /** Data will be returned even if the subgraph has indexing errors */ - Allow = "allow", - /** If the subgraph has indexing errors, data will be omitted. The default. */ - Deny = "deny", -} diff --git a/function/generated/Treasury_Base/QmdqJ1zoExrs8u2T93wXSRWSx5VSKqKWTV4gCE2vszGwgt/TokenRecord/TokenRecord.jsonschema b/function/generated/Treasury_Base/QmdqJ1zoExrs8u2T93wXSRWSx5VSKqKWTV4gCE2vszGwgt/TokenRecord/TokenRecord.jsonschema deleted file mode 100644 index d22d846..0000000 --- a/function/generated/Treasury_Base/QmdqJ1zoExrs8u2T93wXSRWSx5VSKqKWTV4gCE2vszGwgt/TokenRecord/TokenRecord.jsonschema +++ /dev/null @@ -1,62 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "type": "object", - "properties": { - "__typename": { - "type": "string", - "const": "TokenRecord" - }, - "id": { - "type": "string" - }, - "block": { - "type": "string" - }, - "timestamp": { - "type": "string" - }, - "date": { - "type": "string" - }, - "token": { - "type": "string" - }, - "tokenAddress": { - "type": "string" - }, - "source": { - "type": "string" - }, - "sourceAddress": { - "type": "string" - }, - "rate": { - "type": "string" - }, - "balance": { - "type": "string" - }, - "multiplier": { - "type": "string" - }, - "value": { - "type": "string" - }, - "valueExcludingOhm": { - "type": "string" - }, - "category": { - "type": "string" - }, - "isLiquid": { - "type": "boolean" - }, - "isBluechip": { - "type": "boolean" - }, - "blockchain": { - "type": "string" - } - }, - "additionalProperties": false -} \ No newline at end of file diff --git a/function/generated/Treasury_Base/QmdqJ1zoExrs8u2T93wXSRWSx5VSKqKWTV4gCE2vszGwgt/TokenRecord/TokenRecord_schema.json b/function/generated/Treasury_Base/QmdqJ1zoExrs8u2T93wXSRWSx5VSKqKWTV4gCE2vszGwgt/TokenRecord/TokenRecord_schema.json deleted file mode 100644 index a767ca4..0000000 --- a/function/generated/Treasury_Base/QmdqJ1zoExrs8u2T93wXSRWSx5VSKqKWTV4gCE2vszGwgt/TokenRecord/TokenRecord_schema.json +++ /dev/null @@ -1,92 +0,0 @@ -[ - { - "name": "__typename", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "id", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "block", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "timestamp", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "date", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "token", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "tokenAddress", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "source", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "sourceAddress", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "rate", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "balance", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "multiplier", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "value", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "valueExcludingOhm", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "category", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "isLiquid", - "type": "BOOLEAN", - "mode": "NULLABLE" - }, - { - "name": "isBluechip", - "type": "BOOLEAN", - "mode": "NULLABLE" - }, - { - "name": "blockchain", - "type": "STRING", - "mode": "NULLABLE" - } -] diff --git a/function/generated/Treasury_Base/QmdqJ1zoExrs8u2T93wXSRWSx5VSKqKWTV4gCE2vszGwgt/TokenRecord/TokenRecord_types.ts b/function/generated/Treasury_Base/QmdqJ1zoExrs8u2T93wXSRWSx5VSKqKWTV4gCE2vszGwgt/TokenRecord/TokenRecord_types.ts deleted file mode 100644 index 25fd65c..0000000 --- a/function/generated/Treasury_Base/QmdqJ1zoExrs8u2T93wXSRWSx5VSKqKWTV4gCE2vszGwgt/TokenRecord/TokenRecord_types.ts +++ /dev/null @@ -1,1827 +0,0 @@ -export type Maybe = T | null | undefined; -export type InputMaybe = T | null | undefined; -export type Exact = { [K in keyof T]: T[K] }; -export type MakeOptional = Omit & { [SubKey in K]?: Maybe }; -export type MakeMaybe = Omit & { [SubKey in K]: Maybe }; -/** All built-in and custom scalars, mapped to their actual values */ -export type Scalars = { - ID: string; - String: string; - Boolean: boolean; - Int: number; - Float: number; - BigDecimal: string; - BigInt: string; - Bytes: string; - /** - * 8 bytes signed integer - * - */ - Int8: string; - /** - * A string representation of microseconds UNIX timestamp (16 digits) - * - */ - Timestamp: string; -}; - -export enum Aggregation_Interval { - Hour = "hour", - Day = "day", -} - -export type BalancerPoolSnapshot = { - __typename?: "BalancerPoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - pool: Scalars["Bytes"]; - poolToken: Scalars["Bytes"]; - decimals: Scalars["Int"]; - totalSupply: Scalars["BigDecimal"]; - tokens: Array; - balances: Array; - weights: Array; -}; - -export type BalancerPoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_not_contains?: InputMaybe; - poolToken?: InputMaybe; - poolToken_not?: InputMaybe; - poolToken_gt?: InputMaybe; - poolToken_lt?: InputMaybe; - poolToken_gte?: InputMaybe; - poolToken_lte?: InputMaybe; - poolToken_in?: InputMaybe>; - poolToken_not_in?: InputMaybe>; - poolToken_contains?: InputMaybe; - poolToken_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - tokens?: InputMaybe>; - tokens_not?: InputMaybe>; - tokens_contains?: InputMaybe>; - tokens_contains_nocase?: InputMaybe>; - tokens_not_contains?: InputMaybe>; - tokens_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - weights?: InputMaybe>; - weights_not?: InputMaybe>; - weights_contains?: InputMaybe>; - weights_contains_nocase?: InputMaybe>; - weights_not_contains?: InputMaybe>; - weights_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum BalancerPoolSnapshot_OrderBy { - Id = "id", - Block = "block", - Pool = "pool", - PoolToken = "poolToken", - Decimals = "decimals", - TotalSupply = "totalSupply", - Tokens = "tokens", - Balances = "balances", - Weights = "weights", -} - -export type BlockChangedFilter = { - number_gte: Scalars["Int"]; -}; - -export type Block_Height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type Erc20TokenSnapshot = { - __typename?: "ERC20TokenSnapshot"; - id: Scalars["Bytes"]; - address: Scalars["Bytes"]; - decimals: Scalars["Int"]; - totalSupply?: Maybe; -}; - -export type Erc20TokenSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum Erc20TokenSnapshot_OrderBy { - Id = "id", - Address = "address", - Decimals = "decimals", - TotalSupply = "totalSupply", -} - -export type GnosisAuction = { - __typename?: "GnosisAuction"; - id: Scalars["ID"]; - auctionOpenTimestamp: Scalars["BigInt"]; - payoutCapacity: Scalars["BigDecimal"]; - termSeconds: Scalars["BigInt"]; - bidQuantity?: Maybe; - auctionCloseTimestamp?: Maybe; -}; - -export type GnosisAuctionRoot = { - __typename?: "GnosisAuctionRoot"; - id: Scalars["ID"]; - markets: Array; -}; - -export type GnosisAuctionRoot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - markets?: InputMaybe>; - markets_not?: InputMaybe>; - markets_contains?: InputMaybe>; - markets_contains_nocase?: InputMaybe>; - markets_not_contains?: InputMaybe>; - markets_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum GnosisAuctionRoot_OrderBy { - Id = "id", - Markets = "markets", -} - -export type GnosisAuction_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - auctionOpenTimestamp?: InputMaybe; - auctionOpenTimestamp_not?: InputMaybe; - auctionOpenTimestamp_gt?: InputMaybe; - auctionOpenTimestamp_lt?: InputMaybe; - auctionOpenTimestamp_gte?: InputMaybe; - auctionOpenTimestamp_lte?: InputMaybe; - auctionOpenTimestamp_in?: InputMaybe>; - auctionOpenTimestamp_not_in?: InputMaybe>; - payoutCapacity?: InputMaybe; - payoutCapacity_not?: InputMaybe; - payoutCapacity_gt?: InputMaybe; - payoutCapacity_lt?: InputMaybe; - payoutCapacity_gte?: InputMaybe; - payoutCapacity_lte?: InputMaybe; - payoutCapacity_in?: InputMaybe>; - payoutCapacity_not_in?: InputMaybe>; - termSeconds?: InputMaybe; - termSeconds_not?: InputMaybe; - termSeconds_gt?: InputMaybe; - termSeconds_lt?: InputMaybe; - termSeconds_gte?: InputMaybe; - termSeconds_lte?: InputMaybe; - termSeconds_in?: InputMaybe>; - termSeconds_not_in?: InputMaybe>; - bidQuantity?: InputMaybe; - bidQuantity_not?: InputMaybe; - bidQuantity_gt?: InputMaybe; - bidQuantity_lt?: InputMaybe; - bidQuantity_gte?: InputMaybe; - bidQuantity_lte?: InputMaybe; - bidQuantity_in?: InputMaybe>; - bidQuantity_not_in?: InputMaybe>; - auctionCloseTimestamp?: InputMaybe; - auctionCloseTimestamp_not?: InputMaybe; - auctionCloseTimestamp_gt?: InputMaybe; - auctionCloseTimestamp_lt?: InputMaybe; - auctionCloseTimestamp_gte?: InputMaybe; - auctionCloseTimestamp_lte?: InputMaybe; - auctionCloseTimestamp_in?: InputMaybe>; - auctionCloseTimestamp_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum GnosisAuction_OrderBy { - Id = "id", - AuctionOpenTimestamp = "auctionOpenTimestamp", - PayoutCapacity = "payoutCapacity", - TermSeconds = "termSeconds", - BidQuantity = "bidQuantity", - AuctionCloseTimestamp = "auctionCloseTimestamp", -} - -/** Defines the order direction, either ascending or descending */ -export enum OrderDirection { - Asc = "asc", - Desc = "desc", -} - -export type PoolSnapshot = { - __typename?: "PoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - pool: Scalars["Bytes"]; - poolToken?: Maybe; - decimals: Scalars["Int"]; - totalSupply: Scalars["BigDecimal"]; - tokens: Array; - balances: Array; - weights?: Maybe>; -}; - -export type PoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_not_contains?: InputMaybe; - poolToken?: InputMaybe; - poolToken_not?: InputMaybe; - poolToken_gt?: InputMaybe; - poolToken_lt?: InputMaybe; - poolToken_gte?: InputMaybe; - poolToken_lte?: InputMaybe; - poolToken_in?: InputMaybe>; - poolToken_not_in?: InputMaybe>; - poolToken_contains?: InputMaybe; - poolToken_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - tokens?: InputMaybe>; - tokens_not?: InputMaybe>; - tokens_contains?: InputMaybe>; - tokens_contains_nocase?: InputMaybe>; - tokens_not_contains?: InputMaybe>; - tokens_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - weights?: InputMaybe>; - weights_not?: InputMaybe>; - weights_contains?: InputMaybe>; - weights_contains_nocase?: InputMaybe>; - weights_not_contains?: InputMaybe>; - weights_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum PoolSnapshot_OrderBy { - Id = "id", - Block = "block", - Pool = "pool", - PoolToken = "poolToken", - Decimals = "decimals", - TotalSupply = "totalSupply", - Tokens = "tokens", - Balances = "balances", - Weights = "weights", -} - -export type PriceSnapshot = { - __typename?: "PriceSnapshot"; - id: Scalars["ID"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - priceOhm: Scalars["BigDecimal"]; - priceGOhm: Scalars["BigDecimal"]; -}; - -export type PriceSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - priceOhm?: InputMaybe; - priceOhm_not?: InputMaybe; - priceOhm_gt?: InputMaybe; - priceOhm_lt?: InputMaybe; - priceOhm_gte?: InputMaybe; - priceOhm_lte?: InputMaybe; - priceOhm_in?: InputMaybe>; - priceOhm_not_in?: InputMaybe>; - priceGOhm?: InputMaybe; - priceGOhm_not?: InputMaybe; - priceGOhm_gt?: InputMaybe; - priceGOhm_lt?: InputMaybe; - priceGOhm_gte?: InputMaybe; - priceGOhm_lte?: InputMaybe; - priceGOhm_in?: InputMaybe>; - priceGOhm_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum PriceSnapshot_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - PriceOhm = "priceOhm", - PriceGOhm = "priceGOhm", -} - -export type ProtocolMetric = { - __typename?: "ProtocolMetric"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - currentAPY: Scalars["BigDecimal"]; - currentIndex: Scalars["BigDecimal"]; - date: Scalars["String"]; - gOhmPrice: Scalars["BigDecimal"]; - gOhmSyntheticSupply?: Maybe; - gOhmTotalSupply: Scalars["BigDecimal"]; - marketCap?: Maybe; - nextDistributedOhm: Scalars["BigDecimal"]; - nextEpochRebase: Scalars["BigDecimal"]; - ohmCirculatingSupply?: Maybe; - ohmFloatingSupply?: Maybe; - ohmPrice: Scalars["BigDecimal"]; - ohmTotalSupply: Scalars["BigDecimal"]; - sOhmCirculatingSupply: Scalars["BigDecimal"]; - timestamp: Scalars["BigInt"]; - totalValueLocked: Scalars["BigDecimal"]; - treasuryLiquidBacking?: Maybe; - treasuryLiquidBackingPerGOhmSynthetic?: Maybe; - treasuryLiquidBackingPerOhmFloating?: Maybe; - treasuryMarketValue?: Maybe; -}; - -export type ProtocolMetric_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - currentAPY?: InputMaybe; - currentAPY_not?: InputMaybe; - currentAPY_gt?: InputMaybe; - currentAPY_lt?: InputMaybe; - currentAPY_gte?: InputMaybe; - currentAPY_lte?: InputMaybe; - currentAPY_in?: InputMaybe>; - currentAPY_not_in?: InputMaybe>; - currentIndex?: InputMaybe; - currentIndex_not?: InputMaybe; - currentIndex_gt?: InputMaybe; - currentIndex_lt?: InputMaybe; - currentIndex_gte?: InputMaybe; - currentIndex_lte?: InputMaybe; - currentIndex_in?: InputMaybe>; - currentIndex_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - gOhmPrice?: InputMaybe; - gOhmPrice_not?: InputMaybe; - gOhmPrice_gt?: InputMaybe; - gOhmPrice_lt?: InputMaybe; - gOhmPrice_gte?: InputMaybe; - gOhmPrice_lte?: InputMaybe; - gOhmPrice_in?: InputMaybe>; - gOhmPrice_not_in?: InputMaybe>; - gOhmSyntheticSupply?: InputMaybe; - gOhmSyntheticSupply_not?: InputMaybe; - gOhmSyntheticSupply_gt?: InputMaybe; - gOhmSyntheticSupply_lt?: InputMaybe; - gOhmSyntheticSupply_gte?: InputMaybe; - gOhmSyntheticSupply_lte?: InputMaybe; - gOhmSyntheticSupply_in?: InputMaybe>; - gOhmSyntheticSupply_not_in?: InputMaybe>; - gOhmTotalSupply?: InputMaybe; - gOhmTotalSupply_not?: InputMaybe; - gOhmTotalSupply_gt?: InputMaybe; - gOhmTotalSupply_lt?: InputMaybe; - gOhmTotalSupply_gte?: InputMaybe; - gOhmTotalSupply_lte?: InputMaybe; - gOhmTotalSupply_in?: InputMaybe>; - gOhmTotalSupply_not_in?: InputMaybe>; - marketCap?: InputMaybe; - marketCap_not?: InputMaybe; - marketCap_gt?: InputMaybe; - marketCap_lt?: InputMaybe; - marketCap_gte?: InputMaybe; - marketCap_lte?: InputMaybe; - marketCap_in?: InputMaybe>; - marketCap_not_in?: InputMaybe>; - nextDistributedOhm?: InputMaybe; - nextDistributedOhm_not?: InputMaybe; - nextDistributedOhm_gt?: InputMaybe; - nextDistributedOhm_lt?: InputMaybe; - nextDistributedOhm_gte?: InputMaybe; - nextDistributedOhm_lte?: InputMaybe; - nextDistributedOhm_in?: InputMaybe>; - nextDistributedOhm_not_in?: InputMaybe>; - nextEpochRebase?: InputMaybe; - nextEpochRebase_not?: InputMaybe; - nextEpochRebase_gt?: InputMaybe; - nextEpochRebase_lt?: InputMaybe; - nextEpochRebase_gte?: InputMaybe; - nextEpochRebase_lte?: InputMaybe; - nextEpochRebase_in?: InputMaybe>; - nextEpochRebase_not_in?: InputMaybe>; - ohmCirculatingSupply?: InputMaybe; - ohmCirculatingSupply_not?: InputMaybe; - ohmCirculatingSupply_gt?: InputMaybe; - ohmCirculatingSupply_lt?: InputMaybe; - ohmCirculatingSupply_gte?: InputMaybe; - ohmCirculatingSupply_lte?: InputMaybe; - ohmCirculatingSupply_in?: InputMaybe>; - ohmCirculatingSupply_not_in?: InputMaybe>; - ohmFloatingSupply?: InputMaybe; - ohmFloatingSupply_not?: InputMaybe; - ohmFloatingSupply_gt?: InputMaybe; - ohmFloatingSupply_lt?: InputMaybe; - ohmFloatingSupply_gte?: InputMaybe; - ohmFloatingSupply_lte?: InputMaybe; - ohmFloatingSupply_in?: InputMaybe>; - ohmFloatingSupply_not_in?: InputMaybe>; - ohmPrice?: InputMaybe; - ohmPrice_not?: InputMaybe; - ohmPrice_gt?: InputMaybe; - ohmPrice_lt?: InputMaybe; - ohmPrice_gte?: InputMaybe; - ohmPrice_lte?: InputMaybe; - ohmPrice_in?: InputMaybe>; - ohmPrice_not_in?: InputMaybe>; - ohmTotalSupply?: InputMaybe; - ohmTotalSupply_not?: InputMaybe; - ohmTotalSupply_gt?: InputMaybe; - ohmTotalSupply_lt?: InputMaybe; - ohmTotalSupply_gte?: InputMaybe; - ohmTotalSupply_lte?: InputMaybe; - ohmTotalSupply_in?: InputMaybe>; - ohmTotalSupply_not_in?: InputMaybe>; - sOhmCirculatingSupply?: InputMaybe; - sOhmCirculatingSupply_not?: InputMaybe; - sOhmCirculatingSupply_gt?: InputMaybe; - sOhmCirculatingSupply_lt?: InputMaybe; - sOhmCirculatingSupply_gte?: InputMaybe; - sOhmCirculatingSupply_lte?: InputMaybe; - sOhmCirculatingSupply_in?: InputMaybe>; - sOhmCirculatingSupply_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - totalValueLocked?: InputMaybe; - totalValueLocked_not?: InputMaybe; - totalValueLocked_gt?: InputMaybe; - totalValueLocked_lt?: InputMaybe; - totalValueLocked_gte?: InputMaybe; - totalValueLocked_lte?: InputMaybe; - totalValueLocked_in?: InputMaybe>; - totalValueLocked_not_in?: InputMaybe>; - treasuryLiquidBacking?: InputMaybe; - treasuryLiquidBacking_not?: InputMaybe; - treasuryLiquidBacking_gt?: InputMaybe; - treasuryLiquidBacking_lt?: InputMaybe; - treasuryLiquidBacking_gte?: InputMaybe; - treasuryLiquidBacking_lte?: InputMaybe; - treasuryLiquidBacking_in?: InputMaybe>; - treasuryLiquidBacking_not_in?: InputMaybe>; - treasuryLiquidBackingPerGOhmSynthetic?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_not?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_gt?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_lt?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_gte?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_lte?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_in?: InputMaybe>; - treasuryLiquidBackingPerGOhmSynthetic_not_in?: InputMaybe>; - treasuryLiquidBackingPerOhmFloating?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_not?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_gt?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_lt?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_gte?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_lte?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_in?: InputMaybe>; - treasuryLiquidBackingPerOhmFloating_not_in?: InputMaybe>; - treasuryMarketValue?: InputMaybe; - treasuryMarketValue_not?: InputMaybe; - treasuryMarketValue_gt?: InputMaybe; - treasuryMarketValue_lt?: InputMaybe; - treasuryMarketValue_gte?: InputMaybe; - treasuryMarketValue_lte?: InputMaybe; - treasuryMarketValue_in?: InputMaybe>; - treasuryMarketValue_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum ProtocolMetric_OrderBy { - Id = "id", - Block = "block", - CurrentApy = "currentAPY", - CurrentIndex = "currentIndex", - Date = "date", - GOhmPrice = "gOhmPrice", - GOhmSyntheticSupply = "gOhmSyntheticSupply", - GOhmTotalSupply = "gOhmTotalSupply", - MarketCap = "marketCap", - NextDistributedOhm = "nextDistributedOhm", - NextEpochRebase = "nextEpochRebase", - OhmCirculatingSupply = "ohmCirculatingSupply", - OhmFloatingSupply = "ohmFloatingSupply", - OhmPrice = "ohmPrice", - OhmTotalSupply = "ohmTotalSupply", - SOhmCirculatingSupply = "sOhmCirculatingSupply", - Timestamp = "timestamp", - TotalValueLocked = "totalValueLocked", - TreasuryLiquidBacking = "treasuryLiquidBacking", - TreasuryLiquidBackingPerGOhmSynthetic = "treasuryLiquidBackingPerGOhmSynthetic", - TreasuryLiquidBackingPerOhmFloating = "treasuryLiquidBackingPerOhmFloating", - TreasuryMarketValue = "treasuryMarketValue", -} - -export type Query = { - __typename?: "Query"; - protocolMetric?: Maybe; - protocolMetrics: Array; - tokenRecord?: Maybe; - tokenRecords: Array; - tokenSupply?: Maybe; - tokenSupplies: Array; - priceSnapshot?: Maybe; - priceSnapshots: Array; - gnosisAuctionRoot?: Maybe; - gnosisAuctionRoots: Array; - gnosisAuction?: Maybe; - gnosisAuctions: Array; - erc20TokenSnapshot?: Maybe; - erc20TokenSnapshots: Array; - balancerPoolSnapshot?: Maybe; - balancerPoolSnapshots: Array; - poolSnapshot?: Maybe; - poolSnapshots: Array; - tokenPriceSnapshot?: Maybe; - tokenPriceSnapshots: Array; - stakingPoolSnapshot?: Maybe; - stakingPoolSnapshots: Array; - /** Access to subgraph metadata */ - _meta?: Maybe<_Meta_>; -}; - -export type QueryProtocolMetricArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryProtocolMetricsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenRecordArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenRecordsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenSupplyArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenSuppliesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionRootArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryErc20TokenSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryErc20TokenSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryBalancerPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryBalancerPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryStakingPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryStakingPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type Query_MetaArgs = { - block?: InputMaybe; -}; - -export type StakingPoolSnapshot = { - __typename?: "StakingPoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - contractAddress: Scalars["Bytes"]; - stakingToken?: Maybe; -}; - -export type StakingPoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - contractAddress?: InputMaybe; - contractAddress_not?: InputMaybe; - contractAddress_gt?: InputMaybe; - contractAddress_lt?: InputMaybe; - contractAddress_gte?: InputMaybe; - contractAddress_lte?: InputMaybe; - contractAddress_in?: InputMaybe>; - contractAddress_not_in?: InputMaybe>; - contractAddress_contains?: InputMaybe; - contractAddress_not_contains?: InputMaybe; - stakingToken?: InputMaybe; - stakingToken_not?: InputMaybe; - stakingToken_gt?: InputMaybe; - stakingToken_lt?: InputMaybe; - stakingToken_gte?: InputMaybe; - stakingToken_lte?: InputMaybe; - stakingToken_in?: InputMaybe>; - stakingToken_not_in?: InputMaybe>; - stakingToken_contains?: InputMaybe; - stakingToken_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum StakingPoolSnapshot_OrderBy { - Id = "id", - Block = "block", - ContractAddress = "contractAddress", - StakingToken = "stakingToken", -} - -export type Subscription = { - __typename?: "Subscription"; - protocolMetric?: Maybe; - protocolMetrics: Array; - tokenRecord?: Maybe; - tokenRecords: Array; - tokenSupply?: Maybe; - tokenSupplies: Array; - priceSnapshot?: Maybe; - priceSnapshots: Array; - gnosisAuctionRoot?: Maybe; - gnosisAuctionRoots: Array; - gnosisAuction?: Maybe; - gnosisAuctions: Array; - erc20TokenSnapshot?: Maybe; - erc20TokenSnapshots: Array; - balancerPoolSnapshot?: Maybe; - balancerPoolSnapshots: Array; - poolSnapshot?: Maybe; - poolSnapshots: Array; - tokenPriceSnapshot?: Maybe; - tokenPriceSnapshots: Array; - stakingPoolSnapshot?: Maybe; - stakingPoolSnapshots: Array; - /** Access to subgraph metadata */ - _meta?: Maybe<_Meta_>; -}; - -export type SubscriptionProtocolMetricArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionProtocolMetricsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenRecordArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenRecordsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenSupplyArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenSuppliesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionRootArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionErc20TokenSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionErc20TokenSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionBalancerPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionBalancerPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionStakingPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionStakingPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type Subscription_MetaArgs = { - block?: InputMaybe; -}; - -export type TokenPriceSnapshot = { - __typename?: "TokenPriceSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - token: Scalars["Bytes"]; - price: Scalars["BigDecimal"]; -}; - -export type TokenPriceSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_not_contains?: InputMaybe; - price?: InputMaybe; - price_not?: InputMaybe; - price_gt?: InputMaybe; - price_lt?: InputMaybe; - price_gte?: InputMaybe; - price_lte?: InputMaybe; - price_in?: InputMaybe>; - price_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenPriceSnapshot_OrderBy { - Id = "id", - Block = "block", - Token = "token", - Price = "price", -} - -export type TokenRecord = { - __typename?: "TokenRecord"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - token: Scalars["String"]; - tokenAddress: Scalars["String"]; - source: Scalars["String"]; - sourceAddress: Scalars["String"]; - rate: Scalars["BigDecimal"]; - balance: Scalars["BigDecimal"]; - multiplier: Scalars["BigDecimal"]; - value: Scalars["BigDecimal"]; - valueExcludingOhm: Scalars["BigDecimal"]; - category: Scalars["String"]; - isLiquid: Scalars["Boolean"]; - isBluechip: Scalars["Boolean"]; - blockchain: Scalars["String"]; -}; - -export type TokenRecord_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - tokenAddress?: InputMaybe; - tokenAddress_not?: InputMaybe; - tokenAddress_gt?: InputMaybe; - tokenAddress_lt?: InputMaybe; - tokenAddress_gte?: InputMaybe; - tokenAddress_lte?: InputMaybe; - tokenAddress_in?: InputMaybe>; - tokenAddress_not_in?: InputMaybe>; - tokenAddress_contains?: InputMaybe; - tokenAddress_contains_nocase?: InputMaybe; - tokenAddress_not_contains?: InputMaybe; - tokenAddress_not_contains_nocase?: InputMaybe; - tokenAddress_starts_with?: InputMaybe; - tokenAddress_starts_with_nocase?: InputMaybe; - tokenAddress_not_starts_with?: InputMaybe; - tokenAddress_not_starts_with_nocase?: InputMaybe; - tokenAddress_ends_with?: InputMaybe; - tokenAddress_ends_with_nocase?: InputMaybe; - tokenAddress_not_ends_with?: InputMaybe; - tokenAddress_not_ends_with_nocase?: InputMaybe; - source?: InputMaybe; - source_not?: InputMaybe; - source_gt?: InputMaybe; - source_lt?: InputMaybe; - source_gte?: InputMaybe; - source_lte?: InputMaybe; - source_in?: InputMaybe>; - source_not_in?: InputMaybe>; - source_contains?: InputMaybe; - source_contains_nocase?: InputMaybe; - source_not_contains?: InputMaybe; - source_not_contains_nocase?: InputMaybe; - source_starts_with?: InputMaybe; - source_starts_with_nocase?: InputMaybe; - source_not_starts_with?: InputMaybe; - source_not_starts_with_nocase?: InputMaybe; - source_ends_with?: InputMaybe; - source_ends_with_nocase?: InputMaybe; - source_not_ends_with?: InputMaybe; - source_not_ends_with_nocase?: InputMaybe; - sourceAddress?: InputMaybe; - sourceAddress_not?: InputMaybe; - sourceAddress_gt?: InputMaybe; - sourceAddress_lt?: InputMaybe; - sourceAddress_gte?: InputMaybe; - sourceAddress_lte?: InputMaybe; - sourceAddress_in?: InputMaybe>; - sourceAddress_not_in?: InputMaybe>; - sourceAddress_contains?: InputMaybe; - sourceAddress_contains_nocase?: InputMaybe; - sourceAddress_not_contains?: InputMaybe; - sourceAddress_not_contains_nocase?: InputMaybe; - sourceAddress_starts_with?: InputMaybe; - sourceAddress_starts_with_nocase?: InputMaybe; - sourceAddress_not_starts_with?: InputMaybe; - sourceAddress_not_starts_with_nocase?: InputMaybe; - sourceAddress_ends_with?: InputMaybe; - sourceAddress_ends_with_nocase?: InputMaybe; - sourceAddress_not_ends_with?: InputMaybe; - sourceAddress_not_ends_with_nocase?: InputMaybe; - rate?: InputMaybe; - rate_not?: InputMaybe; - rate_gt?: InputMaybe; - rate_lt?: InputMaybe; - rate_gte?: InputMaybe; - rate_lte?: InputMaybe; - rate_in?: InputMaybe>; - rate_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - multiplier?: InputMaybe; - multiplier_not?: InputMaybe; - multiplier_gt?: InputMaybe; - multiplier_lt?: InputMaybe; - multiplier_gte?: InputMaybe; - multiplier_lte?: InputMaybe; - multiplier_in?: InputMaybe>; - multiplier_not_in?: InputMaybe>; - value?: InputMaybe; - value_not?: InputMaybe; - value_gt?: InputMaybe; - value_lt?: InputMaybe; - value_gte?: InputMaybe; - value_lte?: InputMaybe; - value_in?: InputMaybe>; - value_not_in?: InputMaybe>; - valueExcludingOhm?: InputMaybe; - valueExcludingOhm_not?: InputMaybe; - valueExcludingOhm_gt?: InputMaybe; - valueExcludingOhm_lt?: InputMaybe; - valueExcludingOhm_gte?: InputMaybe; - valueExcludingOhm_lte?: InputMaybe; - valueExcludingOhm_in?: InputMaybe>; - valueExcludingOhm_not_in?: InputMaybe>; - category?: InputMaybe; - category_not?: InputMaybe; - category_gt?: InputMaybe; - category_lt?: InputMaybe; - category_gte?: InputMaybe; - category_lte?: InputMaybe; - category_in?: InputMaybe>; - category_not_in?: InputMaybe>; - category_contains?: InputMaybe; - category_contains_nocase?: InputMaybe; - category_not_contains?: InputMaybe; - category_not_contains_nocase?: InputMaybe; - category_starts_with?: InputMaybe; - category_starts_with_nocase?: InputMaybe; - category_not_starts_with?: InputMaybe; - category_not_starts_with_nocase?: InputMaybe; - category_ends_with?: InputMaybe; - category_ends_with_nocase?: InputMaybe; - category_not_ends_with?: InputMaybe; - category_not_ends_with_nocase?: InputMaybe; - isLiquid?: InputMaybe; - isLiquid_not?: InputMaybe; - isLiquid_in?: InputMaybe>; - isLiquid_not_in?: InputMaybe>; - isBluechip?: InputMaybe; - isBluechip_not?: InputMaybe; - isBluechip_in?: InputMaybe>; - isBluechip_not_in?: InputMaybe>; - blockchain?: InputMaybe; - blockchain_not?: InputMaybe; - blockchain_gt?: InputMaybe; - blockchain_lt?: InputMaybe; - blockchain_gte?: InputMaybe; - blockchain_lte?: InputMaybe; - blockchain_in?: InputMaybe>; - blockchain_not_in?: InputMaybe>; - blockchain_contains?: InputMaybe; - blockchain_contains_nocase?: InputMaybe; - blockchain_not_contains?: InputMaybe; - blockchain_not_contains_nocase?: InputMaybe; - blockchain_starts_with?: InputMaybe; - blockchain_starts_with_nocase?: InputMaybe; - blockchain_not_starts_with?: InputMaybe; - blockchain_not_starts_with_nocase?: InputMaybe; - blockchain_ends_with?: InputMaybe; - blockchain_ends_with_nocase?: InputMaybe; - blockchain_not_ends_with?: InputMaybe; - blockchain_not_ends_with_nocase?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenRecord_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - Token = "token", - TokenAddress = "tokenAddress", - Source = "source", - SourceAddress = "sourceAddress", - Rate = "rate", - Balance = "balance", - Multiplier = "multiplier", - Value = "value", - ValueExcludingOhm = "valueExcludingOhm", - Category = "category", - IsLiquid = "isLiquid", - IsBluechip = "isBluechip", - Blockchain = "blockchain", -} - -export type TokenSupply = { - __typename?: "TokenSupply"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - token: Scalars["String"]; - tokenAddress: Scalars["String"]; - pool?: Maybe; - poolAddress?: Maybe; - source?: Maybe; - sourceAddress?: Maybe; - type: Scalars["String"]; - balance: Scalars["BigDecimal"]; - supplyBalance: Scalars["BigDecimal"]; -}; - -export type TokenSupply_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - tokenAddress?: InputMaybe; - tokenAddress_not?: InputMaybe; - tokenAddress_gt?: InputMaybe; - tokenAddress_lt?: InputMaybe; - tokenAddress_gte?: InputMaybe; - tokenAddress_lte?: InputMaybe; - tokenAddress_in?: InputMaybe>; - tokenAddress_not_in?: InputMaybe>; - tokenAddress_contains?: InputMaybe; - tokenAddress_contains_nocase?: InputMaybe; - tokenAddress_not_contains?: InputMaybe; - tokenAddress_not_contains_nocase?: InputMaybe; - tokenAddress_starts_with?: InputMaybe; - tokenAddress_starts_with_nocase?: InputMaybe; - tokenAddress_not_starts_with?: InputMaybe; - tokenAddress_not_starts_with_nocase?: InputMaybe; - tokenAddress_ends_with?: InputMaybe; - tokenAddress_ends_with_nocase?: InputMaybe; - tokenAddress_not_ends_with?: InputMaybe; - tokenAddress_not_ends_with_nocase?: InputMaybe; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_contains_nocase?: InputMaybe; - pool_not_contains?: InputMaybe; - pool_not_contains_nocase?: InputMaybe; - pool_starts_with?: InputMaybe; - pool_starts_with_nocase?: InputMaybe; - pool_not_starts_with?: InputMaybe; - pool_not_starts_with_nocase?: InputMaybe; - pool_ends_with?: InputMaybe; - pool_ends_with_nocase?: InputMaybe; - pool_not_ends_with?: InputMaybe; - pool_not_ends_with_nocase?: InputMaybe; - poolAddress?: InputMaybe; - poolAddress_not?: InputMaybe; - poolAddress_gt?: InputMaybe; - poolAddress_lt?: InputMaybe; - poolAddress_gte?: InputMaybe; - poolAddress_lte?: InputMaybe; - poolAddress_in?: InputMaybe>; - poolAddress_not_in?: InputMaybe>; - poolAddress_contains?: InputMaybe; - poolAddress_contains_nocase?: InputMaybe; - poolAddress_not_contains?: InputMaybe; - poolAddress_not_contains_nocase?: InputMaybe; - poolAddress_starts_with?: InputMaybe; - poolAddress_starts_with_nocase?: InputMaybe; - poolAddress_not_starts_with?: InputMaybe; - poolAddress_not_starts_with_nocase?: InputMaybe; - poolAddress_ends_with?: InputMaybe; - poolAddress_ends_with_nocase?: InputMaybe; - poolAddress_not_ends_with?: InputMaybe; - poolAddress_not_ends_with_nocase?: InputMaybe; - source?: InputMaybe; - source_not?: InputMaybe; - source_gt?: InputMaybe; - source_lt?: InputMaybe; - source_gte?: InputMaybe; - source_lte?: InputMaybe; - source_in?: InputMaybe>; - source_not_in?: InputMaybe>; - source_contains?: InputMaybe; - source_contains_nocase?: InputMaybe; - source_not_contains?: InputMaybe; - source_not_contains_nocase?: InputMaybe; - source_starts_with?: InputMaybe; - source_starts_with_nocase?: InputMaybe; - source_not_starts_with?: InputMaybe; - source_not_starts_with_nocase?: InputMaybe; - source_ends_with?: InputMaybe; - source_ends_with_nocase?: InputMaybe; - source_not_ends_with?: InputMaybe; - source_not_ends_with_nocase?: InputMaybe; - sourceAddress?: InputMaybe; - sourceAddress_not?: InputMaybe; - sourceAddress_gt?: InputMaybe; - sourceAddress_lt?: InputMaybe; - sourceAddress_gte?: InputMaybe; - sourceAddress_lte?: InputMaybe; - sourceAddress_in?: InputMaybe>; - sourceAddress_not_in?: InputMaybe>; - sourceAddress_contains?: InputMaybe; - sourceAddress_contains_nocase?: InputMaybe; - sourceAddress_not_contains?: InputMaybe; - sourceAddress_not_contains_nocase?: InputMaybe; - sourceAddress_starts_with?: InputMaybe; - sourceAddress_starts_with_nocase?: InputMaybe; - sourceAddress_not_starts_with?: InputMaybe; - sourceAddress_not_starts_with_nocase?: InputMaybe; - sourceAddress_ends_with?: InputMaybe; - sourceAddress_ends_with_nocase?: InputMaybe; - sourceAddress_not_ends_with?: InputMaybe; - sourceAddress_not_ends_with_nocase?: InputMaybe; - type?: InputMaybe; - type_not?: InputMaybe; - type_gt?: InputMaybe; - type_lt?: InputMaybe; - type_gte?: InputMaybe; - type_lte?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; - type_contains?: InputMaybe; - type_contains_nocase?: InputMaybe; - type_not_contains?: InputMaybe; - type_not_contains_nocase?: InputMaybe; - type_starts_with?: InputMaybe; - type_starts_with_nocase?: InputMaybe; - type_not_starts_with?: InputMaybe; - type_not_starts_with_nocase?: InputMaybe; - type_ends_with?: InputMaybe; - type_ends_with_nocase?: InputMaybe; - type_not_ends_with?: InputMaybe; - type_not_ends_with_nocase?: InputMaybe; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - supplyBalance?: InputMaybe; - supplyBalance_not?: InputMaybe; - supplyBalance_gt?: InputMaybe; - supplyBalance_lt?: InputMaybe; - supplyBalance_gte?: InputMaybe; - supplyBalance_lte?: InputMaybe; - supplyBalance_in?: InputMaybe>; - supplyBalance_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenSupply_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - Token = "token", - TokenAddress = "tokenAddress", - Pool = "pool", - PoolAddress = "poolAddress", - Source = "source", - SourceAddress = "sourceAddress", - Type = "type", - Balance = "balance", - SupplyBalance = "supplyBalance", -} - -export type _Block_ = { - __typename?: "_Block_"; - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars["Int"]; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type _Meta_ = { - __typename?: "_Meta_"; - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: _Block_; - /** The deployment ID */ - deployment: Scalars["String"]; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars["Boolean"]; -}; - -export enum _SubgraphErrorPolicy_ { - /** Data will be returned even if the subgraph has indexing errors */ - Allow = "allow", - /** If the subgraph has indexing errors, data will be omitted. The default. */ - Deny = "deny", -} diff --git a/function/generated/Treasury_Base/QmdqJ1zoExrs8u2T93wXSRWSx5VSKqKWTV4gCE2vszGwgt/TokenSupply/TokenSupply.jsonschema b/function/generated/Treasury_Base/QmdqJ1zoExrs8u2T93wXSRWSx5VSKqKWTV4gCE2vszGwgt/TokenSupply/TokenSupply.jsonschema deleted file mode 100644 index fe05049..0000000 --- a/function/generated/Treasury_Base/QmdqJ1zoExrs8u2T93wXSRWSx5VSKqKWTV4gCE2vszGwgt/TokenSupply/TokenSupply.jsonschema +++ /dev/null @@ -1,62 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "type": "object", - "properties": { - "__typename": { - "type": "string", - "const": "TokenSupply" - }, - "id": { - "type": "string" - }, - "block": { - "type": "string" - }, - "timestamp": { - "type": "string" - }, - "date": { - "type": "string" - }, - "token": { - "type": "string" - }, - "tokenAddress": { - "type": "string" - }, - "pool": { - "type": [ - "string", - "null" - ] - }, - "poolAddress": { - "type": [ - "string", - "null" - ] - }, - "source": { - "type": [ - "string", - "null" - ] - }, - "sourceAddress": { - "type": [ - "string", - "null" - ] - }, - "type": { - "type": "string" - }, - "balance": { - "type": "string" - }, - "supplyBalance": { - "type": "string" - } - }, - "additionalProperties": false -} \ No newline at end of file diff --git a/function/generated/Treasury_Base/QmdqJ1zoExrs8u2T93wXSRWSx5VSKqKWTV4gCE2vszGwgt/TokenSupply/TokenSupply_schema.json b/function/generated/Treasury_Base/QmdqJ1zoExrs8u2T93wXSRWSx5VSKqKWTV4gCE2vszGwgt/TokenSupply/TokenSupply_schema.json deleted file mode 100644 index 87ab73b..0000000 --- a/function/generated/Treasury_Base/QmdqJ1zoExrs8u2T93wXSRWSx5VSKqKWTV4gCE2vszGwgt/TokenSupply/TokenSupply_schema.json +++ /dev/null @@ -1,72 +0,0 @@ -[ - { - "name": "__typename", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "id", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "block", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "timestamp", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "date", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "token", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "tokenAddress", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "pool", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "poolAddress", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "source", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "sourceAddress", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "type", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "balance", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "supplyBalance", - "type": "STRING", - "mode": "NULLABLE" - } -] diff --git a/function/generated/Treasury_Base/QmdqJ1zoExrs8u2T93wXSRWSx5VSKqKWTV4gCE2vszGwgt/TokenSupply/TokenSupply_types.ts b/function/generated/Treasury_Base/QmdqJ1zoExrs8u2T93wXSRWSx5VSKqKWTV4gCE2vszGwgt/TokenSupply/TokenSupply_types.ts deleted file mode 100644 index 25fd65c..0000000 --- a/function/generated/Treasury_Base/QmdqJ1zoExrs8u2T93wXSRWSx5VSKqKWTV4gCE2vszGwgt/TokenSupply/TokenSupply_types.ts +++ /dev/null @@ -1,1827 +0,0 @@ -export type Maybe = T | null | undefined; -export type InputMaybe = T | null | undefined; -export type Exact = { [K in keyof T]: T[K] }; -export type MakeOptional = Omit & { [SubKey in K]?: Maybe }; -export type MakeMaybe = Omit & { [SubKey in K]: Maybe }; -/** All built-in and custom scalars, mapped to their actual values */ -export type Scalars = { - ID: string; - String: string; - Boolean: boolean; - Int: number; - Float: number; - BigDecimal: string; - BigInt: string; - Bytes: string; - /** - * 8 bytes signed integer - * - */ - Int8: string; - /** - * A string representation of microseconds UNIX timestamp (16 digits) - * - */ - Timestamp: string; -}; - -export enum Aggregation_Interval { - Hour = "hour", - Day = "day", -} - -export type BalancerPoolSnapshot = { - __typename?: "BalancerPoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - pool: Scalars["Bytes"]; - poolToken: Scalars["Bytes"]; - decimals: Scalars["Int"]; - totalSupply: Scalars["BigDecimal"]; - tokens: Array; - balances: Array; - weights: Array; -}; - -export type BalancerPoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_not_contains?: InputMaybe; - poolToken?: InputMaybe; - poolToken_not?: InputMaybe; - poolToken_gt?: InputMaybe; - poolToken_lt?: InputMaybe; - poolToken_gte?: InputMaybe; - poolToken_lte?: InputMaybe; - poolToken_in?: InputMaybe>; - poolToken_not_in?: InputMaybe>; - poolToken_contains?: InputMaybe; - poolToken_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - tokens?: InputMaybe>; - tokens_not?: InputMaybe>; - tokens_contains?: InputMaybe>; - tokens_contains_nocase?: InputMaybe>; - tokens_not_contains?: InputMaybe>; - tokens_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - weights?: InputMaybe>; - weights_not?: InputMaybe>; - weights_contains?: InputMaybe>; - weights_contains_nocase?: InputMaybe>; - weights_not_contains?: InputMaybe>; - weights_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum BalancerPoolSnapshot_OrderBy { - Id = "id", - Block = "block", - Pool = "pool", - PoolToken = "poolToken", - Decimals = "decimals", - TotalSupply = "totalSupply", - Tokens = "tokens", - Balances = "balances", - Weights = "weights", -} - -export type BlockChangedFilter = { - number_gte: Scalars["Int"]; -}; - -export type Block_Height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type Erc20TokenSnapshot = { - __typename?: "ERC20TokenSnapshot"; - id: Scalars["Bytes"]; - address: Scalars["Bytes"]; - decimals: Scalars["Int"]; - totalSupply?: Maybe; -}; - -export type Erc20TokenSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum Erc20TokenSnapshot_OrderBy { - Id = "id", - Address = "address", - Decimals = "decimals", - TotalSupply = "totalSupply", -} - -export type GnosisAuction = { - __typename?: "GnosisAuction"; - id: Scalars["ID"]; - auctionOpenTimestamp: Scalars["BigInt"]; - payoutCapacity: Scalars["BigDecimal"]; - termSeconds: Scalars["BigInt"]; - bidQuantity?: Maybe; - auctionCloseTimestamp?: Maybe; -}; - -export type GnosisAuctionRoot = { - __typename?: "GnosisAuctionRoot"; - id: Scalars["ID"]; - markets: Array; -}; - -export type GnosisAuctionRoot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - markets?: InputMaybe>; - markets_not?: InputMaybe>; - markets_contains?: InputMaybe>; - markets_contains_nocase?: InputMaybe>; - markets_not_contains?: InputMaybe>; - markets_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum GnosisAuctionRoot_OrderBy { - Id = "id", - Markets = "markets", -} - -export type GnosisAuction_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - auctionOpenTimestamp?: InputMaybe; - auctionOpenTimestamp_not?: InputMaybe; - auctionOpenTimestamp_gt?: InputMaybe; - auctionOpenTimestamp_lt?: InputMaybe; - auctionOpenTimestamp_gte?: InputMaybe; - auctionOpenTimestamp_lte?: InputMaybe; - auctionOpenTimestamp_in?: InputMaybe>; - auctionOpenTimestamp_not_in?: InputMaybe>; - payoutCapacity?: InputMaybe; - payoutCapacity_not?: InputMaybe; - payoutCapacity_gt?: InputMaybe; - payoutCapacity_lt?: InputMaybe; - payoutCapacity_gte?: InputMaybe; - payoutCapacity_lte?: InputMaybe; - payoutCapacity_in?: InputMaybe>; - payoutCapacity_not_in?: InputMaybe>; - termSeconds?: InputMaybe; - termSeconds_not?: InputMaybe; - termSeconds_gt?: InputMaybe; - termSeconds_lt?: InputMaybe; - termSeconds_gte?: InputMaybe; - termSeconds_lte?: InputMaybe; - termSeconds_in?: InputMaybe>; - termSeconds_not_in?: InputMaybe>; - bidQuantity?: InputMaybe; - bidQuantity_not?: InputMaybe; - bidQuantity_gt?: InputMaybe; - bidQuantity_lt?: InputMaybe; - bidQuantity_gte?: InputMaybe; - bidQuantity_lte?: InputMaybe; - bidQuantity_in?: InputMaybe>; - bidQuantity_not_in?: InputMaybe>; - auctionCloseTimestamp?: InputMaybe; - auctionCloseTimestamp_not?: InputMaybe; - auctionCloseTimestamp_gt?: InputMaybe; - auctionCloseTimestamp_lt?: InputMaybe; - auctionCloseTimestamp_gte?: InputMaybe; - auctionCloseTimestamp_lte?: InputMaybe; - auctionCloseTimestamp_in?: InputMaybe>; - auctionCloseTimestamp_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum GnosisAuction_OrderBy { - Id = "id", - AuctionOpenTimestamp = "auctionOpenTimestamp", - PayoutCapacity = "payoutCapacity", - TermSeconds = "termSeconds", - BidQuantity = "bidQuantity", - AuctionCloseTimestamp = "auctionCloseTimestamp", -} - -/** Defines the order direction, either ascending or descending */ -export enum OrderDirection { - Asc = "asc", - Desc = "desc", -} - -export type PoolSnapshot = { - __typename?: "PoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - pool: Scalars["Bytes"]; - poolToken?: Maybe; - decimals: Scalars["Int"]; - totalSupply: Scalars["BigDecimal"]; - tokens: Array; - balances: Array; - weights?: Maybe>; -}; - -export type PoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_not_contains?: InputMaybe; - poolToken?: InputMaybe; - poolToken_not?: InputMaybe; - poolToken_gt?: InputMaybe; - poolToken_lt?: InputMaybe; - poolToken_gte?: InputMaybe; - poolToken_lte?: InputMaybe; - poolToken_in?: InputMaybe>; - poolToken_not_in?: InputMaybe>; - poolToken_contains?: InputMaybe; - poolToken_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - tokens?: InputMaybe>; - tokens_not?: InputMaybe>; - tokens_contains?: InputMaybe>; - tokens_contains_nocase?: InputMaybe>; - tokens_not_contains?: InputMaybe>; - tokens_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - weights?: InputMaybe>; - weights_not?: InputMaybe>; - weights_contains?: InputMaybe>; - weights_contains_nocase?: InputMaybe>; - weights_not_contains?: InputMaybe>; - weights_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum PoolSnapshot_OrderBy { - Id = "id", - Block = "block", - Pool = "pool", - PoolToken = "poolToken", - Decimals = "decimals", - TotalSupply = "totalSupply", - Tokens = "tokens", - Balances = "balances", - Weights = "weights", -} - -export type PriceSnapshot = { - __typename?: "PriceSnapshot"; - id: Scalars["ID"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - priceOhm: Scalars["BigDecimal"]; - priceGOhm: Scalars["BigDecimal"]; -}; - -export type PriceSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - priceOhm?: InputMaybe; - priceOhm_not?: InputMaybe; - priceOhm_gt?: InputMaybe; - priceOhm_lt?: InputMaybe; - priceOhm_gte?: InputMaybe; - priceOhm_lte?: InputMaybe; - priceOhm_in?: InputMaybe>; - priceOhm_not_in?: InputMaybe>; - priceGOhm?: InputMaybe; - priceGOhm_not?: InputMaybe; - priceGOhm_gt?: InputMaybe; - priceGOhm_lt?: InputMaybe; - priceGOhm_gte?: InputMaybe; - priceGOhm_lte?: InputMaybe; - priceGOhm_in?: InputMaybe>; - priceGOhm_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum PriceSnapshot_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - PriceOhm = "priceOhm", - PriceGOhm = "priceGOhm", -} - -export type ProtocolMetric = { - __typename?: "ProtocolMetric"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - currentAPY: Scalars["BigDecimal"]; - currentIndex: Scalars["BigDecimal"]; - date: Scalars["String"]; - gOhmPrice: Scalars["BigDecimal"]; - gOhmSyntheticSupply?: Maybe; - gOhmTotalSupply: Scalars["BigDecimal"]; - marketCap?: Maybe; - nextDistributedOhm: Scalars["BigDecimal"]; - nextEpochRebase: Scalars["BigDecimal"]; - ohmCirculatingSupply?: Maybe; - ohmFloatingSupply?: Maybe; - ohmPrice: Scalars["BigDecimal"]; - ohmTotalSupply: Scalars["BigDecimal"]; - sOhmCirculatingSupply: Scalars["BigDecimal"]; - timestamp: Scalars["BigInt"]; - totalValueLocked: Scalars["BigDecimal"]; - treasuryLiquidBacking?: Maybe; - treasuryLiquidBackingPerGOhmSynthetic?: Maybe; - treasuryLiquidBackingPerOhmFloating?: Maybe; - treasuryMarketValue?: Maybe; -}; - -export type ProtocolMetric_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - currentAPY?: InputMaybe; - currentAPY_not?: InputMaybe; - currentAPY_gt?: InputMaybe; - currentAPY_lt?: InputMaybe; - currentAPY_gte?: InputMaybe; - currentAPY_lte?: InputMaybe; - currentAPY_in?: InputMaybe>; - currentAPY_not_in?: InputMaybe>; - currentIndex?: InputMaybe; - currentIndex_not?: InputMaybe; - currentIndex_gt?: InputMaybe; - currentIndex_lt?: InputMaybe; - currentIndex_gte?: InputMaybe; - currentIndex_lte?: InputMaybe; - currentIndex_in?: InputMaybe>; - currentIndex_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - gOhmPrice?: InputMaybe; - gOhmPrice_not?: InputMaybe; - gOhmPrice_gt?: InputMaybe; - gOhmPrice_lt?: InputMaybe; - gOhmPrice_gte?: InputMaybe; - gOhmPrice_lte?: InputMaybe; - gOhmPrice_in?: InputMaybe>; - gOhmPrice_not_in?: InputMaybe>; - gOhmSyntheticSupply?: InputMaybe; - gOhmSyntheticSupply_not?: InputMaybe; - gOhmSyntheticSupply_gt?: InputMaybe; - gOhmSyntheticSupply_lt?: InputMaybe; - gOhmSyntheticSupply_gte?: InputMaybe; - gOhmSyntheticSupply_lte?: InputMaybe; - gOhmSyntheticSupply_in?: InputMaybe>; - gOhmSyntheticSupply_not_in?: InputMaybe>; - gOhmTotalSupply?: InputMaybe; - gOhmTotalSupply_not?: InputMaybe; - gOhmTotalSupply_gt?: InputMaybe; - gOhmTotalSupply_lt?: InputMaybe; - gOhmTotalSupply_gte?: InputMaybe; - gOhmTotalSupply_lte?: InputMaybe; - gOhmTotalSupply_in?: InputMaybe>; - gOhmTotalSupply_not_in?: InputMaybe>; - marketCap?: InputMaybe; - marketCap_not?: InputMaybe; - marketCap_gt?: InputMaybe; - marketCap_lt?: InputMaybe; - marketCap_gte?: InputMaybe; - marketCap_lte?: InputMaybe; - marketCap_in?: InputMaybe>; - marketCap_not_in?: InputMaybe>; - nextDistributedOhm?: InputMaybe; - nextDistributedOhm_not?: InputMaybe; - nextDistributedOhm_gt?: InputMaybe; - nextDistributedOhm_lt?: InputMaybe; - nextDistributedOhm_gte?: InputMaybe; - nextDistributedOhm_lte?: InputMaybe; - nextDistributedOhm_in?: InputMaybe>; - nextDistributedOhm_not_in?: InputMaybe>; - nextEpochRebase?: InputMaybe; - nextEpochRebase_not?: InputMaybe; - nextEpochRebase_gt?: InputMaybe; - nextEpochRebase_lt?: InputMaybe; - nextEpochRebase_gte?: InputMaybe; - nextEpochRebase_lte?: InputMaybe; - nextEpochRebase_in?: InputMaybe>; - nextEpochRebase_not_in?: InputMaybe>; - ohmCirculatingSupply?: InputMaybe; - ohmCirculatingSupply_not?: InputMaybe; - ohmCirculatingSupply_gt?: InputMaybe; - ohmCirculatingSupply_lt?: InputMaybe; - ohmCirculatingSupply_gte?: InputMaybe; - ohmCirculatingSupply_lte?: InputMaybe; - ohmCirculatingSupply_in?: InputMaybe>; - ohmCirculatingSupply_not_in?: InputMaybe>; - ohmFloatingSupply?: InputMaybe; - ohmFloatingSupply_not?: InputMaybe; - ohmFloatingSupply_gt?: InputMaybe; - ohmFloatingSupply_lt?: InputMaybe; - ohmFloatingSupply_gte?: InputMaybe; - ohmFloatingSupply_lte?: InputMaybe; - ohmFloatingSupply_in?: InputMaybe>; - ohmFloatingSupply_not_in?: InputMaybe>; - ohmPrice?: InputMaybe; - ohmPrice_not?: InputMaybe; - ohmPrice_gt?: InputMaybe; - ohmPrice_lt?: InputMaybe; - ohmPrice_gte?: InputMaybe; - ohmPrice_lte?: InputMaybe; - ohmPrice_in?: InputMaybe>; - ohmPrice_not_in?: InputMaybe>; - ohmTotalSupply?: InputMaybe; - ohmTotalSupply_not?: InputMaybe; - ohmTotalSupply_gt?: InputMaybe; - ohmTotalSupply_lt?: InputMaybe; - ohmTotalSupply_gte?: InputMaybe; - ohmTotalSupply_lte?: InputMaybe; - ohmTotalSupply_in?: InputMaybe>; - ohmTotalSupply_not_in?: InputMaybe>; - sOhmCirculatingSupply?: InputMaybe; - sOhmCirculatingSupply_not?: InputMaybe; - sOhmCirculatingSupply_gt?: InputMaybe; - sOhmCirculatingSupply_lt?: InputMaybe; - sOhmCirculatingSupply_gte?: InputMaybe; - sOhmCirculatingSupply_lte?: InputMaybe; - sOhmCirculatingSupply_in?: InputMaybe>; - sOhmCirculatingSupply_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - totalValueLocked?: InputMaybe; - totalValueLocked_not?: InputMaybe; - totalValueLocked_gt?: InputMaybe; - totalValueLocked_lt?: InputMaybe; - totalValueLocked_gte?: InputMaybe; - totalValueLocked_lte?: InputMaybe; - totalValueLocked_in?: InputMaybe>; - totalValueLocked_not_in?: InputMaybe>; - treasuryLiquidBacking?: InputMaybe; - treasuryLiquidBacking_not?: InputMaybe; - treasuryLiquidBacking_gt?: InputMaybe; - treasuryLiquidBacking_lt?: InputMaybe; - treasuryLiquidBacking_gte?: InputMaybe; - treasuryLiquidBacking_lte?: InputMaybe; - treasuryLiquidBacking_in?: InputMaybe>; - treasuryLiquidBacking_not_in?: InputMaybe>; - treasuryLiquidBackingPerGOhmSynthetic?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_not?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_gt?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_lt?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_gte?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_lte?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_in?: InputMaybe>; - treasuryLiquidBackingPerGOhmSynthetic_not_in?: InputMaybe>; - treasuryLiquidBackingPerOhmFloating?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_not?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_gt?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_lt?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_gte?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_lte?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_in?: InputMaybe>; - treasuryLiquidBackingPerOhmFloating_not_in?: InputMaybe>; - treasuryMarketValue?: InputMaybe; - treasuryMarketValue_not?: InputMaybe; - treasuryMarketValue_gt?: InputMaybe; - treasuryMarketValue_lt?: InputMaybe; - treasuryMarketValue_gte?: InputMaybe; - treasuryMarketValue_lte?: InputMaybe; - treasuryMarketValue_in?: InputMaybe>; - treasuryMarketValue_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum ProtocolMetric_OrderBy { - Id = "id", - Block = "block", - CurrentApy = "currentAPY", - CurrentIndex = "currentIndex", - Date = "date", - GOhmPrice = "gOhmPrice", - GOhmSyntheticSupply = "gOhmSyntheticSupply", - GOhmTotalSupply = "gOhmTotalSupply", - MarketCap = "marketCap", - NextDistributedOhm = "nextDistributedOhm", - NextEpochRebase = "nextEpochRebase", - OhmCirculatingSupply = "ohmCirculatingSupply", - OhmFloatingSupply = "ohmFloatingSupply", - OhmPrice = "ohmPrice", - OhmTotalSupply = "ohmTotalSupply", - SOhmCirculatingSupply = "sOhmCirculatingSupply", - Timestamp = "timestamp", - TotalValueLocked = "totalValueLocked", - TreasuryLiquidBacking = "treasuryLiquidBacking", - TreasuryLiquidBackingPerGOhmSynthetic = "treasuryLiquidBackingPerGOhmSynthetic", - TreasuryLiquidBackingPerOhmFloating = "treasuryLiquidBackingPerOhmFloating", - TreasuryMarketValue = "treasuryMarketValue", -} - -export type Query = { - __typename?: "Query"; - protocolMetric?: Maybe; - protocolMetrics: Array; - tokenRecord?: Maybe; - tokenRecords: Array; - tokenSupply?: Maybe; - tokenSupplies: Array; - priceSnapshot?: Maybe; - priceSnapshots: Array; - gnosisAuctionRoot?: Maybe; - gnosisAuctionRoots: Array; - gnosisAuction?: Maybe; - gnosisAuctions: Array; - erc20TokenSnapshot?: Maybe; - erc20TokenSnapshots: Array; - balancerPoolSnapshot?: Maybe; - balancerPoolSnapshots: Array; - poolSnapshot?: Maybe; - poolSnapshots: Array; - tokenPriceSnapshot?: Maybe; - tokenPriceSnapshots: Array; - stakingPoolSnapshot?: Maybe; - stakingPoolSnapshots: Array; - /** Access to subgraph metadata */ - _meta?: Maybe<_Meta_>; -}; - -export type QueryProtocolMetricArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryProtocolMetricsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenRecordArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenRecordsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenSupplyArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenSuppliesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionRootArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryErc20TokenSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryErc20TokenSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryBalancerPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryBalancerPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryStakingPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryStakingPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type Query_MetaArgs = { - block?: InputMaybe; -}; - -export type StakingPoolSnapshot = { - __typename?: "StakingPoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - contractAddress: Scalars["Bytes"]; - stakingToken?: Maybe; -}; - -export type StakingPoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - contractAddress?: InputMaybe; - contractAddress_not?: InputMaybe; - contractAddress_gt?: InputMaybe; - contractAddress_lt?: InputMaybe; - contractAddress_gte?: InputMaybe; - contractAddress_lte?: InputMaybe; - contractAddress_in?: InputMaybe>; - contractAddress_not_in?: InputMaybe>; - contractAddress_contains?: InputMaybe; - contractAddress_not_contains?: InputMaybe; - stakingToken?: InputMaybe; - stakingToken_not?: InputMaybe; - stakingToken_gt?: InputMaybe; - stakingToken_lt?: InputMaybe; - stakingToken_gte?: InputMaybe; - stakingToken_lte?: InputMaybe; - stakingToken_in?: InputMaybe>; - stakingToken_not_in?: InputMaybe>; - stakingToken_contains?: InputMaybe; - stakingToken_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum StakingPoolSnapshot_OrderBy { - Id = "id", - Block = "block", - ContractAddress = "contractAddress", - StakingToken = "stakingToken", -} - -export type Subscription = { - __typename?: "Subscription"; - protocolMetric?: Maybe; - protocolMetrics: Array; - tokenRecord?: Maybe; - tokenRecords: Array; - tokenSupply?: Maybe; - tokenSupplies: Array; - priceSnapshot?: Maybe; - priceSnapshots: Array; - gnosisAuctionRoot?: Maybe; - gnosisAuctionRoots: Array; - gnosisAuction?: Maybe; - gnosisAuctions: Array; - erc20TokenSnapshot?: Maybe; - erc20TokenSnapshots: Array; - balancerPoolSnapshot?: Maybe; - balancerPoolSnapshots: Array; - poolSnapshot?: Maybe; - poolSnapshots: Array; - tokenPriceSnapshot?: Maybe; - tokenPriceSnapshots: Array; - stakingPoolSnapshot?: Maybe; - stakingPoolSnapshots: Array; - /** Access to subgraph metadata */ - _meta?: Maybe<_Meta_>; -}; - -export type SubscriptionProtocolMetricArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionProtocolMetricsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenRecordArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenRecordsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenSupplyArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenSuppliesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionRootArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionErc20TokenSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionErc20TokenSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionBalancerPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionBalancerPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionStakingPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionStakingPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type Subscription_MetaArgs = { - block?: InputMaybe; -}; - -export type TokenPriceSnapshot = { - __typename?: "TokenPriceSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - token: Scalars["Bytes"]; - price: Scalars["BigDecimal"]; -}; - -export type TokenPriceSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_not_contains?: InputMaybe; - price?: InputMaybe; - price_not?: InputMaybe; - price_gt?: InputMaybe; - price_lt?: InputMaybe; - price_gte?: InputMaybe; - price_lte?: InputMaybe; - price_in?: InputMaybe>; - price_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenPriceSnapshot_OrderBy { - Id = "id", - Block = "block", - Token = "token", - Price = "price", -} - -export type TokenRecord = { - __typename?: "TokenRecord"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - token: Scalars["String"]; - tokenAddress: Scalars["String"]; - source: Scalars["String"]; - sourceAddress: Scalars["String"]; - rate: Scalars["BigDecimal"]; - balance: Scalars["BigDecimal"]; - multiplier: Scalars["BigDecimal"]; - value: Scalars["BigDecimal"]; - valueExcludingOhm: Scalars["BigDecimal"]; - category: Scalars["String"]; - isLiquid: Scalars["Boolean"]; - isBluechip: Scalars["Boolean"]; - blockchain: Scalars["String"]; -}; - -export type TokenRecord_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - tokenAddress?: InputMaybe; - tokenAddress_not?: InputMaybe; - tokenAddress_gt?: InputMaybe; - tokenAddress_lt?: InputMaybe; - tokenAddress_gte?: InputMaybe; - tokenAddress_lte?: InputMaybe; - tokenAddress_in?: InputMaybe>; - tokenAddress_not_in?: InputMaybe>; - tokenAddress_contains?: InputMaybe; - tokenAddress_contains_nocase?: InputMaybe; - tokenAddress_not_contains?: InputMaybe; - tokenAddress_not_contains_nocase?: InputMaybe; - tokenAddress_starts_with?: InputMaybe; - tokenAddress_starts_with_nocase?: InputMaybe; - tokenAddress_not_starts_with?: InputMaybe; - tokenAddress_not_starts_with_nocase?: InputMaybe; - tokenAddress_ends_with?: InputMaybe; - tokenAddress_ends_with_nocase?: InputMaybe; - tokenAddress_not_ends_with?: InputMaybe; - tokenAddress_not_ends_with_nocase?: InputMaybe; - source?: InputMaybe; - source_not?: InputMaybe; - source_gt?: InputMaybe; - source_lt?: InputMaybe; - source_gte?: InputMaybe; - source_lte?: InputMaybe; - source_in?: InputMaybe>; - source_not_in?: InputMaybe>; - source_contains?: InputMaybe; - source_contains_nocase?: InputMaybe; - source_not_contains?: InputMaybe; - source_not_contains_nocase?: InputMaybe; - source_starts_with?: InputMaybe; - source_starts_with_nocase?: InputMaybe; - source_not_starts_with?: InputMaybe; - source_not_starts_with_nocase?: InputMaybe; - source_ends_with?: InputMaybe; - source_ends_with_nocase?: InputMaybe; - source_not_ends_with?: InputMaybe; - source_not_ends_with_nocase?: InputMaybe; - sourceAddress?: InputMaybe; - sourceAddress_not?: InputMaybe; - sourceAddress_gt?: InputMaybe; - sourceAddress_lt?: InputMaybe; - sourceAddress_gte?: InputMaybe; - sourceAddress_lte?: InputMaybe; - sourceAddress_in?: InputMaybe>; - sourceAddress_not_in?: InputMaybe>; - sourceAddress_contains?: InputMaybe; - sourceAddress_contains_nocase?: InputMaybe; - sourceAddress_not_contains?: InputMaybe; - sourceAddress_not_contains_nocase?: InputMaybe; - sourceAddress_starts_with?: InputMaybe; - sourceAddress_starts_with_nocase?: InputMaybe; - sourceAddress_not_starts_with?: InputMaybe; - sourceAddress_not_starts_with_nocase?: InputMaybe; - sourceAddress_ends_with?: InputMaybe; - sourceAddress_ends_with_nocase?: InputMaybe; - sourceAddress_not_ends_with?: InputMaybe; - sourceAddress_not_ends_with_nocase?: InputMaybe; - rate?: InputMaybe; - rate_not?: InputMaybe; - rate_gt?: InputMaybe; - rate_lt?: InputMaybe; - rate_gte?: InputMaybe; - rate_lte?: InputMaybe; - rate_in?: InputMaybe>; - rate_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - multiplier?: InputMaybe; - multiplier_not?: InputMaybe; - multiplier_gt?: InputMaybe; - multiplier_lt?: InputMaybe; - multiplier_gte?: InputMaybe; - multiplier_lte?: InputMaybe; - multiplier_in?: InputMaybe>; - multiplier_not_in?: InputMaybe>; - value?: InputMaybe; - value_not?: InputMaybe; - value_gt?: InputMaybe; - value_lt?: InputMaybe; - value_gte?: InputMaybe; - value_lte?: InputMaybe; - value_in?: InputMaybe>; - value_not_in?: InputMaybe>; - valueExcludingOhm?: InputMaybe; - valueExcludingOhm_not?: InputMaybe; - valueExcludingOhm_gt?: InputMaybe; - valueExcludingOhm_lt?: InputMaybe; - valueExcludingOhm_gte?: InputMaybe; - valueExcludingOhm_lte?: InputMaybe; - valueExcludingOhm_in?: InputMaybe>; - valueExcludingOhm_not_in?: InputMaybe>; - category?: InputMaybe; - category_not?: InputMaybe; - category_gt?: InputMaybe; - category_lt?: InputMaybe; - category_gte?: InputMaybe; - category_lte?: InputMaybe; - category_in?: InputMaybe>; - category_not_in?: InputMaybe>; - category_contains?: InputMaybe; - category_contains_nocase?: InputMaybe; - category_not_contains?: InputMaybe; - category_not_contains_nocase?: InputMaybe; - category_starts_with?: InputMaybe; - category_starts_with_nocase?: InputMaybe; - category_not_starts_with?: InputMaybe; - category_not_starts_with_nocase?: InputMaybe; - category_ends_with?: InputMaybe; - category_ends_with_nocase?: InputMaybe; - category_not_ends_with?: InputMaybe; - category_not_ends_with_nocase?: InputMaybe; - isLiquid?: InputMaybe; - isLiquid_not?: InputMaybe; - isLiquid_in?: InputMaybe>; - isLiquid_not_in?: InputMaybe>; - isBluechip?: InputMaybe; - isBluechip_not?: InputMaybe; - isBluechip_in?: InputMaybe>; - isBluechip_not_in?: InputMaybe>; - blockchain?: InputMaybe; - blockchain_not?: InputMaybe; - blockchain_gt?: InputMaybe; - blockchain_lt?: InputMaybe; - blockchain_gte?: InputMaybe; - blockchain_lte?: InputMaybe; - blockchain_in?: InputMaybe>; - blockchain_not_in?: InputMaybe>; - blockchain_contains?: InputMaybe; - blockchain_contains_nocase?: InputMaybe; - blockchain_not_contains?: InputMaybe; - blockchain_not_contains_nocase?: InputMaybe; - blockchain_starts_with?: InputMaybe; - blockchain_starts_with_nocase?: InputMaybe; - blockchain_not_starts_with?: InputMaybe; - blockchain_not_starts_with_nocase?: InputMaybe; - blockchain_ends_with?: InputMaybe; - blockchain_ends_with_nocase?: InputMaybe; - blockchain_not_ends_with?: InputMaybe; - blockchain_not_ends_with_nocase?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenRecord_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - Token = "token", - TokenAddress = "tokenAddress", - Source = "source", - SourceAddress = "sourceAddress", - Rate = "rate", - Balance = "balance", - Multiplier = "multiplier", - Value = "value", - ValueExcludingOhm = "valueExcludingOhm", - Category = "category", - IsLiquid = "isLiquid", - IsBluechip = "isBluechip", - Blockchain = "blockchain", -} - -export type TokenSupply = { - __typename?: "TokenSupply"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - token: Scalars["String"]; - tokenAddress: Scalars["String"]; - pool?: Maybe; - poolAddress?: Maybe; - source?: Maybe; - sourceAddress?: Maybe; - type: Scalars["String"]; - balance: Scalars["BigDecimal"]; - supplyBalance: Scalars["BigDecimal"]; -}; - -export type TokenSupply_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - tokenAddress?: InputMaybe; - tokenAddress_not?: InputMaybe; - tokenAddress_gt?: InputMaybe; - tokenAddress_lt?: InputMaybe; - tokenAddress_gte?: InputMaybe; - tokenAddress_lte?: InputMaybe; - tokenAddress_in?: InputMaybe>; - tokenAddress_not_in?: InputMaybe>; - tokenAddress_contains?: InputMaybe; - tokenAddress_contains_nocase?: InputMaybe; - tokenAddress_not_contains?: InputMaybe; - tokenAddress_not_contains_nocase?: InputMaybe; - tokenAddress_starts_with?: InputMaybe; - tokenAddress_starts_with_nocase?: InputMaybe; - tokenAddress_not_starts_with?: InputMaybe; - tokenAddress_not_starts_with_nocase?: InputMaybe; - tokenAddress_ends_with?: InputMaybe; - tokenAddress_ends_with_nocase?: InputMaybe; - tokenAddress_not_ends_with?: InputMaybe; - tokenAddress_not_ends_with_nocase?: InputMaybe; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_contains_nocase?: InputMaybe; - pool_not_contains?: InputMaybe; - pool_not_contains_nocase?: InputMaybe; - pool_starts_with?: InputMaybe; - pool_starts_with_nocase?: InputMaybe; - pool_not_starts_with?: InputMaybe; - pool_not_starts_with_nocase?: InputMaybe; - pool_ends_with?: InputMaybe; - pool_ends_with_nocase?: InputMaybe; - pool_not_ends_with?: InputMaybe; - pool_not_ends_with_nocase?: InputMaybe; - poolAddress?: InputMaybe; - poolAddress_not?: InputMaybe; - poolAddress_gt?: InputMaybe; - poolAddress_lt?: InputMaybe; - poolAddress_gte?: InputMaybe; - poolAddress_lte?: InputMaybe; - poolAddress_in?: InputMaybe>; - poolAddress_not_in?: InputMaybe>; - poolAddress_contains?: InputMaybe; - poolAddress_contains_nocase?: InputMaybe; - poolAddress_not_contains?: InputMaybe; - poolAddress_not_contains_nocase?: InputMaybe; - poolAddress_starts_with?: InputMaybe; - poolAddress_starts_with_nocase?: InputMaybe; - poolAddress_not_starts_with?: InputMaybe; - poolAddress_not_starts_with_nocase?: InputMaybe; - poolAddress_ends_with?: InputMaybe; - poolAddress_ends_with_nocase?: InputMaybe; - poolAddress_not_ends_with?: InputMaybe; - poolAddress_not_ends_with_nocase?: InputMaybe; - source?: InputMaybe; - source_not?: InputMaybe; - source_gt?: InputMaybe; - source_lt?: InputMaybe; - source_gte?: InputMaybe; - source_lte?: InputMaybe; - source_in?: InputMaybe>; - source_not_in?: InputMaybe>; - source_contains?: InputMaybe; - source_contains_nocase?: InputMaybe; - source_not_contains?: InputMaybe; - source_not_contains_nocase?: InputMaybe; - source_starts_with?: InputMaybe; - source_starts_with_nocase?: InputMaybe; - source_not_starts_with?: InputMaybe; - source_not_starts_with_nocase?: InputMaybe; - source_ends_with?: InputMaybe; - source_ends_with_nocase?: InputMaybe; - source_not_ends_with?: InputMaybe; - source_not_ends_with_nocase?: InputMaybe; - sourceAddress?: InputMaybe; - sourceAddress_not?: InputMaybe; - sourceAddress_gt?: InputMaybe; - sourceAddress_lt?: InputMaybe; - sourceAddress_gte?: InputMaybe; - sourceAddress_lte?: InputMaybe; - sourceAddress_in?: InputMaybe>; - sourceAddress_not_in?: InputMaybe>; - sourceAddress_contains?: InputMaybe; - sourceAddress_contains_nocase?: InputMaybe; - sourceAddress_not_contains?: InputMaybe; - sourceAddress_not_contains_nocase?: InputMaybe; - sourceAddress_starts_with?: InputMaybe; - sourceAddress_starts_with_nocase?: InputMaybe; - sourceAddress_not_starts_with?: InputMaybe; - sourceAddress_not_starts_with_nocase?: InputMaybe; - sourceAddress_ends_with?: InputMaybe; - sourceAddress_ends_with_nocase?: InputMaybe; - sourceAddress_not_ends_with?: InputMaybe; - sourceAddress_not_ends_with_nocase?: InputMaybe; - type?: InputMaybe; - type_not?: InputMaybe; - type_gt?: InputMaybe; - type_lt?: InputMaybe; - type_gte?: InputMaybe; - type_lte?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; - type_contains?: InputMaybe; - type_contains_nocase?: InputMaybe; - type_not_contains?: InputMaybe; - type_not_contains_nocase?: InputMaybe; - type_starts_with?: InputMaybe; - type_starts_with_nocase?: InputMaybe; - type_not_starts_with?: InputMaybe; - type_not_starts_with_nocase?: InputMaybe; - type_ends_with?: InputMaybe; - type_ends_with_nocase?: InputMaybe; - type_not_ends_with?: InputMaybe; - type_not_ends_with_nocase?: InputMaybe; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - supplyBalance?: InputMaybe; - supplyBalance_not?: InputMaybe; - supplyBalance_gt?: InputMaybe; - supplyBalance_lt?: InputMaybe; - supplyBalance_gte?: InputMaybe; - supplyBalance_lte?: InputMaybe; - supplyBalance_in?: InputMaybe>; - supplyBalance_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenSupply_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - Token = "token", - TokenAddress = "tokenAddress", - Pool = "pool", - PoolAddress = "poolAddress", - Source = "source", - SourceAddress = "sourceAddress", - Type = "type", - Balance = "balance", - SupplyBalance = "supplyBalance", -} - -export type _Block_ = { - __typename?: "_Block_"; - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars["Int"]; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type _Meta_ = { - __typename?: "_Meta_"; - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: _Block_; - /** The deployment ID */ - deployment: Scalars["String"]; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars["Boolean"]; -}; - -export enum _SubgraphErrorPolicy_ { - /** Data will be returned even if the subgraph has indexing errors */ - Allow = "allow", - /** If the subgraph has indexing errors, data will be omitted. The default. */ - Deny = "deny", -} diff --git a/function/generated/Treasury_Ethereum/Qmam2fnfYzj6srEGC49XxsFyMwngs7xKwjGWZc7jnEU97h/TokenRecord/TokenRecord.jsonschema b/function/generated/Treasury_Ethereum/Qmam2fnfYzj6srEGC49XxsFyMwngs7xKwjGWZc7jnEU97h/TokenRecord/TokenRecord.jsonschema deleted file mode 100644 index d22d846..0000000 --- a/function/generated/Treasury_Ethereum/Qmam2fnfYzj6srEGC49XxsFyMwngs7xKwjGWZc7jnEU97h/TokenRecord/TokenRecord.jsonschema +++ /dev/null @@ -1,62 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "type": "object", - "properties": { - "__typename": { - "type": "string", - "const": "TokenRecord" - }, - "id": { - "type": "string" - }, - "block": { - "type": "string" - }, - "timestamp": { - "type": "string" - }, - "date": { - "type": "string" - }, - "token": { - "type": "string" - }, - "tokenAddress": { - "type": "string" - }, - "source": { - "type": "string" - }, - "sourceAddress": { - "type": "string" - }, - "rate": { - "type": "string" - }, - "balance": { - "type": "string" - }, - "multiplier": { - "type": "string" - }, - "value": { - "type": "string" - }, - "valueExcludingOhm": { - "type": "string" - }, - "category": { - "type": "string" - }, - "isLiquid": { - "type": "boolean" - }, - "isBluechip": { - "type": "boolean" - }, - "blockchain": { - "type": "string" - } - }, - "additionalProperties": false -} \ No newline at end of file diff --git a/function/generated/Treasury_Ethereum/Qmam2fnfYzj6srEGC49XxsFyMwngs7xKwjGWZc7jnEU97h/TokenRecord/TokenRecord_schema.json b/function/generated/Treasury_Ethereum/Qmam2fnfYzj6srEGC49XxsFyMwngs7xKwjGWZc7jnEU97h/TokenRecord/TokenRecord_schema.json deleted file mode 100644 index a767ca4..0000000 --- a/function/generated/Treasury_Ethereum/Qmam2fnfYzj6srEGC49XxsFyMwngs7xKwjGWZc7jnEU97h/TokenRecord/TokenRecord_schema.json +++ /dev/null @@ -1,92 +0,0 @@ -[ - { - "name": "__typename", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "id", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "block", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "timestamp", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "date", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "token", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "tokenAddress", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "source", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "sourceAddress", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "rate", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "balance", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "multiplier", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "value", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "valueExcludingOhm", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "category", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "isLiquid", - "type": "BOOLEAN", - "mode": "NULLABLE" - }, - { - "name": "isBluechip", - "type": "BOOLEAN", - "mode": "NULLABLE" - }, - { - "name": "blockchain", - "type": "STRING", - "mode": "NULLABLE" - } -] diff --git a/function/generated/Treasury_Ethereum/Qmam2fnfYzj6srEGC49XxsFyMwngs7xKwjGWZc7jnEU97h/TokenRecord/TokenRecord_types.ts b/function/generated/Treasury_Ethereum/Qmam2fnfYzj6srEGC49XxsFyMwngs7xKwjGWZc7jnEU97h/TokenRecord/TokenRecord_types.ts deleted file mode 100644 index 327a273..0000000 --- a/function/generated/Treasury_Ethereum/Qmam2fnfYzj6srEGC49XxsFyMwngs7xKwjGWZc7jnEU97h/TokenRecord/TokenRecord_types.ts +++ /dev/null @@ -1,2013 +0,0 @@ -export type Maybe = T | null | undefined; -export type InputMaybe = T | null | undefined; -export type Exact = { [K in keyof T]: T[K] }; -export type MakeOptional = Omit & { [SubKey in K]?: Maybe }; -export type MakeMaybe = Omit & { [SubKey in K]: Maybe }; -/** All built-in and custom scalars, mapped to their actual values */ -export type Scalars = { - ID: string; - String: string; - Boolean: boolean; - Int: number; - Float: number; - BigDecimal: string; - BigInt: string; - Bytes: string; - /** - * 8 bytes signed integer - * - */ - Int8: string; - /** - * A string representation of microseconds UNIX timestamp (16 digits) - * - */ - Timestamp: string; -}; - -export enum Aggregation_Interval { - Hour = "hour", - Day = "day", -} - -export type BalancerPoolSnapshot = { - __typename?: "BalancerPoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - pool: Scalars["Bytes"]; - poolToken: Scalars["Bytes"]; - decimals: Scalars["Int"]; - totalSupply: Scalars["BigDecimal"]; - tokens: Array; - balances: Array; - weights: Array; -}; - -export type BalancerPoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_not_contains?: InputMaybe; - poolToken?: InputMaybe; - poolToken_not?: InputMaybe; - poolToken_gt?: InputMaybe; - poolToken_lt?: InputMaybe; - poolToken_gte?: InputMaybe; - poolToken_lte?: InputMaybe; - poolToken_in?: InputMaybe>; - poolToken_not_in?: InputMaybe>; - poolToken_contains?: InputMaybe; - poolToken_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - tokens?: InputMaybe>; - tokens_not?: InputMaybe>; - tokens_contains?: InputMaybe>; - tokens_contains_nocase?: InputMaybe>; - tokens_not_contains?: InputMaybe>; - tokens_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - weights?: InputMaybe>; - weights_not?: InputMaybe>; - weights_contains?: InputMaybe>; - weights_contains_nocase?: InputMaybe>; - weights_not_contains?: InputMaybe>; - weights_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum BalancerPoolSnapshot_OrderBy { - Id = "id", - Block = "block", - Pool = "pool", - PoolToken = "poolToken", - Decimals = "decimals", - TotalSupply = "totalSupply", - Tokens = "tokens", - Balances = "balances", - Weights = "weights", -} - -export type BlockChangedFilter = { - number_gte: Scalars["Int"]; -}; - -export type Block_Height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type BophadesModule = { - __typename?: "BophadesModule"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - keycode: Scalars["String"]; - moduleAddress: Scalars["Bytes"]; -}; - -export type BophadesModule_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - keycode?: InputMaybe; - keycode_not?: InputMaybe; - keycode_gt?: InputMaybe; - keycode_lt?: InputMaybe; - keycode_gte?: InputMaybe; - keycode_lte?: InputMaybe; - keycode_in?: InputMaybe>; - keycode_not_in?: InputMaybe>; - keycode_contains?: InputMaybe; - keycode_contains_nocase?: InputMaybe; - keycode_not_contains?: InputMaybe; - keycode_not_contains_nocase?: InputMaybe; - keycode_starts_with?: InputMaybe; - keycode_starts_with_nocase?: InputMaybe; - keycode_not_starts_with?: InputMaybe; - keycode_not_starts_with_nocase?: InputMaybe; - keycode_ends_with?: InputMaybe; - keycode_ends_with_nocase?: InputMaybe; - keycode_not_ends_with?: InputMaybe; - keycode_not_ends_with_nocase?: InputMaybe; - moduleAddress?: InputMaybe; - moduleAddress_not?: InputMaybe; - moduleAddress_gt?: InputMaybe; - moduleAddress_lt?: InputMaybe; - moduleAddress_gte?: InputMaybe; - moduleAddress_lte?: InputMaybe; - moduleAddress_in?: InputMaybe>; - moduleAddress_not_in?: InputMaybe>; - moduleAddress_contains?: InputMaybe; - moduleAddress_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum BophadesModule_OrderBy { - Id = "id", - Block = "block", - Keycode = "keycode", - ModuleAddress = "moduleAddress", -} - -export type ClearinghouseAddress = { - __typename?: "ClearinghouseAddress"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - addresses: Array; -}; - -export type ClearinghouseAddress_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - addresses?: InputMaybe>; - addresses_not?: InputMaybe>; - addresses_contains?: InputMaybe>; - addresses_contains_nocase?: InputMaybe>; - addresses_not_contains?: InputMaybe>; - addresses_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum ClearinghouseAddress_OrderBy { - Id = "id", - Block = "block", - Addresses = "addresses", -} - -export type Erc20TokenSnapshot = { - __typename?: "ERC20TokenSnapshot"; - id: Scalars["Bytes"]; - address: Scalars["Bytes"]; - decimals: Scalars["Int"]; - totalSupply?: Maybe; -}; - -export type Erc20TokenSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum Erc20TokenSnapshot_OrderBy { - Id = "id", - Address = "address", - Decimals = "decimals", - TotalSupply = "totalSupply", -} - -export type GnosisAuction = { - __typename?: "GnosisAuction"; - id: Scalars["ID"]; - auctionOpenTimestamp: Scalars["BigInt"]; - payoutCapacity: Scalars["BigDecimal"]; - termSeconds: Scalars["BigInt"]; - bidQuantity?: Maybe; - auctionCloseTimestamp?: Maybe; -}; - -export type GnosisAuctionRoot = { - __typename?: "GnosisAuctionRoot"; - id: Scalars["ID"]; - markets: Array; -}; - -export type GnosisAuctionRoot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - markets?: InputMaybe>; - markets_not?: InputMaybe>; - markets_contains?: InputMaybe>; - markets_contains_nocase?: InputMaybe>; - markets_not_contains?: InputMaybe>; - markets_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum GnosisAuctionRoot_OrderBy { - Id = "id", - Markets = "markets", -} - -export type GnosisAuction_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - auctionOpenTimestamp?: InputMaybe; - auctionOpenTimestamp_not?: InputMaybe; - auctionOpenTimestamp_gt?: InputMaybe; - auctionOpenTimestamp_lt?: InputMaybe; - auctionOpenTimestamp_gte?: InputMaybe; - auctionOpenTimestamp_lte?: InputMaybe; - auctionOpenTimestamp_in?: InputMaybe>; - auctionOpenTimestamp_not_in?: InputMaybe>; - payoutCapacity?: InputMaybe; - payoutCapacity_not?: InputMaybe; - payoutCapacity_gt?: InputMaybe; - payoutCapacity_lt?: InputMaybe; - payoutCapacity_gte?: InputMaybe; - payoutCapacity_lte?: InputMaybe; - payoutCapacity_in?: InputMaybe>; - payoutCapacity_not_in?: InputMaybe>; - termSeconds?: InputMaybe; - termSeconds_not?: InputMaybe; - termSeconds_gt?: InputMaybe; - termSeconds_lt?: InputMaybe; - termSeconds_gte?: InputMaybe; - termSeconds_lte?: InputMaybe; - termSeconds_in?: InputMaybe>; - termSeconds_not_in?: InputMaybe>; - bidQuantity?: InputMaybe; - bidQuantity_not?: InputMaybe; - bidQuantity_gt?: InputMaybe; - bidQuantity_lt?: InputMaybe; - bidQuantity_gte?: InputMaybe; - bidQuantity_lte?: InputMaybe; - bidQuantity_in?: InputMaybe>; - bidQuantity_not_in?: InputMaybe>; - auctionCloseTimestamp?: InputMaybe; - auctionCloseTimestamp_not?: InputMaybe; - auctionCloseTimestamp_gt?: InputMaybe; - auctionCloseTimestamp_lt?: InputMaybe; - auctionCloseTimestamp_gte?: InputMaybe; - auctionCloseTimestamp_lte?: InputMaybe; - auctionCloseTimestamp_in?: InputMaybe>; - auctionCloseTimestamp_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum GnosisAuction_OrderBy { - Id = "id", - AuctionOpenTimestamp = "auctionOpenTimestamp", - PayoutCapacity = "payoutCapacity", - TermSeconds = "termSeconds", - BidQuantity = "bidQuantity", - AuctionCloseTimestamp = "auctionCloseTimestamp", -} - -/** Defines the order direction, either ascending or descending */ -export enum OrderDirection { - Asc = "asc", - Desc = "desc", -} - -export type PoolSnapshot = { - __typename?: "PoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - pool: Scalars["Bytes"]; - poolToken?: Maybe; - decimals: Scalars["Int"]; - totalSupply: Scalars["BigDecimal"]; - tokens: Array; - balances: Array; - weights?: Maybe>; -}; - -export type PoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_not_contains?: InputMaybe; - poolToken?: InputMaybe; - poolToken_not?: InputMaybe; - poolToken_gt?: InputMaybe; - poolToken_lt?: InputMaybe; - poolToken_gte?: InputMaybe; - poolToken_lte?: InputMaybe; - poolToken_in?: InputMaybe>; - poolToken_not_in?: InputMaybe>; - poolToken_contains?: InputMaybe; - poolToken_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - tokens?: InputMaybe>; - tokens_not?: InputMaybe>; - tokens_contains?: InputMaybe>; - tokens_contains_nocase?: InputMaybe>; - tokens_not_contains?: InputMaybe>; - tokens_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - weights?: InputMaybe>; - weights_not?: InputMaybe>; - weights_contains?: InputMaybe>; - weights_contains_nocase?: InputMaybe>; - weights_not_contains?: InputMaybe>; - weights_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum PoolSnapshot_OrderBy { - Id = "id", - Block = "block", - Pool = "pool", - PoolToken = "poolToken", - Decimals = "decimals", - TotalSupply = "totalSupply", - Tokens = "tokens", - Balances = "balances", - Weights = "weights", -} - -export type PriceSnapshot = { - __typename?: "PriceSnapshot"; - id: Scalars["ID"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - priceOhm: Scalars["BigDecimal"]; - priceGOhm: Scalars["BigDecimal"]; -}; - -export type PriceSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - priceOhm?: InputMaybe; - priceOhm_not?: InputMaybe; - priceOhm_gt?: InputMaybe; - priceOhm_lt?: InputMaybe; - priceOhm_gte?: InputMaybe; - priceOhm_lte?: InputMaybe; - priceOhm_in?: InputMaybe>; - priceOhm_not_in?: InputMaybe>; - priceGOhm?: InputMaybe; - priceGOhm_not?: InputMaybe; - priceGOhm_gt?: InputMaybe; - priceGOhm_lt?: InputMaybe; - priceGOhm_gte?: InputMaybe; - priceGOhm_lte?: InputMaybe; - priceGOhm_in?: InputMaybe>; - priceGOhm_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum PriceSnapshot_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - PriceOhm = "priceOhm", - PriceGOhm = "priceGOhm", -} - -export type ProtocolMetric = { - __typename?: "ProtocolMetric"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - currentAPY: Scalars["BigDecimal"]; - currentIndex: Scalars["BigDecimal"]; - date: Scalars["String"]; - gOhmPrice: Scalars["BigDecimal"]; - gOhmSyntheticSupply?: Maybe; - gOhmTotalSupply: Scalars["BigDecimal"]; - marketCap?: Maybe; - nextDistributedOhm: Scalars["BigDecimal"]; - nextEpochRebase: Scalars["BigDecimal"]; - ohmCirculatingSupply?: Maybe; - ohmFloatingSupply?: Maybe; - ohmPrice: Scalars["BigDecimal"]; - ohmTotalSupply: Scalars["BigDecimal"]; - sOhmCirculatingSupply: Scalars["BigDecimal"]; - timestamp: Scalars["BigInt"]; - totalValueLocked: Scalars["BigDecimal"]; - treasuryLiquidBacking?: Maybe; - treasuryLiquidBackingPerGOhmSynthetic?: Maybe; - treasuryLiquidBackingPerOhmFloating?: Maybe; - treasuryMarketValue?: Maybe; -}; - -export type ProtocolMetric_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - currentAPY?: InputMaybe; - currentAPY_not?: InputMaybe; - currentAPY_gt?: InputMaybe; - currentAPY_lt?: InputMaybe; - currentAPY_gte?: InputMaybe; - currentAPY_lte?: InputMaybe; - currentAPY_in?: InputMaybe>; - currentAPY_not_in?: InputMaybe>; - currentIndex?: InputMaybe; - currentIndex_not?: InputMaybe; - currentIndex_gt?: InputMaybe; - currentIndex_lt?: InputMaybe; - currentIndex_gte?: InputMaybe; - currentIndex_lte?: InputMaybe; - currentIndex_in?: InputMaybe>; - currentIndex_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - gOhmPrice?: InputMaybe; - gOhmPrice_not?: InputMaybe; - gOhmPrice_gt?: InputMaybe; - gOhmPrice_lt?: InputMaybe; - gOhmPrice_gte?: InputMaybe; - gOhmPrice_lte?: InputMaybe; - gOhmPrice_in?: InputMaybe>; - gOhmPrice_not_in?: InputMaybe>; - gOhmSyntheticSupply?: InputMaybe; - gOhmSyntheticSupply_not?: InputMaybe; - gOhmSyntheticSupply_gt?: InputMaybe; - gOhmSyntheticSupply_lt?: InputMaybe; - gOhmSyntheticSupply_gte?: InputMaybe; - gOhmSyntheticSupply_lte?: InputMaybe; - gOhmSyntheticSupply_in?: InputMaybe>; - gOhmSyntheticSupply_not_in?: InputMaybe>; - gOhmTotalSupply?: InputMaybe; - gOhmTotalSupply_not?: InputMaybe; - gOhmTotalSupply_gt?: InputMaybe; - gOhmTotalSupply_lt?: InputMaybe; - gOhmTotalSupply_gte?: InputMaybe; - gOhmTotalSupply_lte?: InputMaybe; - gOhmTotalSupply_in?: InputMaybe>; - gOhmTotalSupply_not_in?: InputMaybe>; - marketCap?: InputMaybe; - marketCap_not?: InputMaybe; - marketCap_gt?: InputMaybe; - marketCap_lt?: InputMaybe; - marketCap_gte?: InputMaybe; - marketCap_lte?: InputMaybe; - marketCap_in?: InputMaybe>; - marketCap_not_in?: InputMaybe>; - nextDistributedOhm?: InputMaybe; - nextDistributedOhm_not?: InputMaybe; - nextDistributedOhm_gt?: InputMaybe; - nextDistributedOhm_lt?: InputMaybe; - nextDistributedOhm_gte?: InputMaybe; - nextDistributedOhm_lte?: InputMaybe; - nextDistributedOhm_in?: InputMaybe>; - nextDistributedOhm_not_in?: InputMaybe>; - nextEpochRebase?: InputMaybe; - nextEpochRebase_not?: InputMaybe; - nextEpochRebase_gt?: InputMaybe; - nextEpochRebase_lt?: InputMaybe; - nextEpochRebase_gte?: InputMaybe; - nextEpochRebase_lte?: InputMaybe; - nextEpochRebase_in?: InputMaybe>; - nextEpochRebase_not_in?: InputMaybe>; - ohmCirculatingSupply?: InputMaybe; - ohmCirculatingSupply_not?: InputMaybe; - ohmCirculatingSupply_gt?: InputMaybe; - ohmCirculatingSupply_lt?: InputMaybe; - ohmCirculatingSupply_gte?: InputMaybe; - ohmCirculatingSupply_lte?: InputMaybe; - ohmCirculatingSupply_in?: InputMaybe>; - ohmCirculatingSupply_not_in?: InputMaybe>; - ohmFloatingSupply?: InputMaybe; - ohmFloatingSupply_not?: InputMaybe; - ohmFloatingSupply_gt?: InputMaybe; - ohmFloatingSupply_lt?: InputMaybe; - ohmFloatingSupply_gte?: InputMaybe; - ohmFloatingSupply_lte?: InputMaybe; - ohmFloatingSupply_in?: InputMaybe>; - ohmFloatingSupply_not_in?: InputMaybe>; - ohmPrice?: InputMaybe; - ohmPrice_not?: InputMaybe; - ohmPrice_gt?: InputMaybe; - ohmPrice_lt?: InputMaybe; - ohmPrice_gte?: InputMaybe; - ohmPrice_lte?: InputMaybe; - ohmPrice_in?: InputMaybe>; - ohmPrice_not_in?: InputMaybe>; - ohmTotalSupply?: InputMaybe; - ohmTotalSupply_not?: InputMaybe; - ohmTotalSupply_gt?: InputMaybe; - ohmTotalSupply_lt?: InputMaybe; - ohmTotalSupply_gte?: InputMaybe; - ohmTotalSupply_lte?: InputMaybe; - ohmTotalSupply_in?: InputMaybe>; - ohmTotalSupply_not_in?: InputMaybe>; - sOhmCirculatingSupply?: InputMaybe; - sOhmCirculatingSupply_not?: InputMaybe; - sOhmCirculatingSupply_gt?: InputMaybe; - sOhmCirculatingSupply_lt?: InputMaybe; - sOhmCirculatingSupply_gte?: InputMaybe; - sOhmCirculatingSupply_lte?: InputMaybe; - sOhmCirculatingSupply_in?: InputMaybe>; - sOhmCirculatingSupply_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - totalValueLocked?: InputMaybe; - totalValueLocked_not?: InputMaybe; - totalValueLocked_gt?: InputMaybe; - totalValueLocked_lt?: InputMaybe; - totalValueLocked_gte?: InputMaybe; - totalValueLocked_lte?: InputMaybe; - totalValueLocked_in?: InputMaybe>; - totalValueLocked_not_in?: InputMaybe>; - treasuryLiquidBacking?: InputMaybe; - treasuryLiquidBacking_not?: InputMaybe; - treasuryLiquidBacking_gt?: InputMaybe; - treasuryLiquidBacking_lt?: InputMaybe; - treasuryLiquidBacking_gte?: InputMaybe; - treasuryLiquidBacking_lte?: InputMaybe; - treasuryLiquidBacking_in?: InputMaybe>; - treasuryLiquidBacking_not_in?: InputMaybe>; - treasuryLiquidBackingPerGOhmSynthetic?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_not?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_gt?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_lt?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_gte?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_lte?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_in?: InputMaybe>; - treasuryLiquidBackingPerGOhmSynthetic_not_in?: InputMaybe>; - treasuryLiquidBackingPerOhmFloating?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_not?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_gt?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_lt?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_gte?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_lte?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_in?: InputMaybe>; - treasuryLiquidBackingPerOhmFloating_not_in?: InputMaybe>; - treasuryMarketValue?: InputMaybe; - treasuryMarketValue_not?: InputMaybe; - treasuryMarketValue_gt?: InputMaybe; - treasuryMarketValue_lt?: InputMaybe; - treasuryMarketValue_gte?: InputMaybe; - treasuryMarketValue_lte?: InputMaybe; - treasuryMarketValue_in?: InputMaybe>; - treasuryMarketValue_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum ProtocolMetric_OrderBy { - Id = "id", - Block = "block", - CurrentApy = "currentAPY", - CurrentIndex = "currentIndex", - Date = "date", - GOhmPrice = "gOhmPrice", - GOhmSyntheticSupply = "gOhmSyntheticSupply", - GOhmTotalSupply = "gOhmTotalSupply", - MarketCap = "marketCap", - NextDistributedOhm = "nextDistributedOhm", - NextEpochRebase = "nextEpochRebase", - OhmCirculatingSupply = "ohmCirculatingSupply", - OhmFloatingSupply = "ohmFloatingSupply", - OhmPrice = "ohmPrice", - OhmTotalSupply = "ohmTotalSupply", - SOhmCirculatingSupply = "sOhmCirculatingSupply", - Timestamp = "timestamp", - TotalValueLocked = "totalValueLocked", - TreasuryLiquidBacking = "treasuryLiquidBacking", - TreasuryLiquidBackingPerGOhmSynthetic = "treasuryLiquidBackingPerGOhmSynthetic", - TreasuryLiquidBackingPerOhmFloating = "treasuryLiquidBackingPerOhmFloating", - TreasuryMarketValue = "treasuryMarketValue", -} - -export type Query = { - __typename?: "Query"; - protocolMetric?: Maybe; - protocolMetrics: Array; - tokenRecord?: Maybe; - tokenRecords: Array; - tokenSupply?: Maybe; - tokenSupplies: Array; - priceSnapshot?: Maybe; - priceSnapshots: Array; - gnosisAuctionRoot?: Maybe; - gnosisAuctionRoots: Array; - gnosisAuction?: Maybe; - gnosisAuctions: Array; - erc20TokenSnapshot?: Maybe; - erc20TokenSnapshots: Array; - balancerPoolSnapshot?: Maybe; - balancerPoolSnapshots: Array; - poolSnapshot?: Maybe; - poolSnapshots: Array; - tokenPriceSnapshot?: Maybe; - tokenPriceSnapshots: Array; - stakingPoolSnapshot?: Maybe; - stakingPoolSnapshots: Array; - bophadesModule?: Maybe; - bophadesModules: Array; - clearinghouseAddress?: Maybe; - clearinghouseAddresses: Array; - /** Access to subgraph metadata */ - _meta?: Maybe<_Meta_>; -}; - -export type QueryProtocolMetricArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryProtocolMetricsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenRecordArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenRecordsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenSupplyArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenSuppliesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionRootArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryErc20TokenSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryErc20TokenSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryBalancerPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryBalancerPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryStakingPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryStakingPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryBophadesModuleArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryBophadesModulesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryClearinghouseAddressArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryClearinghouseAddressesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type Query_MetaArgs = { - block?: InputMaybe; -}; - -export type StakingPoolSnapshot = { - __typename?: "StakingPoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - contractAddress: Scalars["Bytes"]; - stakingToken?: Maybe; -}; - -export type StakingPoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - contractAddress?: InputMaybe; - contractAddress_not?: InputMaybe; - contractAddress_gt?: InputMaybe; - contractAddress_lt?: InputMaybe; - contractAddress_gte?: InputMaybe; - contractAddress_lte?: InputMaybe; - contractAddress_in?: InputMaybe>; - contractAddress_not_in?: InputMaybe>; - contractAddress_contains?: InputMaybe; - contractAddress_not_contains?: InputMaybe; - stakingToken?: InputMaybe; - stakingToken_not?: InputMaybe; - stakingToken_gt?: InputMaybe; - stakingToken_lt?: InputMaybe; - stakingToken_gte?: InputMaybe; - stakingToken_lte?: InputMaybe; - stakingToken_in?: InputMaybe>; - stakingToken_not_in?: InputMaybe>; - stakingToken_contains?: InputMaybe; - stakingToken_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum StakingPoolSnapshot_OrderBy { - Id = "id", - Block = "block", - ContractAddress = "contractAddress", - StakingToken = "stakingToken", -} - -export type Subscription = { - __typename?: "Subscription"; - protocolMetric?: Maybe; - protocolMetrics: Array; - tokenRecord?: Maybe; - tokenRecords: Array; - tokenSupply?: Maybe; - tokenSupplies: Array; - priceSnapshot?: Maybe; - priceSnapshots: Array; - gnosisAuctionRoot?: Maybe; - gnosisAuctionRoots: Array; - gnosisAuction?: Maybe; - gnosisAuctions: Array; - erc20TokenSnapshot?: Maybe; - erc20TokenSnapshots: Array; - balancerPoolSnapshot?: Maybe; - balancerPoolSnapshots: Array; - poolSnapshot?: Maybe; - poolSnapshots: Array; - tokenPriceSnapshot?: Maybe; - tokenPriceSnapshots: Array; - stakingPoolSnapshot?: Maybe; - stakingPoolSnapshots: Array; - bophadesModule?: Maybe; - bophadesModules: Array; - clearinghouseAddress?: Maybe; - clearinghouseAddresses: Array; - /** Access to subgraph metadata */ - _meta?: Maybe<_Meta_>; -}; - -export type SubscriptionProtocolMetricArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionProtocolMetricsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenRecordArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenRecordsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenSupplyArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenSuppliesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionRootArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionErc20TokenSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionErc20TokenSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionBalancerPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionBalancerPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionStakingPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionStakingPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionBophadesModuleArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionBophadesModulesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionClearinghouseAddressArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionClearinghouseAddressesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type Subscription_MetaArgs = { - block?: InputMaybe; -}; - -export type TokenPriceSnapshot = { - __typename?: "TokenPriceSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - token: Scalars["Bytes"]; - price: Scalars["BigDecimal"]; -}; - -export type TokenPriceSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_not_contains?: InputMaybe; - price?: InputMaybe; - price_not?: InputMaybe; - price_gt?: InputMaybe; - price_lt?: InputMaybe; - price_gte?: InputMaybe; - price_lte?: InputMaybe; - price_in?: InputMaybe>; - price_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenPriceSnapshot_OrderBy { - Id = "id", - Block = "block", - Token = "token", - Price = "price", -} - -export type TokenRecord = { - __typename?: "TokenRecord"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - token: Scalars["String"]; - tokenAddress: Scalars["String"]; - source: Scalars["String"]; - sourceAddress: Scalars["String"]; - rate: Scalars["BigDecimal"]; - balance: Scalars["BigDecimal"]; - multiplier: Scalars["BigDecimal"]; - value: Scalars["BigDecimal"]; - valueExcludingOhm: Scalars["BigDecimal"]; - category: Scalars["String"]; - isLiquid: Scalars["Boolean"]; - isBluechip: Scalars["Boolean"]; - blockchain: Scalars["String"]; -}; - -export type TokenRecord_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - tokenAddress?: InputMaybe; - tokenAddress_not?: InputMaybe; - tokenAddress_gt?: InputMaybe; - tokenAddress_lt?: InputMaybe; - tokenAddress_gte?: InputMaybe; - tokenAddress_lte?: InputMaybe; - tokenAddress_in?: InputMaybe>; - tokenAddress_not_in?: InputMaybe>; - tokenAddress_contains?: InputMaybe; - tokenAddress_contains_nocase?: InputMaybe; - tokenAddress_not_contains?: InputMaybe; - tokenAddress_not_contains_nocase?: InputMaybe; - tokenAddress_starts_with?: InputMaybe; - tokenAddress_starts_with_nocase?: InputMaybe; - tokenAddress_not_starts_with?: InputMaybe; - tokenAddress_not_starts_with_nocase?: InputMaybe; - tokenAddress_ends_with?: InputMaybe; - tokenAddress_ends_with_nocase?: InputMaybe; - tokenAddress_not_ends_with?: InputMaybe; - tokenAddress_not_ends_with_nocase?: InputMaybe; - source?: InputMaybe; - source_not?: InputMaybe; - source_gt?: InputMaybe; - source_lt?: InputMaybe; - source_gte?: InputMaybe; - source_lte?: InputMaybe; - source_in?: InputMaybe>; - source_not_in?: InputMaybe>; - source_contains?: InputMaybe; - source_contains_nocase?: InputMaybe; - source_not_contains?: InputMaybe; - source_not_contains_nocase?: InputMaybe; - source_starts_with?: InputMaybe; - source_starts_with_nocase?: InputMaybe; - source_not_starts_with?: InputMaybe; - source_not_starts_with_nocase?: InputMaybe; - source_ends_with?: InputMaybe; - source_ends_with_nocase?: InputMaybe; - source_not_ends_with?: InputMaybe; - source_not_ends_with_nocase?: InputMaybe; - sourceAddress?: InputMaybe; - sourceAddress_not?: InputMaybe; - sourceAddress_gt?: InputMaybe; - sourceAddress_lt?: InputMaybe; - sourceAddress_gte?: InputMaybe; - sourceAddress_lte?: InputMaybe; - sourceAddress_in?: InputMaybe>; - sourceAddress_not_in?: InputMaybe>; - sourceAddress_contains?: InputMaybe; - sourceAddress_contains_nocase?: InputMaybe; - sourceAddress_not_contains?: InputMaybe; - sourceAddress_not_contains_nocase?: InputMaybe; - sourceAddress_starts_with?: InputMaybe; - sourceAddress_starts_with_nocase?: InputMaybe; - sourceAddress_not_starts_with?: InputMaybe; - sourceAddress_not_starts_with_nocase?: InputMaybe; - sourceAddress_ends_with?: InputMaybe; - sourceAddress_ends_with_nocase?: InputMaybe; - sourceAddress_not_ends_with?: InputMaybe; - sourceAddress_not_ends_with_nocase?: InputMaybe; - rate?: InputMaybe; - rate_not?: InputMaybe; - rate_gt?: InputMaybe; - rate_lt?: InputMaybe; - rate_gte?: InputMaybe; - rate_lte?: InputMaybe; - rate_in?: InputMaybe>; - rate_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - multiplier?: InputMaybe; - multiplier_not?: InputMaybe; - multiplier_gt?: InputMaybe; - multiplier_lt?: InputMaybe; - multiplier_gte?: InputMaybe; - multiplier_lte?: InputMaybe; - multiplier_in?: InputMaybe>; - multiplier_not_in?: InputMaybe>; - value?: InputMaybe; - value_not?: InputMaybe; - value_gt?: InputMaybe; - value_lt?: InputMaybe; - value_gte?: InputMaybe; - value_lte?: InputMaybe; - value_in?: InputMaybe>; - value_not_in?: InputMaybe>; - valueExcludingOhm?: InputMaybe; - valueExcludingOhm_not?: InputMaybe; - valueExcludingOhm_gt?: InputMaybe; - valueExcludingOhm_lt?: InputMaybe; - valueExcludingOhm_gte?: InputMaybe; - valueExcludingOhm_lte?: InputMaybe; - valueExcludingOhm_in?: InputMaybe>; - valueExcludingOhm_not_in?: InputMaybe>; - category?: InputMaybe; - category_not?: InputMaybe; - category_gt?: InputMaybe; - category_lt?: InputMaybe; - category_gte?: InputMaybe; - category_lte?: InputMaybe; - category_in?: InputMaybe>; - category_not_in?: InputMaybe>; - category_contains?: InputMaybe; - category_contains_nocase?: InputMaybe; - category_not_contains?: InputMaybe; - category_not_contains_nocase?: InputMaybe; - category_starts_with?: InputMaybe; - category_starts_with_nocase?: InputMaybe; - category_not_starts_with?: InputMaybe; - category_not_starts_with_nocase?: InputMaybe; - category_ends_with?: InputMaybe; - category_ends_with_nocase?: InputMaybe; - category_not_ends_with?: InputMaybe; - category_not_ends_with_nocase?: InputMaybe; - isLiquid?: InputMaybe; - isLiquid_not?: InputMaybe; - isLiquid_in?: InputMaybe>; - isLiquid_not_in?: InputMaybe>; - isBluechip?: InputMaybe; - isBluechip_not?: InputMaybe; - isBluechip_in?: InputMaybe>; - isBluechip_not_in?: InputMaybe>; - blockchain?: InputMaybe; - blockchain_not?: InputMaybe; - blockchain_gt?: InputMaybe; - blockchain_lt?: InputMaybe; - blockchain_gte?: InputMaybe; - blockchain_lte?: InputMaybe; - blockchain_in?: InputMaybe>; - blockchain_not_in?: InputMaybe>; - blockchain_contains?: InputMaybe; - blockchain_contains_nocase?: InputMaybe; - blockchain_not_contains?: InputMaybe; - blockchain_not_contains_nocase?: InputMaybe; - blockchain_starts_with?: InputMaybe; - blockchain_starts_with_nocase?: InputMaybe; - blockchain_not_starts_with?: InputMaybe; - blockchain_not_starts_with_nocase?: InputMaybe; - blockchain_ends_with?: InputMaybe; - blockchain_ends_with_nocase?: InputMaybe; - blockchain_not_ends_with?: InputMaybe; - blockchain_not_ends_with_nocase?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenRecord_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - Token = "token", - TokenAddress = "tokenAddress", - Source = "source", - SourceAddress = "sourceAddress", - Rate = "rate", - Balance = "balance", - Multiplier = "multiplier", - Value = "value", - ValueExcludingOhm = "valueExcludingOhm", - Category = "category", - IsLiquid = "isLiquid", - IsBluechip = "isBluechip", - Blockchain = "blockchain", -} - -export type TokenSupply = { - __typename?: "TokenSupply"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - token: Scalars["String"]; - tokenAddress: Scalars["String"]; - pool?: Maybe; - poolAddress?: Maybe; - source?: Maybe; - sourceAddress?: Maybe; - type: Scalars["String"]; - balance: Scalars["BigDecimal"]; - supplyBalance: Scalars["BigDecimal"]; -}; - -export type TokenSupply_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - tokenAddress?: InputMaybe; - tokenAddress_not?: InputMaybe; - tokenAddress_gt?: InputMaybe; - tokenAddress_lt?: InputMaybe; - tokenAddress_gte?: InputMaybe; - tokenAddress_lte?: InputMaybe; - tokenAddress_in?: InputMaybe>; - tokenAddress_not_in?: InputMaybe>; - tokenAddress_contains?: InputMaybe; - tokenAddress_contains_nocase?: InputMaybe; - tokenAddress_not_contains?: InputMaybe; - tokenAddress_not_contains_nocase?: InputMaybe; - tokenAddress_starts_with?: InputMaybe; - tokenAddress_starts_with_nocase?: InputMaybe; - tokenAddress_not_starts_with?: InputMaybe; - tokenAddress_not_starts_with_nocase?: InputMaybe; - tokenAddress_ends_with?: InputMaybe; - tokenAddress_ends_with_nocase?: InputMaybe; - tokenAddress_not_ends_with?: InputMaybe; - tokenAddress_not_ends_with_nocase?: InputMaybe; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_contains_nocase?: InputMaybe; - pool_not_contains?: InputMaybe; - pool_not_contains_nocase?: InputMaybe; - pool_starts_with?: InputMaybe; - pool_starts_with_nocase?: InputMaybe; - pool_not_starts_with?: InputMaybe; - pool_not_starts_with_nocase?: InputMaybe; - pool_ends_with?: InputMaybe; - pool_ends_with_nocase?: InputMaybe; - pool_not_ends_with?: InputMaybe; - pool_not_ends_with_nocase?: InputMaybe; - poolAddress?: InputMaybe; - poolAddress_not?: InputMaybe; - poolAddress_gt?: InputMaybe; - poolAddress_lt?: InputMaybe; - poolAddress_gte?: InputMaybe; - poolAddress_lte?: InputMaybe; - poolAddress_in?: InputMaybe>; - poolAddress_not_in?: InputMaybe>; - poolAddress_contains?: InputMaybe; - poolAddress_contains_nocase?: InputMaybe; - poolAddress_not_contains?: InputMaybe; - poolAddress_not_contains_nocase?: InputMaybe; - poolAddress_starts_with?: InputMaybe; - poolAddress_starts_with_nocase?: InputMaybe; - poolAddress_not_starts_with?: InputMaybe; - poolAddress_not_starts_with_nocase?: InputMaybe; - poolAddress_ends_with?: InputMaybe; - poolAddress_ends_with_nocase?: InputMaybe; - poolAddress_not_ends_with?: InputMaybe; - poolAddress_not_ends_with_nocase?: InputMaybe; - source?: InputMaybe; - source_not?: InputMaybe; - source_gt?: InputMaybe; - source_lt?: InputMaybe; - source_gte?: InputMaybe; - source_lte?: InputMaybe; - source_in?: InputMaybe>; - source_not_in?: InputMaybe>; - source_contains?: InputMaybe; - source_contains_nocase?: InputMaybe; - source_not_contains?: InputMaybe; - source_not_contains_nocase?: InputMaybe; - source_starts_with?: InputMaybe; - source_starts_with_nocase?: InputMaybe; - source_not_starts_with?: InputMaybe; - source_not_starts_with_nocase?: InputMaybe; - source_ends_with?: InputMaybe; - source_ends_with_nocase?: InputMaybe; - source_not_ends_with?: InputMaybe; - source_not_ends_with_nocase?: InputMaybe; - sourceAddress?: InputMaybe; - sourceAddress_not?: InputMaybe; - sourceAddress_gt?: InputMaybe; - sourceAddress_lt?: InputMaybe; - sourceAddress_gte?: InputMaybe; - sourceAddress_lte?: InputMaybe; - sourceAddress_in?: InputMaybe>; - sourceAddress_not_in?: InputMaybe>; - sourceAddress_contains?: InputMaybe; - sourceAddress_contains_nocase?: InputMaybe; - sourceAddress_not_contains?: InputMaybe; - sourceAddress_not_contains_nocase?: InputMaybe; - sourceAddress_starts_with?: InputMaybe; - sourceAddress_starts_with_nocase?: InputMaybe; - sourceAddress_not_starts_with?: InputMaybe; - sourceAddress_not_starts_with_nocase?: InputMaybe; - sourceAddress_ends_with?: InputMaybe; - sourceAddress_ends_with_nocase?: InputMaybe; - sourceAddress_not_ends_with?: InputMaybe; - sourceAddress_not_ends_with_nocase?: InputMaybe; - type?: InputMaybe; - type_not?: InputMaybe; - type_gt?: InputMaybe; - type_lt?: InputMaybe; - type_gte?: InputMaybe; - type_lte?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; - type_contains?: InputMaybe; - type_contains_nocase?: InputMaybe; - type_not_contains?: InputMaybe; - type_not_contains_nocase?: InputMaybe; - type_starts_with?: InputMaybe; - type_starts_with_nocase?: InputMaybe; - type_not_starts_with?: InputMaybe; - type_not_starts_with_nocase?: InputMaybe; - type_ends_with?: InputMaybe; - type_ends_with_nocase?: InputMaybe; - type_not_ends_with?: InputMaybe; - type_not_ends_with_nocase?: InputMaybe; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - supplyBalance?: InputMaybe; - supplyBalance_not?: InputMaybe; - supplyBalance_gt?: InputMaybe; - supplyBalance_lt?: InputMaybe; - supplyBalance_gte?: InputMaybe; - supplyBalance_lte?: InputMaybe; - supplyBalance_in?: InputMaybe>; - supplyBalance_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenSupply_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - Token = "token", - TokenAddress = "tokenAddress", - Pool = "pool", - PoolAddress = "poolAddress", - Source = "source", - SourceAddress = "sourceAddress", - Type = "type", - Balance = "balance", - SupplyBalance = "supplyBalance", -} - -export type _Block_ = { - __typename?: "_Block_"; - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars["Int"]; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type _Meta_ = { - __typename?: "_Meta_"; - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: _Block_; - /** The deployment ID */ - deployment: Scalars["String"]; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars["Boolean"]; -}; - -export enum _SubgraphErrorPolicy_ { - /** Data will be returned even if the subgraph has indexing errors */ - Allow = "allow", - /** If the subgraph has indexing errors, data will be omitted. The default. */ - Deny = "deny", -} diff --git a/function/generated/Treasury_Ethereum/Qmcw9E6pTyUyGzdwi1tvRBdrDrnjcXVngLeuTkruuM2t8g/ProtocolMetric/ProtocolMetric.jsonschema b/function/generated/Treasury_Ethereum/Qmcw9E6pTyUyGzdwi1tvRBdrDrnjcXVngLeuTkruuM2t8g/ProtocolMetric/ProtocolMetric.jsonschema deleted file mode 100644 index fb0b54e..0000000 --- a/function/generated/Treasury_Ethereum/Qmcw9E6pTyUyGzdwi1tvRBdrDrnjcXVngLeuTkruuM2t8g/ProtocolMetric/ProtocolMetric.jsonschema +++ /dev/null @@ -1,101 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "type": "object", - "properties": { - "__typename": { - "type": "string", - "const": "ProtocolMetric" - }, - "id": { - "type": "string" - }, - "block": { - "type": "string" - }, - "currentAPY": { - "type": "string" - }, - "currentIndex": { - "type": "string" - }, - "date": { - "type": "string" - }, - "gOhmPrice": { - "type": "string" - }, - "gOhmSyntheticSupply": { - "type": [ - "string", - "null" - ] - }, - "gOhmTotalSupply": { - "type": "string" - }, - "marketCap": { - "type": [ - "string", - "null" - ] - }, - "nextDistributedOhm": { - "type": "string" - }, - "nextEpochRebase": { - "type": "string" - }, - "ohmCirculatingSupply": { - "type": [ - "string", - "null" - ] - }, - "ohmFloatingSupply": { - "type": [ - "string", - "null" - ] - }, - "ohmPrice": { - "type": "string" - }, - "ohmTotalSupply": { - "type": "string" - }, - "sOhmCirculatingSupply": { - "type": "string" - }, - "timestamp": { - "type": "string" - }, - "totalValueLocked": { - "type": "string" - }, - "treasuryLiquidBacking": { - "type": [ - "string", - "null" - ] - }, - "treasuryLiquidBackingPerGOhmSynthetic": { - "type": [ - "string", - "null" - ] - }, - "treasuryLiquidBackingPerOhmFloating": { - "type": [ - "string", - "null" - ] - }, - "treasuryMarketValue": { - "type": [ - "string", - "null" - ] - } - }, - "additionalProperties": false -} \ No newline at end of file diff --git a/function/generated/Treasury_Ethereum/Qmcw9E6pTyUyGzdwi1tvRBdrDrnjcXVngLeuTkruuM2t8g/ProtocolMetric/ProtocolMetric_schema.json b/function/generated/Treasury_Ethereum/Qmcw9E6pTyUyGzdwi1tvRBdrDrnjcXVngLeuTkruuM2t8g/ProtocolMetric/ProtocolMetric_schema.json deleted file mode 100644 index 659d940..0000000 --- a/function/generated/Treasury_Ethereum/Qmcw9E6pTyUyGzdwi1tvRBdrDrnjcXVngLeuTkruuM2t8g/ProtocolMetric/ProtocolMetric_schema.json +++ /dev/null @@ -1,117 +0,0 @@ -[ - { - "name": "__typename", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "id", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "block", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "currentAPY", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "currentIndex", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "date", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "gOhmPrice", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "gOhmSyntheticSupply", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "gOhmTotalSupply", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "marketCap", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "nextDistributedOhm", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "nextEpochRebase", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "ohmCirculatingSupply", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "ohmFloatingSupply", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "ohmPrice", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "ohmTotalSupply", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "sOhmCirculatingSupply", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "timestamp", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "totalValueLocked", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "treasuryLiquidBacking", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "treasuryLiquidBackingPerGOhmSynthetic", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "treasuryLiquidBackingPerOhmFloating", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "treasuryMarketValue", - "type": "STRING", - "mode": "NULLABLE" - } -] diff --git a/function/generated/Treasury_Ethereum/Qmcw9E6pTyUyGzdwi1tvRBdrDrnjcXVngLeuTkruuM2t8g/ProtocolMetric/ProtocolMetric_types.ts b/function/generated/Treasury_Ethereum/Qmcw9E6pTyUyGzdwi1tvRBdrDrnjcXVngLeuTkruuM2t8g/ProtocolMetric/ProtocolMetric_types.ts deleted file mode 100644 index 327a273..0000000 --- a/function/generated/Treasury_Ethereum/Qmcw9E6pTyUyGzdwi1tvRBdrDrnjcXVngLeuTkruuM2t8g/ProtocolMetric/ProtocolMetric_types.ts +++ /dev/null @@ -1,2013 +0,0 @@ -export type Maybe = T | null | undefined; -export type InputMaybe = T | null | undefined; -export type Exact = { [K in keyof T]: T[K] }; -export type MakeOptional = Omit & { [SubKey in K]?: Maybe }; -export type MakeMaybe = Omit & { [SubKey in K]: Maybe }; -/** All built-in and custom scalars, mapped to their actual values */ -export type Scalars = { - ID: string; - String: string; - Boolean: boolean; - Int: number; - Float: number; - BigDecimal: string; - BigInt: string; - Bytes: string; - /** - * 8 bytes signed integer - * - */ - Int8: string; - /** - * A string representation of microseconds UNIX timestamp (16 digits) - * - */ - Timestamp: string; -}; - -export enum Aggregation_Interval { - Hour = "hour", - Day = "day", -} - -export type BalancerPoolSnapshot = { - __typename?: "BalancerPoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - pool: Scalars["Bytes"]; - poolToken: Scalars["Bytes"]; - decimals: Scalars["Int"]; - totalSupply: Scalars["BigDecimal"]; - tokens: Array; - balances: Array; - weights: Array; -}; - -export type BalancerPoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_not_contains?: InputMaybe; - poolToken?: InputMaybe; - poolToken_not?: InputMaybe; - poolToken_gt?: InputMaybe; - poolToken_lt?: InputMaybe; - poolToken_gte?: InputMaybe; - poolToken_lte?: InputMaybe; - poolToken_in?: InputMaybe>; - poolToken_not_in?: InputMaybe>; - poolToken_contains?: InputMaybe; - poolToken_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - tokens?: InputMaybe>; - tokens_not?: InputMaybe>; - tokens_contains?: InputMaybe>; - tokens_contains_nocase?: InputMaybe>; - tokens_not_contains?: InputMaybe>; - tokens_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - weights?: InputMaybe>; - weights_not?: InputMaybe>; - weights_contains?: InputMaybe>; - weights_contains_nocase?: InputMaybe>; - weights_not_contains?: InputMaybe>; - weights_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum BalancerPoolSnapshot_OrderBy { - Id = "id", - Block = "block", - Pool = "pool", - PoolToken = "poolToken", - Decimals = "decimals", - TotalSupply = "totalSupply", - Tokens = "tokens", - Balances = "balances", - Weights = "weights", -} - -export type BlockChangedFilter = { - number_gte: Scalars["Int"]; -}; - -export type Block_Height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type BophadesModule = { - __typename?: "BophadesModule"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - keycode: Scalars["String"]; - moduleAddress: Scalars["Bytes"]; -}; - -export type BophadesModule_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - keycode?: InputMaybe; - keycode_not?: InputMaybe; - keycode_gt?: InputMaybe; - keycode_lt?: InputMaybe; - keycode_gte?: InputMaybe; - keycode_lte?: InputMaybe; - keycode_in?: InputMaybe>; - keycode_not_in?: InputMaybe>; - keycode_contains?: InputMaybe; - keycode_contains_nocase?: InputMaybe; - keycode_not_contains?: InputMaybe; - keycode_not_contains_nocase?: InputMaybe; - keycode_starts_with?: InputMaybe; - keycode_starts_with_nocase?: InputMaybe; - keycode_not_starts_with?: InputMaybe; - keycode_not_starts_with_nocase?: InputMaybe; - keycode_ends_with?: InputMaybe; - keycode_ends_with_nocase?: InputMaybe; - keycode_not_ends_with?: InputMaybe; - keycode_not_ends_with_nocase?: InputMaybe; - moduleAddress?: InputMaybe; - moduleAddress_not?: InputMaybe; - moduleAddress_gt?: InputMaybe; - moduleAddress_lt?: InputMaybe; - moduleAddress_gte?: InputMaybe; - moduleAddress_lte?: InputMaybe; - moduleAddress_in?: InputMaybe>; - moduleAddress_not_in?: InputMaybe>; - moduleAddress_contains?: InputMaybe; - moduleAddress_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum BophadesModule_OrderBy { - Id = "id", - Block = "block", - Keycode = "keycode", - ModuleAddress = "moduleAddress", -} - -export type ClearinghouseAddress = { - __typename?: "ClearinghouseAddress"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - addresses: Array; -}; - -export type ClearinghouseAddress_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - addresses?: InputMaybe>; - addresses_not?: InputMaybe>; - addresses_contains?: InputMaybe>; - addresses_contains_nocase?: InputMaybe>; - addresses_not_contains?: InputMaybe>; - addresses_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum ClearinghouseAddress_OrderBy { - Id = "id", - Block = "block", - Addresses = "addresses", -} - -export type Erc20TokenSnapshot = { - __typename?: "ERC20TokenSnapshot"; - id: Scalars["Bytes"]; - address: Scalars["Bytes"]; - decimals: Scalars["Int"]; - totalSupply?: Maybe; -}; - -export type Erc20TokenSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum Erc20TokenSnapshot_OrderBy { - Id = "id", - Address = "address", - Decimals = "decimals", - TotalSupply = "totalSupply", -} - -export type GnosisAuction = { - __typename?: "GnosisAuction"; - id: Scalars["ID"]; - auctionOpenTimestamp: Scalars["BigInt"]; - payoutCapacity: Scalars["BigDecimal"]; - termSeconds: Scalars["BigInt"]; - bidQuantity?: Maybe; - auctionCloseTimestamp?: Maybe; -}; - -export type GnosisAuctionRoot = { - __typename?: "GnosisAuctionRoot"; - id: Scalars["ID"]; - markets: Array; -}; - -export type GnosisAuctionRoot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - markets?: InputMaybe>; - markets_not?: InputMaybe>; - markets_contains?: InputMaybe>; - markets_contains_nocase?: InputMaybe>; - markets_not_contains?: InputMaybe>; - markets_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum GnosisAuctionRoot_OrderBy { - Id = "id", - Markets = "markets", -} - -export type GnosisAuction_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - auctionOpenTimestamp?: InputMaybe; - auctionOpenTimestamp_not?: InputMaybe; - auctionOpenTimestamp_gt?: InputMaybe; - auctionOpenTimestamp_lt?: InputMaybe; - auctionOpenTimestamp_gte?: InputMaybe; - auctionOpenTimestamp_lte?: InputMaybe; - auctionOpenTimestamp_in?: InputMaybe>; - auctionOpenTimestamp_not_in?: InputMaybe>; - payoutCapacity?: InputMaybe; - payoutCapacity_not?: InputMaybe; - payoutCapacity_gt?: InputMaybe; - payoutCapacity_lt?: InputMaybe; - payoutCapacity_gte?: InputMaybe; - payoutCapacity_lte?: InputMaybe; - payoutCapacity_in?: InputMaybe>; - payoutCapacity_not_in?: InputMaybe>; - termSeconds?: InputMaybe; - termSeconds_not?: InputMaybe; - termSeconds_gt?: InputMaybe; - termSeconds_lt?: InputMaybe; - termSeconds_gte?: InputMaybe; - termSeconds_lte?: InputMaybe; - termSeconds_in?: InputMaybe>; - termSeconds_not_in?: InputMaybe>; - bidQuantity?: InputMaybe; - bidQuantity_not?: InputMaybe; - bidQuantity_gt?: InputMaybe; - bidQuantity_lt?: InputMaybe; - bidQuantity_gte?: InputMaybe; - bidQuantity_lte?: InputMaybe; - bidQuantity_in?: InputMaybe>; - bidQuantity_not_in?: InputMaybe>; - auctionCloseTimestamp?: InputMaybe; - auctionCloseTimestamp_not?: InputMaybe; - auctionCloseTimestamp_gt?: InputMaybe; - auctionCloseTimestamp_lt?: InputMaybe; - auctionCloseTimestamp_gte?: InputMaybe; - auctionCloseTimestamp_lte?: InputMaybe; - auctionCloseTimestamp_in?: InputMaybe>; - auctionCloseTimestamp_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum GnosisAuction_OrderBy { - Id = "id", - AuctionOpenTimestamp = "auctionOpenTimestamp", - PayoutCapacity = "payoutCapacity", - TermSeconds = "termSeconds", - BidQuantity = "bidQuantity", - AuctionCloseTimestamp = "auctionCloseTimestamp", -} - -/** Defines the order direction, either ascending or descending */ -export enum OrderDirection { - Asc = "asc", - Desc = "desc", -} - -export type PoolSnapshot = { - __typename?: "PoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - pool: Scalars["Bytes"]; - poolToken?: Maybe; - decimals: Scalars["Int"]; - totalSupply: Scalars["BigDecimal"]; - tokens: Array; - balances: Array; - weights?: Maybe>; -}; - -export type PoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_not_contains?: InputMaybe; - poolToken?: InputMaybe; - poolToken_not?: InputMaybe; - poolToken_gt?: InputMaybe; - poolToken_lt?: InputMaybe; - poolToken_gte?: InputMaybe; - poolToken_lte?: InputMaybe; - poolToken_in?: InputMaybe>; - poolToken_not_in?: InputMaybe>; - poolToken_contains?: InputMaybe; - poolToken_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - tokens?: InputMaybe>; - tokens_not?: InputMaybe>; - tokens_contains?: InputMaybe>; - tokens_contains_nocase?: InputMaybe>; - tokens_not_contains?: InputMaybe>; - tokens_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - weights?: InputMaybe>; - weights_not?: InputMaybe>; - weights_contains?: InputMaybe>; - weights_contains_nocase?: InputMaybe>; - weights_not_contains?: InputMaybe>; - weights_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum PoolSnapshot_OrderBy { - Id = "id", - Block = "block", - Pool = "pool", - PoolToken = "poolToken", - Decimals = "decimals", - TotalSupply = "totalSupply", - Tokens = "tokens", - Balances = "balances", - Weights = "weights", -} - -export type PriceSnapshot = { - __typename?: "PriceSnapshot"; - id: Scalars["ID"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - priceOhm: Scalars["BigDecimal"]; - priceGOhm: Scalars["BigDecimal"]; -}; - -export type PriceSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - priceOhm?: InputMaybe; - priceOhm_not?: InputMaybe; - priceOhm_gt?: InputMaybe; - priceOhm_lt?: InputMaybe; - priceOhm_gte?: InputMaybe; - priceOhm_lte?: InputMaybe; - priceOhm_in?: InputMaybe>; - priceOhm_not_in?: InputMaybe>; - priceGOhm?: InputMaybe; - priceGOhm_not?: InputMaybe; - priceGOhm_gt?: InputMaybe; - priceGOhm_lt?: InputMaybe; - priceGOhm_gte?: InputMaybe; - priceGOhm_lte?: InputMaybe; - priceGOhm_in?: InputMaybe>; - priceGOhm_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum PriceSnapshot_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - PriceOhm = "priceOhm", - PriceGOhm = "priceGOhm", -} - -export type ProtocolMetric = { - __typename?: "ProtocolMetric"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - currentAPY: Scalars["BigDecimal"]; - currentIndex: Scalars["BigDecimal"]; - date: Scalars["String"]; - gOhmPrice: Scalars["BigDecimal"]; - gOhmSyntheticSupply?: Maybe; - gOhmTotalSupply: Scalars["BigDecimal"]; - marketCap?: Maybe; - nextDistributedOhm: Scalars["BigDecimal"]; - nextEpochRebase: Scalars["BigDecimal"]; - ohmCirculatingSupply?: Maybe; - ohmFloatingSupply?: Maybe; - ohmPrice: Scalars["BigDecimal"]; - ohmTotalSupply: Scalars["BigDecimal"]; - sOhmCirculatingSupply: Scalars["BigDecimal"]; - timestamp: Scalars["BigInt"]; - totalValueLocked: Scalars["BigDecimal"]; - treasuryLiquidBacking?: Maybe; - treasuryLiquidBackingPerGOhmSynthetic?: Maybe; - treasuryLiquidBackingPerOhmFloating?: Maybe; - treasuryMarketValue?: Maybe; -}; - -export type ProtocolMetric_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - currentAPY?: InputMaybe; - currentAPY_not?: InputMaybe; - currentAPY_gt?: InputMaybe; - currentAPY_lt?: InputMaybe; - currentAPY_gte?: InputMaybe; - currentAPY_lte?: InputMaybe; - currentAPY_in?: InputMaybe>; - currentAPY_not_in?: InputMaybe>; - currentIndex?: InputMaybe; - currentIndex_not?: InputMaybe; - currentIndex_gt?: InputMaybe; - currentIndex_lt?: InputMaybe; - currentIndex_gte?: InputMaybe; - currentIndex_lte?: InputMaybe; - currentIndex_in?: InputMaybe>; - currentIndex_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - gOhmPrice?: InputMaybe; - gOhmPrice_not?: InputMaybe; - gOhmPrice_gt?: InputMaybe; - gOhmPrice_lt?: InputMaybe; - gOhmPrice_gte?: InputMaybe; - gOhmPrice_lte?: InputMaybe; - gOhmPrice_in?: InputMaybe>; - gOhmPrice_not_in?: InputMaybe>; - gOhmSyntheticSupply?: InputMaybe; - gOhmSyntheticSupply_not?: InputMaybe; - gOhmSyntheticSupply_gt?: InputMaybe; - gOhmSyntheticSupply_lt?: InputMaybe; - gOhmSyntheticSupply_gte?: InputMaybe; - gOhmSyntheticSupply_lte?: InputMaybe; - gOhmSyntheticSupply_in?: InputMaybe>; - gOhmSyntheticSupply_not_in?: InputMaybe>; - gOhmTotalSupply?: InputMaybe; - gOhmTotalSupply_not?: InputMaybe; - gOhmTotalSupply_gt?: InputMaybe; - gOhmTotalSupply_lt?: InputMaybe; - gOhmTotalSupply_gte?: InputMaybe; - gOhmTotalSupply_lte?: InputMaybe; - gOhmTotalSupply_in?: InputMaybe>; - gOhmTotalSupply_not_in?: InputMaybe>; - marketCap?: InputMaybe; - marketCap_not?: InputMaybe; - marketCap_gt?: InputMaybe; - marketCap_lt?: InputMaybe; - marketCap_gte?: InputMaybe; - marketCap_lte?: InputMaybe; - marketCap_in?: InputMaybe>; - marketCap_not_in?: InputMaybe>; - nextDistributedOhm?: InputMaybe; - nextDistributedOhm_not?: InputMaybe; - nextDistributedOhm_gt?: InputMaybe; - nextDistributedOhm_lt?: InputMaybe; - nextDistributedOhm_gte?: InputMaybe; - nextDistributedOhm_lte?: InputMaybe; - nextDistributedOhm_in?: InputMaybe>; - nextDistributedOhm_not_in?: InputMaybe>; - nextEpochRebase?: InputMaybe; - nextEpochRebase_not?: InputMaybe; - nextEpochRebase_gt?: InputMaybe; - nextEpochRebase_lt?: InputMaybe; - nextEpochRebase_gte?: InputMaybe; - nextEpochRebase_lte?: InputMaybe; - nextEpochRebase_in?: InputMaybe>; - nextEpochRebase_not_in?: InputMaybe>; - ohmCirculatingSupply?: InputMaybe; - ohmCirculatingSupply_not?: InputMaybe; - ohmCirculatingSupply_gt?: InputMaybe; - ohmCirculatingSupply_lt?: InputMaybe; - ohmCirculatingSupply_gte?: InputMaybe; - ohmCirculatingSupply_lte?: InputMaybe; - ohmCirculatingSupply_in?: InputMaybe>; - ohmCirculatingSupply_not_in?: InputMaybe>; - ohmFloatingSupply?: InputMaybe; - ohmFloatingSupply_not?: InputMaybe; - ohmFloatingSupply_gt?: InputMaybe; - ohmFloatingSupply_lt?: InputMaybe; - ohmFloatingSupply_gte?: InputMaybe; - ohmFloatingSupply_lte?: InputMaybe; - ohmFloatingSupply_in?: InputMaybe>; - ohmFloatingSupply_not_in?: InputMaybe>; - ohmPrice?: InputMaybe; - ohmPrice_not?: InputMaybe; - ohmPrice_gt?: InputMaybe; - ohmPrice_lt?: InputMaybe; - ohmPrice_gte?: InputMaybe; - ohmPrice_lte?: InputMaybe; - ohmPrice_in?: InputMaybe>; - ohmPrice_not_in?: InputMaybe>; - ohmTotalSupply?: InputMaybe; - ohmTotalSupply_not?: InputMaybe; - ohmTotalSupply_gt?: InputMaybe; - ohmTotalSupply_lt?: InputMaybe; - ohmTotalSupply_gte?: InputMaybe; - ohmTotalSupply_lte?: InputMaybe; - ohmTotalSupply_in?: InputMaybe>; - ohmTotalSupply_not_in?: InputMaybe>; - sOhmCirculatingSupply?: InputMaybe; - sOhmCirculatingSupply_not?: InputMaybe; - sOhmCirculatingSupply_gt?: InputMaybe; - sOhmCirculatingSupply_lt?: InputMaybe; - sOhmCirculatingSupply_gte?: InputMaybe; - sOhmCirculatingSupply_lte?: InputMaybe; - sOhmCirculatingSupply_in?: InputMaybe>; - sOhmCirculatingSupply_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - totalValueLocked?: InputMaybe; - totalValueLocked_not?: InputMaybe; - totalValueLocked_gt?: InputMaybe; - totalValueLocked_lt?: InputMaybe; - totalValueLocked_gte?: InputMaybe; - totalValueLocked_lte?: InputMaybe; - totalValueLocked_in?: InputMaybe>; - totalValueLocked_not_in?: InputMaybe>; - treasuryLiquidBacking?: InputMaybe; - treasuryLiquidBacking_not?: InputMaybe; - treasuryLiquidBacking_gt?: InputMaybe; - treasuryLiquidBacking_lt?: InputMaybe; - treasuryLiquidBacking_gte?: InputMaybe; - treasuryLiquidBacking_lte?: InputMaybe; - treasuryLiquidBacking_in?: InputMaybe>; - treasuryLiquidBacking_not_in?: InputMaybe>; - treasuryLiquidBackingPerGOhmSynthetic?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_not?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_gt?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_lt?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_gte?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_lte?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_in?: InputMaybe>; - treasuryLiquidBackingPerGOhmSynthetic_not_in?: InputMaybe>; - treasuryLiquidBackingPerOhmFloating?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_not?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_gt?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_lt?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_gte?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_lte?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_in?: InputMaybe>; - treasuryLiquidBackingPerOhmFloating_not_in?: InputMaybe>; - treasuryMarketValue?: InputMaybe; - treasuryMarketValue_not?: InputMaybe; - treasuryMarketValue_gt?: InputMaybe; - treasuryMarketValue_lt?: InputMaybe; - treasuryMarketValue_gte?: InputMaybe; - treasuryMarketValue_lte?: InputMaybe; - treasuryMarketValue_in?: InputMaybe>; - treasuryMarketValue_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum ProtocolMetric_OrderBy { - Id = "id", - Block = "block", - CurrentApy = "currentAPY", - CurrentIndex = "currentIndex", - Date = "date", - GOhmPrice = "gOhmPrice", - GOhmSyntheticSupply = "gOhmSyntheticSupply", - GOhmTotalSupply = "gOhmTotalSupply", - MarketCap = "marketCap", - NextDistributedOhm = "nextDistributedOhm", - NextEpochRebase = "nextEpochRebase", - OhmCirculatingSupply = "ohmCirculatingSupply", - OhmFloatingSupply = "ohmFloatingSupply", - OhmPrice = "ohmPrice", - OhmTotalSupply = "ohmTotalSupply", - SOhmCirculatingSupply = "sOhmCirculatingSupply", - Timestamp = "timestamp", - TotalValueLocked = "totalValueLocked", - TreasuryLiquidBacking = "treasuryLiquidBacking", - TreasuryLiquidBackingPerGOhmSynthetic = "treasuryLiquidBackingPerGOhmSynthetic", - TreasuryLiquidBackingPerOhmFloating = "treasuryLiquidBackingPerOhmFloating", - TreasuryMarketValue = "treasuryMarketValue", -} - -export type Query = { - __typename?: "Query"; - protocolMetric?: Maybe; - protocolMetrics: Array; - tokenRecord?: Maybe; - tokenRecords: Array; - tokenSupply?: Maybe; - tokenSupplies: Array; - priceSnapshot?: Maybe; - priceSnapshots: Array; - gnosisAuctionRoot?: Maybe; - gnosisAuctionRoots: Array; - gnosisAuction?: Maybe; - gnosisAuctions: Array; - erc20TokenSnapshot?: Maybe; - erc20TokenSnapshots: Array; - balancerPoolSnapshot?: Maybe; - balancerPoolSnapshots: Array; - poolSnapshot?: Maybe; - poolSnapshots: Array; - tokenPriceSnapshot?: Maybe; - tokenPriceSnapshots: Array; - stakingPoolSnapshot?: Maybe; - stakingPoolSnapshots: Array; - bophadesModule?: Maybe; - bophadesModules: Array; - clearinghouseAddress?: Maybe; - clearinghouseAddresses: Array; - /** Access to subgraph metadata */ - _meta?: Maybe<_Meta_>; -}; - -export type QueryProtocolMetricArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryProtocolMetricsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenRecordArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenRecordsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenSupplyArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenSuppliesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionRootArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryErc20TokenSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryErc20TokenSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryBalancerPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryBalancerPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryStakingPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryStakingPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryBophadesModuleArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryBophadesModulesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryClearinghouseAddressArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryClearinghouseAddressesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type Query_MetaArgs = { - block?: InputMaybe; -}; - -export type StakingPoolSnapshot = { - __typename?: "StakingPoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - contractAddress: Scalars["Bytes"]; - stakingToken?: Maybe; -}; - -export type StakingPoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - contractAddress?: InputMaybe; - contractAddress_not?: InputMaybe; - contractAddress_gt?: InputMaybe; - contractAddress_lt?: InputMaybe; - contractAddress_gte?: InputMaybe; - contractAddress_lte?: InputMaybe; - contractAddress_in?: InputMaybe>; - contractAddress_not_in?: InputMaybe>; - contractAddress_contains?: InputMaybe; - contractAddress_not_contains?: InputMaybe; - stakingToken?: InputMaybe; - stakingToken_not?: InputMaybe; - stakingToken_gt?: InputMaybe; - stakingToken_lt?: InputMaybe; - stakingToken_gte?: InputMaybe; - stakingToken_lte?: InputMaybe; - stakingToken_in?: InputMaybe>; - stakingToken_not_in?: InputMaybe>; - stakingToken_contains?: InputMaybe; - stakingToken_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum StakingPoolSnapshot_OrderBy { - Id = "id", - Block = "block", - ContractAddress = "contractAddress", - StakingToken = "stakingToken", -} - -export type Subscription = { - __typename?: "Subscription"; - protocolMetric?: Maybe; - protocolMetrics: Array; - tokenRecord?: Maybe; - tokenRecords: Array; - tokenSupply?: Maybe; - tokenSupplies: Array; - priceSnapshot?: Maybe; - priceSnapshots: Array; - gnosisAuctionRoot?: Maybe; - gnosisAuctionRoots: Array; - gnosisAuction?: Maybe; - gnosisAuctions: Array; - erc20TokenSnapshot?: Maybe; - erc20TokenSnapshots: Array; - balancerPoolSnapshot?: Maybe; - balancerPoolSnapshots: Array; - poolSnapshot?: Maybe; - poolSnapshots: Array; - tokenPriceSnapshot?: Maybe; - tokenPriceSnapshots: Array; - stakingPoolSnapshot?: Maybe; - stakingPoolSnapshots: Array; - bophadesModule?: Maybe; - bophadesModules: Array; - clearinghouseAddress?: Maybe; - clearinghouseAddresses: Array; - /** Access to subgraph metadata */ - _meta?: Maybe<_Meta_>; -}; - -export type SubscriptionProtocolMetricArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionProtocolMetricsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenRecordArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenRecordsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenSupplyArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenSuppliesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionRootArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionErc20TokenSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionErc20TokenSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionBalancerPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionBalancerPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionStakingPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionStakingPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionBophadesModuleArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionBophadesModulesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionClearinghouseAddressArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionClearinghouseAddressesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type Subscription_MetaArgs = { - block?: InputMaybe; -}; - -export type TokenPriceSnapshot = { - __typename?: "TokenPriceSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - token: Scalars["Bytes"]; - price: Scalars["BigDecimal"]; -}; - -export type TokenPriceSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_not_contains?: InputMaybe; - price?: InputMaybe; - price_not?: InputMaybe; - price_gt?: InputMaybe; - price_lt?: InputMaybe; - price_gte?: InputMaybe; - price_lte?: InputMaybe; - price_in?: InputMaybe>; - price_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenPriceSnapshot_OrderBy { - Id = "id", - Block = "block", - Token = "token", - Price = "price", -} - -export type TokenRecord = { - __typename?: "TokenRecord"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - token: Scalars["String"]; - tokenAddress: Scalars["String"]; - source: Scalars["String"]; - sourceAddress: Scalars["String"]; - rate: Scalars["BigDecimal"]; - balance: Scalars["BigDecimal"]; - multiplier: Scalars["BigDecimal"]; - value: Scalars["BigDecimal"]; - valueExcludingOhm: Scalars["BigDecimal"]; - category: Scalars["String"]; - isLiquid: Scalars["Boolean"]; - isBluechip: Scalars["Boolean"]; - blockchain: Scalars["String"]; -}; - -export type TokenRecord_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - tokenAddress?: InputMaybe; - tokenAddress_not?: InputMaybe; - tokenAddress_gt?: InputMaybe; - tokenAddress_lt?: InputMaybe; - tokenAddress_gte?: InputMaybe; - tokenAddress_lte?: InputMaybe; - tokenAddress_in?: InputMaybe>; - tokenAddress_not_in?: InputMaybe>; - tokenAddress_contains?: InputMaybe; - tokenAddress_contains_nocase?: InputMaybe; - tokenAddress_not_contains?: InputMaybe; - tokenAddress_not_contains_nocase?: InputMaybe; - tokenAddress_starts_with?: InputMaybe; - tokenAddress_starts_with_nocase?: InputMaybe; - tokenAddress_not_starts_with?: InputMaybe; - tokenAddress_not_starts_with_nocase?: InputMaybe; - tokenAddress_ends_with?: InputMaybe; - tokenAddress_ends_with_nocase?: InputMaybe; - tokenAddress_not_ends_with?: InputMaybe; - tokenAddress_not_ends_with_nocase?: InputMaybe; - source?: InputMaybe; - source_not?: InputMaybe; - source_gt?: InputMaybe; - source_lt?: InputMaybe; - source_gte?: InputMaybe; - source_lte?: InputMaybe; - source_in?: InputMaybe>; - source_not_in?: InputMaybe>; - source_contains?: InputMaybe; - source_contains_nocase?: InputMaybe; - source_not_contains?: InputMaybe; - source_not_contains_nocase?: InputMaybe; - source_starts_with?: InputMaybe; - source_starts_with_nocase?: InputMaybe; - source_not_starts_with?: InputMaybe; - source_not_starts_with_nocase?: InputMaybe; - source_ends_with?: InputMaybe; - source_ends_with_nocase?: InputMaybe; - source_not_ends_with?: InputMaybe; - source_not_ends_with_nocase?: InputMaybe; - sourceAddress?: InputMaybe; - sourceAddress_not?: InputMaybe; - sourceAddress_gt?: InputMaybe; - sourceAddress_lt?: InputMaybe; - sourceAddress_gte?: InputMaybe; - sourceAddress_lte?: InputMaybe; - sourceAddress_in?: InputMaybe>; - sourceAddress_not_in?: InputMaybe>; - sourceAddress_contains?: InputMaybe; - sourceAddress_contains_nocase?: InputMaybe; - sourceAddress_not_contains?: InputMaybe; - sourceAddress_not_contains_nocase?: InputMaybe; - sourceAddress_starts_with?: InputMaybe; - sourceAddress_starts_with_nocase?: InputMaybe; - sourceAddress_not_starts_with?: InputMaybe; - sourceAddress_not_starts_with_nocase?: InputMaybe; - sourceAddress_ends_with?: InputMaybe; - sourceAddress_ends_with_nocase?: InputMaybe; - sourceAddress_not_ends_with?: InputMaybe; - sourceAddress_not_ends_with_nocase?: InputMaybe; - rate?: InputMaybe; - rate_not?: InputMaybe; - rate_gt?: InputMaybe; - rate_lt?: InputMaybe; - rate_gte?: InputMaybe; - rate_lte?: InputMaybe; - rate_in?: InputMaybe>; - rate_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - multiplier?: InputMaybe; - multiplier_not?: InputMaybe; - multiplier_gt?: InputMaybe; - multiplier_lt?: InputMaybe; - multiplier_gte?: InputMaybe; - multiplier_lte?: InputMaybe; - multiplier_in?: InputMaybe>; - multiplier_not_in?: InputMaybe>; - value?: InputMaybe; - value_not?: InputMaybe; - value_gt?: InputMaybe; - value_lt?: InputMaybe; - value_gte?: InputMaybe; - value_lte?: InputMaybe; - value_in?: InputMaybe>; - value_not_in?: InputMaybe>; - valueExcludingOhm?: InputMaybe; - valueExcludingOhm_not?: InputMaybe; - valueExcludingOhm_gt?: InputMaybe; - valueExcludingOhm_lt?: InputMaybe; - valueExcludingOhm_gte?: InputMaybe; - valueExcludingOhm_lte?: InputMaybe; - valueExcludingOhm_in?: InputMaybe>; - valueExcludingOhm_not_in?: InputMaybe>; - category?: InputMaybe; - category_not?: InputMaybe; - category_gt?: InputMaybe; - category_lt?: InputMaybe; - category_gte?: InputMaybe; - category_lte?: InputMaybe; - category_in?: InputMaybe>; - category_not_in?: InputMaybe>; - category_contains?: InputMaybe; - category_contains_nocase?: InputMaybe; - category_not_contains?: InputMaybe; - category_not_contains_nocase?: InputMaybe; - category_starts_with?: InputMaybe; - category_starts_with_nocase?: InputMaybe; - category_not_starts_with?: InputMaybe; - category_not_starts_with_nocase?: InputMaybe; - category_ends_with?: InputMaybe; - category_ends_with_nocase?: InputMaybe; - category_not_ends_with?: InputMaybe; - category_not_ends_with_nocase?: InputMaybe; - isLiquid?: InputMaybe; - isLiquid_not?: InputMaybe; - isLiquid_in?: InputMaybe>; - isLiquid_not_in?: InputMaybe>; - isBluechip?: InputMaybe; - isBluechip_not?: InputMaybe; - isBluechip_in?: InputMaybe>; - isBluechip_not_in?: InputMaybe>; - blockchain?: InputMaybe; - blockchain_not?: InputMaybe; - blockchain_gt?: InputMaybe; - blockchain_lt?: InputMaybe; - blockchain_gte?: InputMaybe; - blockchain_lte?: InputMaybe; - blockchain_in?: InputMaybe>; - blockchain_not_in?: InputMaybe>; - blockchain_contains?: InputMaybe; - blockchain_contains_nocase?: InputMaybe; - blockchain_not_contains?: InputMaybe; - blockchain_not_contains_nocase?: InputMaybe; - blockchain_starts_with?: InputMaybe; - blockchain_starts_with_nocase?: InputMaybe; - blockchain_not_starts_with?: InputMaybe; - blockchain_not_starts_with_nocase?: InputMaybe; - blockchain_ends_with?: InputMaybe; - blockchain_ends_with_nocase?: InputMaybe; - blockchain_not_ends_with?: InputMaybe; - blockchain_not_ends_with_nocase?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenRecord_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - Token = "token", - TokenAddress = "tokenAddress", - Source = "source", - SourceAddress = "sourceAddress", - Rate = "rate", - Balance = "balance", - Multiplier = "multiplier", - Value = "value", - ValueExcludingOhm = "valueExcludingOhm", - Category = "category", - IsLiquid = "isLiquid", - IsBluechip = "isBluechip", - Blockchain = "blockchain", -} - -export type TokenSupply = { - __typename?: "TokenSupply"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - token: Scalars["String"]; - tokenAddress: Scalars["String"]; - pool?: Maybe; - poolAddress?: Maybe; - source?: Maybe; - sourceAddress?: Maybe; - type: Scalars["String"]; - balance: Scalars["BigDecimal"]; - supplyBalance: Scalars["BigDecimal"]; -}; - -export type TokenSupply_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - tokenAddress?: InputMaybe; - tokenAddress_not?: InputMaybe; - tokenAddress_gt?: InputMaybe; - tokenAddress_lt?: InputMaybe; - tokenAddress_gte?: InputMaybe; - tokenAddress_lte?: InputMaybe; - tokenAddress_in?: InputMaybe>; - tokenAddress_not_in?: InputMaybe>; - tokenAddress_contains?: InputMaybe; - tokenAddress_contains_nocase?: InputMaybe; - tokenAddress_not_contains?: InputMaybe; - tokenAddress_not_contains_nocase?: InputMaybe; - tokenAddress_starts_with?: InputMaybe; - tokenAddress_starts_with_nocase?: InputMaybe; - tokenAddress_not_starts_with?: InputMaybe; - tokenAddress_not_starts_with_nocase?: InputMaybe; - tokenAddress_ends_with?: InputMaybe; - tokenAddress_ends_with_nocase?: InputMaybe; - tokenAddress_not_ends_with?: InputMaybe; - tokenAddress_not_ends_with_nocase?: InputMaybe; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_contains_nocase?: InputMaybe; - pool_not_contains?: InputMaybe; - pool_not_contains_nocase?: InputMaybe; - pool_starts_with?: InputMaybe; - pool_starts_with_nocase?: InputMaybe; - pool_not_starts_with?: InputMaybe; - pool_not_starts_with_nocase?: InputMaybe; - pool_ends_with?: InputMaybe; - pool_ends_with_nocase?: InputMaybe; - pool_not_ends_with?: InputMaybe; - pool_not_ends_with_nocase?: InputMaybe; - poolAddress?: InputMaybe; - poolAddress_not?: InputMaybe; - poolAddress_gt?: InputMaybe; - poolAddress_lt?: InputMaybe; - poolAddress_gte?: InputMaybe; - poolAddress_lte?: InputMaybe; - poolAddress_in?: InputMaybe>; - poolAddress_not_in?: InputMaybe>; - poolAddress_contains?: InputMaybe; - poolAddress_contains_nocase?: InputMaybe; - poolAddress_not_contains?: InputMaybe; - poolAddress_not_contains_nocase?: InputMaybe; - poolAddress_starts_with?: InputMaybe; - poolAddress_starts_with_nocase?: InputMaybe; - poolAddress_not_starts_with?: InputMaybe; - poolAddress_not_starts_with_nocase?: InputMaybe; - poolAddress_ends_with?: InputMaybe; - poolAddress_ends_with_nocase?: InputMaybe; - poolAddress_not_ends_with?: InputMaybe; - poolAddress_not_ends_with_nocase?: InputMaybe; - source?: InputMaybe; - source_not?: InputMaybe; - source_gt?: InputMaybe; - source_lt?: InputMaybe; - source_gte?: InputMaybe; - source_lte?: InputMaybe; - source_in?: InputMaybe>; - source_not_in?: InputMaybe>; - source_contains?: InputMaybe; - source_contains_nocase?: InputMaybe; - source_not_contains?: InputMaybe; - source_not_contains_nocase?: InputMaybe; - source_starts_with?: InputMaybe; - source_starts_with_nocase?: InputMaybe; - source_not_starts_with?: InputMaybe; - source_not_starts_with_nocase?: InputMaybe; - source_ends_with?: InputMaybe; - source_ends_with_nocase?: InputMaybe; - source_not_ends_with?: InputMaybe; - source_not_ends_with_nocase?: InputMaybe; - sourceAddress?: InputMaybe; - sourceAddress_not?: InputMaybe; - sourceAddress_gt?: InputMaybe; - sourceAddress_lt?: InputMaybe; - sourceAddress_gte?: InputMaybe; - sourceAddress_lte?: InputMaybe; - sourceAddress_in?: InputMaybe>; - sourceAddress_not_in?: InputMaybe>; - sourceAddress_contains?: InputMaybe; - sourceAddress_contains_nocase?: InputMaybe; - sourceAddress_not_contains?: InputMaybe; - sourceAddress_not_contains_nocase?: InputMaybe; - sourceAddress_starts_with?: InputMaybe; - sourceAddress_starts_with_nocase?: InputMaybe; - sourceAddress_not_starts_with?: InputMaybe; - sourceAddress_not_starts_with_nocase?: InputMaybe; - sourceAddress_ends_with?: InputMaybe; - sourceAddress_ends_with_nocase?: InputMaybe; - sourceAddress_not_ends_with?: InputMaybe; - sourceAddress_not_ends_with_nocase?: InputMaybe; - type?: InputMaybe; - type_not?: InputMaybe; - type_gt?: InputMaybe; - type_lt?: InputMaybe; - type_gte?: InputMaybe; - type_lte?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; - type_contains?: InputMaybe; - type_contains_nocase?: InputMaybe; - type_not_contains?: InputMaybe; - type_not_contains_nocase?: InputMaybe; - type_starts_with?: InputMaybe; - type_starts_with_nocase?: InputMaybe; - type_not_starts_with?: InputMaybe; - type_not_starts_with_nocase?: InputMaybe; - type_ends_with?: InputMaybe; - type_ends_with_nocase?: InputMaybe; - type_not_ends_with?: InputMaybe; - type_not_ends_with_nocase?: InputMaybe; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - supplyBalance?: InputMaybe; - supplyBalance_not?: InputMaybe; - supplyBalance_gt?: InputMaybe; - supplyBalance_lt?: InputMaybe; - supplyBalance_gte?: InputMaybe; - supplyBalance_lte?: InputMaybe; - supplyBalance_in?: InputMaybe>; - supplyBalance_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenSupply_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - Token = "token", - TokenAddress = "tokenAddress", - Pool = "pool", - PoolAddress = "poolAddress", - Source = "source", - SourceAddress = "sourceAddress", - Type = "type", - Balance = "balance", - SupplyBalance = "supplyBalance", -} - -export type _Block_ = { - __typename?: "_Block_"; - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars["Int"]; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type _Meta_ = { - __typename?: "_Meta_"; - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: _Block_; - /** The deployment ID */ - deployment: Scalars["String"]; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars["Boolean"]; -}; - -export enum _SubgraphErrorPolicy_ { - /** Data will be returned even if the subgraph has indexing errors */ - Allow = "allow", - /** If the subgraph has indexing errors, data will be omitted. The default. */ - Deny = "deny", -} diff --git a/function/generated/Treasury_Ethereum/Qmcw9E6pTyUyGzdwi1tvRBdrDrnjcXVngLeuTkruuM2t8g/TokenRecord/TokenRecord.jsonschema b/function/generated/Treasury_Ethereum/Qmcw9E6pTyUyGzdwi1tvRBdrDrnjcXVngLeuTkruuM2t8g/TokenRecord/TokenRecord.jsonschema deleted file mode 100644 index d22d846..0000000 --- a/function/generated/Treasury_Ethereum/Qmcw9E6pTyUyGzdwi1tvRBdrDrnjcXVngLeuTkruuM2t8g/TokenRecord/TokenRecord.jsonschema +++ /dev/null @@ -1,62 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "type": "object", - "properties": { - "__typename": { - "type": "string", - "const": "TokenRecord" - }, - "id": { - "type": "string" - }, - "block": { - "type": "string" - }, - "timestamp": { - "type": "string" - }, - "date": { - "type": "string" - }, - "token": { - "type": "string" - }, - "tokenAddress": { - "type": "string" - }, - "source": { - "type": "string" - }, - "sourceAddress": { - "type": "string" - }, - "rate": { - "type": "string" - }, - "balance": { - "type": "string" - }, - "multiplier": { - "type": "string" - }, - "value": { - "type": "string" - }, - "valueExcludingOhm": { - "type": "string" - }, - "category": { - "type": "string" - }, - "isLiquid": { - "type": "boolean" - }, - "isBluechip": { - "type": "boolean" - }, - "blockchain": { - "type": "string" - } - }, - "additionalProperties": false -} \ No newline at end of file diff --git a/function/generated/Treasury_Ethereum/Qmcw9E6pTyUyGzdwi1tvRBdrDrnjcXVngLeuTkruuM2t8g/TokenRecord/TokenRecord_schema.json b/function/generated/Treasury_Ethereum/Qmcw9E6pTyUyGzdwi1tvRBdrDrnjcXVngLeuTkruuM2t8g/TokenRecord/TokenRecord_schema.json deleted file mode 100644 index a767ca4..0000000 --- a/function/generated/Treasury_Ethereum/Qmcw9E6pTyUyGzdwi1tvRBdrDrnjcXVngLeuTkruuM2t8g/TokenRecord/TokenRecord_schema.json +++ /dev/null @@ -1,92 +0,0 @@ -[ - { - "name": "__typename", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "id", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "block", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "timestamp", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "date", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "token", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "tokenAddress", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "source", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "sourceAddress", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "rate", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "balance", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "multiplier", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "value", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "valueExcludingOhm", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "category", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "isLiquid", - "type": "BOOLEAN", - "mode": "NULLABLE" - }, - { - "name": "isBluechip", - "type": "BOOLEAN", - "mode": "NULLABLE" - }, - { - "name": "blockchain", - "type": "STRING", - "mode": "NULLABLE" - } -] diff --git a/function/generated/Treasury_Ethereum/Qmcw9E6pTyUyGzdwi1tvRBdrDrnjcXVngLeuTkruuM2t8g/TokenRecord/TokenRecord_types.ts b/function/generated/Treasury_Ethereum/Qmcw9E6pTyUyGzdwi1tvRBdrDrnjcXVngLeuTkruuM2t8g/TokenRecord/TokenRecord_types.ts deleted file mode 100644 index 327a273..0000000 --- a/function/generated/Treasury_Ethereum/Qmcw9E6pTyUyGzdwi1tvRBdrDrnjcXVngLeuTkruuM2t8g/TokenRecord/TokenRecord_types.ts +++ /dev/null @@ -1,2013 +0,0 @@ -export type Maybe = T | null | undefined; -export type InputMaybe = T | null | undefined; -export type Exact = { [K in keyof T]: T[K] }; -export type MakeOptional = Omit & { [SubKey in K]?: Maybe }; -export type MakeMaybe = Omit & { [SubKey in K]: Maybe }; -/** All built-in and custom scalars, mapped to their actual values */ -export type Scalars = { - ID: string; - String: string; - Boolean: boolean; - Int: number; - Float: number; - BigDecimal: string; - BigInt: string; - Bytes: string; - /** - * 8 bytes signed integer - * - */ - Int8: string; - /** - * A string representation of microseconds UNIX timestamp (16 digits) - * - */ - Timestamp: string; -}; - -export enum Aggregation_Interval { - Hour = "hour", - Day = "day", -} - -export type BalancerPoolSnapshot = { - __typename?: "BalancerPoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - pool: Scalars["Bytes"]; - poolToken: Scalars["Bytes"]; - decimals: Scalars["Int"]; - totalSupply: Scalars["BigDecimal"]; - tokens: Array; - balances: Array; - weights: Array; -}; - -export type BalancerPoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_not_contains?: InputMaybe; - poolToken?: InputMaybe; - poolToken_not?: InputMaybe; - poolToken_gt?: InputMaybe; - poolToken_lt?: InputMaybe; - poolToken_gte?: InputMaybe; - poolToken_lte?: InputMaybe; - poolToken_in?: InputMaybe>; - poolToken_not_in?: InputMaybe>; - poolToken_contains?: InputMaybe; - poolToken_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - tokens?: InputMaybe>; - tokens_not?: InputMaybe>; - tokens_contains?: InputMaybe>; - tokens_contains_nocase?: InputMaybe>; - tokens_not_contains?: InputMaybe>; - tokens_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - weights?: InputMaybe>; - weights_not?: InputMaybe>; - weights_contains?: InputMaybe>; - weights_contains_nocase?: InputMaybe>; - weights_not_contains?: InputMaybe>; - weights_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum BalancerPoolSnapshot_OrderBy { - Id = "id", - Block = "block", - Pool = "pool", - PoolToken = "poolToken", - Decimals = "decimals", - TotalSupply = "totalSupply", - Tokens = "tokens", - Balances = "balances", - Weights = "weights", -} - -export type BlockChangedFilter = { - number_gte: Scalars["Int"]; -}; - -export type Block_Height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type BophadesModule = { - __typename?: "BophadesModule"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - keycode: Scalars["String"]; - moduleAddress: Scalars["Bytes"]; -}; - -export type BophadesModule_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - keycode?: InputMaybe; - keycode_not?: InputMaybe; - keycode_gt?: InputMaybe; - keycode_lt?: InputMaybe; - keycode_gte?: InputMaybe; - keycode_lte?: InputMaybe; - keycode_in?: InputMaybe>; - keycode_not_in?: InputMaybe>; - keycode_contains?: InputMaybe; - keycode_contains_nocase?: InputMaybe; - keycode_not_contains?: InputMaybe; - keycode_not_contains_nocase?: InputMaybe; - keycode_starts_with?: InputMaybe; - keycode_starts_with_nocase?: InputMaybe; - keycode_not_starts_with?: InputMaybe; - keycode_not_starts_with_nocase?: InputMaybe; - keycode_ends_with?: InputMaybe; - keycode_ends_with_nocase?: InputMaybe; - keycode_not_ends_with?: InputMaybe; - keycode_not_ends_with_nocase?: InputMaybe; - moduleAddress?: InputMaybe; - moduleAddress_not?: InputMaybe; - moduleAddress_gt?: InputMaybe; - moduleAddress_lt?: InputMaybe; - moduleAddress_gte?: InputMaybe; - moduleAddress_lte?: InputMaybe; - moduleAddress_in?: InputMaybe>; - moduleAddress_not_in?: InputMaybe>; - moduleAddress_contains?: InputMaybe; - moduleAddress_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum BophadesModule_OrderBy { - Id = "id", - Block = "block", - Keycode = "keycode", - ModuleAddress = "moduleAddress", -} - -export type ClearinghouseAddress = { - __typename?: "ClearinghouseAddress"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - addresses: Array; -}; - -export type ClearinghouseAddress_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - addresses?: InputMaybe>; - addresses_not?: InputMaybe>; - addresses_contains?: InputMaybe>; - addresses_contains_nocase?: InputMaybe>; - addresses_not_contains?: InputMaybe>; - addresses_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum ClearinghouseAddress_OrderBy { - Id = "id", - Block = "block", - Addresses = "addresses", -} - -export type Erc20TokenSnapshot = { - __typename?: "ERC20TokenSnapshot"; - id: Scalars["Bytes"]; - address: Scalars["Bytes"]; - decimals: Scalars["Int"]; - totalSupply?: Maybe; -}; - -export type Erc20TokenSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum Erc20TokenSnapshot_OrderBy { - Id = "id", - Address = "address", - Decimals = "decimals", - TotalSupply = "totalSupply", -} - -export type GnosisAuction = { - __typename?: "GnosisAuction"; - id: Scalars["ID"]; - auctionOpenTimestamp: Scalars["BigInt"]; - payoutCapacity: Scalars["BigDecimal"]; - termSeconds: Scalars["BigInt"]; - bidQuantity?: Maybe; - auctionCloseTimestamp?: Maybe; -}; - -export type GnosisAuctionRoot = { - __typename?: "GnosisAuctionRoot"; - id: Scalars["ID"]; - markets: Array; -}; - -export type GnosisAuctionRoot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - markets?: InputMaybe>; - markets_not?: InputMaybe>; - markets_contains?: InputMaybe>; - markets_contains_nocase?: InputMaybe>; - markets_not_contains?: InputMaybe>; - markets_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum GnosisAuctionRoot_OrderBy { - Id = "id", - Markets = "markets", -} - -export type GnosisAuction_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - auctionOpenTimestamp?: InputMaybe; - auctionOpenTimestamp_not?: InputMaybe; - auctionOpenTimestamp_gt?: InputMaybe; - auctionOpenTimestamp_lt?: InputMaybe; - auctionOpenTimestamp_gte?: InputMaybe; - auctionOpenTimestamp_lte?: InputMaybe; - auctionOpenTimestamp_in?: InputMaybe>; - auctionOpenTimestamp_not_in?: InputMaybe>; - payoutCapacity?: InputMaybe; - payoutCapacity_not?: InputMaybe; - payoutCapacity_gt?: InputMaybe; - payoutCapacity_lt?: InputMaybe; - payoutCapacity_gte?: InputMaybe; - payoutCapacity_lte?: InputMaybe; - payoutCapacity_in?: InputMaybe>; - payoutCapacity_not_in?: InputMaybe>; - termSeconds?: InputMaybe; - termSeconds_not?: InputMaybe; - termSeconds_gt?: InputMaybe; - termSeconds_lt?: InputMaybe; - termSeconds_gte?: InputMaybe; - termSeconds_lte?: InputMaybe; - termSeconds_in?: InputMaybe>; - termSeconds_not_in?: InputMaybe>; - bidQuantity?: InputMaybe; - bidQuantity_not?: InputMaybe; - bidQuantity_gt?: InputMaybe; - bidQuantity_lt?: InputMaybe; - bidQuantity_gte?: InputMaybe; - bidQuantity_lte?: InputMaybe; - bidQuantity_in?: InputMaybe>; - bidQuantity_not_in?: InputMaybe>; - auctionCloseTimestamp?: InputMaybe; - auctionCloseTimestamp_not?: InputMaybe; - auctionCloseTimestamp_gt?: InputMaybe; - auctionCloseTimestamp_lt?: InputMaybe; - auctionCloseTimestamp_gte?: InputMaybe; - auctionCloseTimestamp_lte?: InputMaybe; - auctionCloseTimestamp_in?: InputMaybe>; - auctionCloseTimestamp_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum GnosisAuction_OrderBy { - Id = "id", - AuctionOpenTimestamp = "auctionOpenTimestamp", - PayoutCapacity = "payoutCapacity", - TermSeconds = "termSeconds", - BidQuantity = "bidQuantity", - AuctionCloseTimestamp = "auctionCloseTimestamp", -} - -/** Defines the order direction, either ascending or descending */ -export enum OrderDirection { - Asc = "asc", - Desc = "desc", -} - -export type PoolSnapshot = { - __typename?: "PoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - pool: Scalars["Bytes"]; - poolToken?: Maybe; - decimals: Scalars["Int"]; - totalSupply: Scalars["BigDecimal"]; - tokens: Array; - balances: Array; - weights?: Maybe>; -}; - -export type PoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_not_contains?: InputMaybe; - poolToken?: InputMaybe; - poolToken_not?: InputMaybe; - poolToken_gt?: InputMaybe; - poolToken_lt?: InputMaybe; - poolToken_gte?: InputMaybe; - poolToken_lte?: InputMaybe; - poolToken_in?: InputMaybe>; - poolToken_not_in?: InputMaybe>; - poolToken_contains?: InputMaybe; - poolToken_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - tokens?: InputMaybe>; - tokens_not?: InputMaybe>; - tokens_contains?: InputMaybe>; - tokens_contains_nocase?: InputMaybe>; - tokens_not_contains?: InputMaybe>; - tokens_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - weights?: InputMaybe>; - weights_not?: InputMaybe>; - weights_contains?: InputMaybe>; - weights_contains_nocase?: InputMaybe>; - weights_not_contains?: InputMaybe>; - weights_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum PoolSnapshot_OrderBy { - Id = "id", - Block = "block", - Pool = "pool", - PoolToken = "poolToken", - Decimals = "decimals", - TotalSupply = "totalSupply", - Tokens = "tokens", - Balances = "balances", - Weights = "weights", -} - -export type PriceSnapshot = { - __typename?: "PriceSnapshot"; - id: Scalars["ID"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - priceOhm: Scalars["BigDecimal"]; - priceGOhm: Scalars["BigDecimal"]; -}; - -export type PriceSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - priceOhm?: InputMaybe; - priceOhm_not?: InputMaybe; - priceOhm_gt?: InputMaybe; - priceOhm_lt?: InputMaybe; - priceOhm_gte?: InputMaybe; - priceOhm_lte?: InputMaybe; - priceOhm_in?: InputMaybe>; - priceOhm_not_in?: InputMaybe>; - priceGOhm?: InputMaybe; - priceGOhm_not?: InputMaybe; - priceGOhm_gt?: InputMaybe; - priceGOhm_lt?: InputMaybe; - priceGOhm_gte?: InputMaybe; - priceGOhm_lte?: InputMaybe; - priceGOhm_in?: InputMaybe>; - priceGOhm_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum PriceSnapshot_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - PriceOhm = "priceOhm", - PriceGOhm = "priceGOhm", -} - -export type ProtocolMetric = { - __typename?: "ProtocolMetric"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - currentAPY: Scalars["BigDecimal"]; - currentIndex: Scalars["BigDecimal"]; - date: Scalars["String"]; - gOhmPrice: Scalars["BigDecimal"]; - gOhmSyntheticSupply?: Maybe; - gOhmTotalSupply: Scalars["BigDecimal"]; - marketCap?: Maybe; - nextDistributedOhm: Scalars["BigDecimal"]; - nextEpochRebase: Scalars["BigDecimal"]; - ohmCirculatingSupply?: Maybe; - ohmFloatingSupply?: Maybe; - ohmPrice: Scalars["BigDecimal"]; - ohmTotalSupply: Scalars["BigDecimal"]; - sOhmCirculatingSupply: Scalars["BigDecimal"]; - timestamp: Scalars["BigInt"]; - totalValueLocked: Scalars["BigDecimal"]; - treasuryLiquidBacking?: Maybe; - treasuryLiquidBackingPerGOhmSynthetic?: Maybe; - treasuryLiquidBackingPerOhmFloating?: Maybe; - treasuryMarketValue?: Maybe; -}; - -export type ProtocolMetric_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - currentAPY?: InputMaybe; - currentAPY_not?: InputMaybe; - currentAPY_gt?: InputMaybe; - currentAPY_lt?: InputMaybe; - currentAPY_gte?: InputMaybe; - currentAPY_lte?: InputMaybe; - currentAPY_in?: InputMaybe>; - currentAPY_not_in?: InputMaybe>; - currentIndex?: InputMaybe; - currentIndex_not?: InputMaybe; - currentIndex_gt?: InputMaybe; - currentIndex_lt?: InputMaybe; - currentIndex_gte?: InputMaybe; - currentIndex_lte?: InputMaybe; - currentIndex_in?: InputMaybe>; - currentIndex_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - gOhmPrice?: InputMaybe; - gOhmPrice_not?: InputMaybe; - gOhmPrice_gt?: InputMaybe; - gOhmPrice_lt?: InputMaybe; - gOhmPrice_gte?: InputMaybe; - gOhmPrice_lte?: InputMaybe; - gOhmPrice_in?: InputMaybe>; - gOhmPrice_not_in?: InputMaybe>; - gOhmSyntheticSupply?: InputMaybe; - gOhmSyntheticSupply_not?: InputMaybe; - gOhmSyntheticSupply_gt?: InputMaybe; - gOhmSyntheticSupply_lt?: InputMaybe; - gOhmSyntheticSupply_gte?: InputMaybe; - gOhmSyntheticSupply_lte?: InputMaybe; - gOhmSyntheticSupply_in?: InputMaybe>; - gOhmSyntheticSupply_not_in?: InputMaybe>; - gOhmTotalSupply?: InputMaybe; - gOhmTotalSupply_not?: InputMaybe; - gOhmTotalSupply_gt?: InputMaybe; - gOhmTotalSupply_lt?: InputMaybe; - gOhmTotalSupply_gte?: InputMaybe; - gOhmTotalSupply_lte?: InputMaybe; - gOhmTotalSupply_in?: InputMaybe>; - gOhmTotalSupply_not_in?: InputMaybe>; - marketCap?: InputMaybe; - marketCap_not?: InputMaybe; - marketCap_gt?: InputMaybe; - marketCap_lt?: InputMaybe; - marketCap_gte?: InputMaybe; - marketCap_lte?: InputMaybe; - marketCap_in?: InputMaybe>; - marketCap_not_in?: InputMaybe>; - nextDistributedOhm?: InputMaybe; - nextDistributedOhm_not?: InputMaybe; - nextDistributedOhm_gt?: InputMaybe; - nextDistributedOhm_lt?: InputMaybe; - nextDistributedOhm_gte?: InputMaybe; - nextDistributedOhm_lte?: InputMaybe; - nextDistributedOhm_in?: InputMaybe>; - nextDistributedOhm_not_in?: InputMaybe>; - nextEpochRebase?: InputMaybe; - nextEpochRebase_not?: InputMaybe; - nextEpochRebase_gt?: InputMaybe; - nextEpochRebase_lt?: InputMaybe; - nextEpochRebase_gte?: InputMaybe; - nextEpochRebase_lte?: InputMaybe; - nextEpochRebase_in?: InputMaybe>; - nextEpochRebase_not_in?: InputMaybe>; - ohmCirculatingSupply?: InputMaybe; - ohmCirculatingSupply_not?: InputMaybe; - ohmCirculatingSupply_gt?: InputMaybe; - ohmCirculatingSupply_lt?: InputMaybe; - ohmCirculatingSupply_gte?: InputMaybe; - ohmCirculatingSupply_lte?: InputMaybe; - ohmCirculatingSupply_in?: InputMaybe>; - ohmCirculatingSupply_not_in?: InputMaybe>; - ohmFloatingSupply?: InputMaybe; - ohmFloatingSupply_not?: InputMaybe; - ohmFloatingSupply_gt?: InputMaybe; - ohmFloatingSupply_lt?: InputMaybe; - ohmFloatingSupply_gte?: InputMaybe; - ohmFloatingSupply_lte?: InputMaybe; - ohmFloatingSupply_in?: InputMaybe>; - ohmFloatingSupply_not_in?: InputMaybe>; - ohmPrice?: InputMaybe; - ohmPrice_not?: InputMaybe; - ohmPrice_gt?: InputMaybe; - ohmPrice_lt?: InputMaybe; - ohmPrice_gte?: InputMaybe; - ohmPrice_lte?: InputMaybe; - ohmPrice_in?: InputMaybe>; - ohmPrice_not_in?: InputMaybe>; - ohmTotalSupply?: InputMaybe; - ohmTotalSupply_not?: InputMaybe; - ohmTotalSupply_gt?: InputMaybe; - ohmTotalSupply_lt?: InputMaybe; - ohmTotalSupply_gte?: InputMaybe; - ohmTotalSupply_lte?: InputMaybe; - ohmTotalSupply_in?: InputMaybe>; - ohmTotalSupply_not_in?: InputMaybe>; - sOhmCirculatingSupply?: InputMaybe; - sOhmCirculatingSupply_not?: InputMaybe; - sOhmCirculatingSupply_gt?: InputMaybe; - sOhmCirculatingSupply_lt?: InputMaybe; - sOhmCirculatingSupply_gte?: InputMaybe; - sOhmCirculatingSupply_lte?: InputMaybe; - sOhmCirculatingSupply_in?: InputMaybe>; - sOhmCirculatingSupply_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - totalValueLocked?: InputMaybe; - totalValueLocked_not?: InputMaybe; - totalValueLocked_gt?: InputMaybe; - totalValueLocked_lt?: InputMaybe; - totalValueLocked_gte?: InputMaybe; - totalValueLocked_lte?: InputMaybe; - totalValueLocked_in?: InputMaybe>; - totalValueLocked_not_in?: InputMaybe>; - treasuryLiquidBacking?: InputMaybe; - treasuryLiquidBacking_not?: InputMaybe; - treasuryLiquidBacking_gt?: InputMaybe; - treasuryLiquidBacking_lt?: InputMaybe; - treasuryLiquidBacking_gte?: InputMaybe; - treasuryLiquidBacking_lte?: InputMaybe; - treasuryLiquidBacking_in?: InputMaybe>; - treasuryLiquidBacking_not_in?: InputMaybe>; - treasuryLiquidBackingPerGOhmSynthetic?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_not?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_gt?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_lt?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_gte?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_lte?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_in?: InputMaybe>; - treasuryLiquidBackingPerGOhmSynthetic_not_in?: InputMaybe>; - treasuryLiquidBackingPerOhmFloating?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_not?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_gt?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_lt?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_gte?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_lte?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_in?: InputMaybe>; - treasuryLiquidBackingPerOhmFloating_not_in?: InputMaybe>; - treasuryMarketValue?: InputMaybe; - treasuryMarketValue_not?: InputMaybe; - treasuryMarketValue_gt?: InputMaybe; - treasuryMarketValue_lt?: InputMaybe; - treasuryMarketValue_gte?: InputMaybe; - treasuryMarketValue_lte?: InputMaybe; - treasuryMarketValue_in?: InputMaybe>; - treasuryMarketValue_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum ProtocolMetric_OrderBy { - Id = "id", - Block = "block", - CurrentApy = "currentAPY", - CurrentIndex = "currentIndex", - Date = "date", - GOhmPrice = "gOhmPrice", - GOhmSyntheticSupply = "gOhmSyntheticSupply", - GOhmTotalSupply = "gOhmTotalSupply", - MarketCap = "marketCap", - NextDistributedOhm = "nextDistributedOhm", - NextEpochRebase = "nextEpochRebase", - OhmCirculatingSupply = "ohmCirculatingSupply", - OhmFloatingSupply = "ohmFloatingSupply", - OhmPrice = "ohmPrice", - OhmTotalSupply = "ohmTotalSupply", - SOhmCirculatingSupply = "sOhmCirculatingSupply", - Timestamp = "timestamp", - TotalValueLocked = "totalValueLocked", - TreasuryLiquidBacking = "treasuryLiquidBacking", - TreasuryLiquidBackingPerGOhmSynthetic = "treasuryLiquidBackingPerGOhmSynthetic", - TreasuryLiquidBackingPerOhmFloating = "treasuryLiquidBackingPerOhmFloating", - TreasuryMarketValue = "treasuryMarketValue", -} - -export type Query = { - __typename?: "Query"; - protocolMetric?: Maybe; - protocolMetrics: Array; - tokenRecord?: Maybe; - tokenRecords: Array; - tokenSupply?: Maybe; - tokenSupplies: Array; - priceSnapshot?: Maybe; - priceSnapshots: Array; - gnosisAuctionRoot?: Maybe; - gnosisAuctionRoots: Array; - gnosisAuction?: Maybe; - gnosisAuctions: Array; - erc20TokenSnapshot?: Maybe; - erc20TokenSnapshots: Array; - balancerPoolSnapshot?: Maybe; - balancerPoolSnapshots: Array; - poolSnapshot?: Maybe; - poolSnapshots: Array; - tokenPriceSnapshot?: Maybe; - tokenPriceSnapshots: Array; - stakingPoolSnapshot?: Maybe; - stakingPoolSnapshots: Array; - bophadesModule?: Maybe; - bophadesModules: Array; - clearinghouseAddress?: Maybe; - clearinghouseAddresses: Array; - /** Access to subgraph metadata */ - _meta?: Maybe<_Meta_>; -}; - -export type QueryProtocolMetricArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryProtocolMetricsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenRecordArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenRecordsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenSupplyArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenSuppliesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionRootArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryErc20TokenSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryErc20TokenSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryBalancerPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryBalancerPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryStakingPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryStakingPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryBophadesModuleArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryBophadesModulesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryClearinghouseAddressArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryClearinghouseAddressesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type Query_MetaArgs = { - block?: InputMaybe; -}; - -export type StakingPoolSnapshot = { - __typename?: "StakingPoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - contractAddress: Scalars["Bytes"]; - stakingToken?: Maybe; -}; - -export type StakingPoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - contractAddress?: InputMaybe; - contractAddress_not?: InputMaybe; - contractAddress_gt?: InputMaybe; - contractAddress_lt?: InputMaybe; - contractAddress_gte?: InputMaybe; - contractAddress_lte?: InputMaybe; - contractAddress_in?: InputMaybe>; - contractAddress_not_in?: InputMaybe>; - contractAddress_contains?: InputMaybe; - contractAddress_not_contains?: InputMaybe; - stakingToken?: InputMaybe; - stakingToken_not?: InputMaybe; - stakingToken_gt?: InputMaybe; - stakingToken_lt?: InputMaybe; - stakingToken_gte?: InputMaybe; - stakingToken_lte?: InputMaybe; - stakingToken_in?: InputMaybe>; - stakingToken_not_in?: InputMaybe>; - stakingToken_contains?: InputMaybe; - stakingToken_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum StakingPoolSnapshot_OrderBy { - Id = "id", - Block = "block", - ContractAddress = "contractAddress", - StakingToken = "stakingToken", -} - -export type Subscription = { - __typename?: "Subscription"; - protocolMetric?: Maybe; - protocolMetrics: Array; - tokenRecord?: Maybe; - tokenRecords: Array; - tokenSupply?: Maybe; - tokenSupplies: Array; - priceSnapshot?: Maybe; - priceSnapshots: Array; - gnosisAuctionRoot?: Maybe; - gnosisAuctionRoots: Array; - gnosisAuction?: Maybe; - gnosisAuctions: Array; - erc20TokenSnapshot?: Maybe; - erc20TokenSnapshots: Array; - balancerPoolSnapshot?: Maybe; - balancerPoolSnapshots: Array; - poolSnapshot?: Maybe; - poolSnapshots: Array; - tokenPriceSnapshot?: Maybe; - tokenPriceSnapshots: Array; - stakingPoolSnapshot?: Maybe; - stakingPoolSnapshots: Array; - bophadesModule?: Maybe; - bophadesModules: Array; - clearinghouseAddress?: Maybe; - clearinghouseAddresses: Array; - /** Access to subgraph metadata */ - _meta?: Maybe<_Meta_>; -}; - -export type SubscriptionProtocolMetricArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionProtocolMetricsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenRecordArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenRecordsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenSupplyArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenSuppliesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionRootArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionErc20TokenSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionErc20TokenSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionBalancerPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionBalancerPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionStakingPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionStakingPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionBophadesModuleArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionBophadesModulesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionClearinghouseAddressArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionClearinghouseAddressesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type Subscription_MetaArgs = { - block?: InputMaybe; -}; - -export type TokenPriceSnapshot = { - __typename?: "TokenPriceSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - token: Scalars["Bytes"]; - price: Scalars["BigDecimal"]; -}; - -export type TokenPriceSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_not_contains?: InputMaybe; - price?: InputMaybe; - price_not?: InputMaybe; - price_gt?: InputMaybe; - price_lt?: InputMaybe; - price_gte?: InputMaybe; - price_lte?: InputMaybe; - price_in?: InputMaybe>; - price_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenPriceSnapshot_OrderBy { - Id = "id", - Block = "block", - Token = "token", - Price = "price", -} - -export type TokenRecord = { - __typename?: "TokenRecord"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - token: Scalars["String"]; - tokenAddress: Scalars["String"]; - source: Scalars["String"]; - sourceAddress: Scalars["String"]; - rate: Scalars["BigDecimal"]; - balance: Scalars["BigDecimal"]; - multiplier: Scalars["BigDecimal"]; - value: Scalars["BigDecimal"]; - valueExcludingOhm: Scalars["BigDecimal"]; - category: Scalars["String"]; - isLiquid: Scalars["Boolean"]; - isBluechip: Scalars["Boolean"]; - blockchain: Scalars["String"]; -}; - -export type TokenRecord_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - tokenAddress?: InputMaybe; - tokenAddress_not?: InputMaybe; - tokenAddress_gt?: InputMaybe; - tokenAddress_lt?: InputMaybe; - tokenAddress_gte?: InputMaybe; - tokenAddress_lte?: InputMaybe; - tokenAddress_in?: InputMaybe>; - tokenAddress_not_in?: InputMaybe>; - tokenAddress_contains?: InputMaybe; - tokenAddress_contains_nocase?: InputMaybe; - tokenAddress_not_contains?: InputMaybe; - tokenAddress_not_contains_nocase?: InputMaybe; - tokenAddress_starts_with?: InputMaybe; - tokenAddress_starts_with_nocase?: InputMaybe; - tokenAddress_not_starts_with?: InputMaybe; - tokenAddress_not_starts_with_nocase?: InputMaybe; - tokenAddress_ends_with?: InputMaybe; - tokenAddress_ends_with_nocase?: InputMaybe; - tokenAddress_not_ends_with?: InputMaybe; - tokenAddress_not_ends_with_nocase?: InputMaybe; - source?: InputMaybe; - source_not?: InputMaybe; - source_gt?: InputMaybe; - source_lt?: InputMaybe; - source_gte?: InputMaybe; - source_lte?: InputMaybe; - source_in?: InputMaybe>; - source_not_in?: InputMaybe>; - source_contains?: InputMaybe; - source_contains_nocase?: InputMaybe; - source_not_contains?: InputMaybe; - source_not_contains_nocase?: InputMaybe; - source_starts_with?: InputMaybe; - source_starts_with_nocase?: InputMaybe; - source_not_starts_with?: InputMaybe; - source_not_starts_with_nocase?: InputMaybe; - source_ends_with?: InputMaybe; - source_ends_with_nocase?: InputMaybe; - source_not_ends_with?: InputMaybe; - source_not_ends_with_nocase?: InputMaybe; - sourceAddress?: InputMaybe; - sourceAddress_not?: InputMaybe; - sourceAddress_gt?: InputMaybe; - sourceAddress_lt?: InputMaybe; - sourceAddress_gte?: InputMaybe; - sourceAddress_lte?: InputMaybe; - sourceAddress_in?: InputMaybe>; - sourceAddress_not_in?: InputMaybe>; - sourceAddress_contains?: InputMaybe; - sourceAddress_contains_nocase?: InputMaybe; - sourceAddress_not_contains?: InputMaybe; - sourceAddress_not_contains_nocase?: InputMaybe; - sourceAddress_starts_with?: InputMaybe; - sourceAddress_starts_with_nocase?: InputMaybe; - sourceAddress_not_starts_with?: InputMaybe; - sourceAddress_not_starts_with_nocase?: InputMaybe; - sourceAddress_ends_with?: InputMaybe; - sourceAddress_ends_with_nocase?: InputMaybe; - sourceAddress_not_ends_with?: InputMaybe; - sourceAddress_not_ends_with_nocase?: InputMaybe; - rate?: InputMaybe; - rate_not?: InputMaybe; - rate_gt?: InputMaybe; - rate_lt?: InputMaybe; - rate_gte?: InputMaybe; - rate_lte?: InputMaybe; - rate_in?: InputMaybe>; - rate_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - multiplier?: InputMaybe; - multiplier_not?: InputMaybe; - multiplier_gt?: InputMaybe; - multiplier_lt?: InputMaybe; - multiplier_gte?: InputMaybe; - multiplier_lte?: InputMaybe; - multiplier_in?: InputMaybe>; - multiplier_not_in?: InputMaybe>; - value?: InputMaybe; - value_not?: InputMaybe; - value_gt?: InputMaybe; - value_lt?: InputMaybe; - value_gte?: InputMaybe; - value_lte?: InputMaybe; - value_in?: InputMaybe>; - value_not_in?: InputMaybe>; - valueExcludingOhm?: InputMaybe; - valueExcludingOhm_not?: InputMaybe; - valueExcludingOhm_gt?: InputMaybe; - valueExcludingOhm_lt?: InputMaybe; - valueExcludingOhm_gte?: InputMaybe; - valueExcludingOhm_lte?: InputMaybe; - valueExcludingOhm_in?: InputMaybe>; - valueExcludingOhm_not_in?: InputMaybe>; - category?: InputMaybe; - category_not?: InputMaybe; - category_gt?: InputMaybe; - category_lt?: InputMaybe; - category_gte?: InputMaybe; - category_lte?: InputMaybe; - category_in?: InputMaybe>; - category_not_in?: InputMaybe>; - category_contains?: InputMaybe; - category_contains_nocase?: InputMaybe; - category_not_contains?: InputMaybe; - category_not_contains_nocase?: InputMaybe; - category_starts_with?: InputMaybe; - category_starts_with_nocase?: InputMaybe; - category_not_starts_with?: InputMaybe; - category_not_starts_with_nocase?: InputMaybe; - category_ends_with?: InputMaybe; - category_ends_with_nocase?: InputMaybe; - category_not_ends_with?: InputMaybe; - category_not_ends_with_nocase?: InputMaybe; - isLiquid?: InputMaybe; - isLiquid_not?: InputMaybe; - isLiquid_in?: InputMaybe>; - isLiquid_not_in?: InputMaybe>; - isBluechip?: InputMaybe; - isBluechip_not?: InputMaybe; - isBluechip_in?: InputMaybe>; - isBluechip_not_in?: InputMaybe>; - blockchain?: InputMaybe; - blockchain_not?: InputMaybe; - blockchain_gt?: InputMaybe; - blockchain_lt?: InputMaybe; - blockchain_gte?: InputMaybe; - blockchain_lte?: InputMaybe; - blockchain_in?: InputMaybe>; - blockchain_not_in?: InputMaybe>; - blockchain_contains?: InputMaybe; - blockchain_contains_nocase?: InputMaybe; - blockchain_not_contains?: InputMaybe; - blockchain_not_contains_nocase?: InputMaybe; - blockchain_starts_with?: InputMaybe; - blockchain_starts_with_nocase?: InputMaybe; - blockchain_not_starts_with?: InputMaybe; - blockchain_not_starts_with_nocase?: InputMaybe; - blockchain_ends_with?: InputMaybe; - blockchain_ends_with_nocase?: InputMaybe; - blockchain_not_ends_with?: InputMaybe; - blockchain_not_ends_with_nocase?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenRecord_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - Token = "token", - TokenAddress = "tokenAddress", - Source = "source", - SourceAddress = "sourceAddress", - Rate = "rate", - Balance = "balance", - Multiplier = "multiplier", - Value = "value", - ValueExcludingOhm = "valueExcludingOhm", - Category = "category", - IsLiquid = "isLiquid", - IsBluechip = "isBluechip", - Blockchain = "blockchain", -} - -export type TokenSupply = { - __typename?: "TokenSupply"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - token: Scalars["String"]; - tokenAddress: Scalars["String"]; - pool?: Maybe; - poolAddress?: Maybe; - source?: Maybe; - sourceAddress?: Maybe; - type: Scalars["String"]; - balance: Scalars["BigDecimal"]; - supplyBalance: Scalars["BigDecimal"]; -}; - -export type TokenSupply_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - tokenAddress?: InputMaybe; - tokenAddress_not?: InputMaybe; - tokenAddress_gt?: InputMaybe; - tokenAddress_lt?: InputMaybe; - tokenAddress_gte?: InputMaybe; - tokenAddress_lte?: InputMaybe; - tokenAddress_in?: InputMaybe>; - tokenAddress_not_in?: InputMaybe>; - tokenAddress_contains?: InputMaybe; - tokenAddress_contains_nocase?: InputMaybe; - tokenAddress_not_contains?: InputMaybe; - tokenAddress_not_contains_nocase?: InputMaybe; - tokenAddress_starts_with?: InputMaybe; - tokenAddress_starts_with_nocase?: InputMaybe; - tokenAddress_not_starts_with?: InputMaybe; - tokenAddress_not_starts_with_nocase?: InputMaybe; - tokenAddress_ends_with?: InputMaybe; - tokenAddress_ends_with_nocase?: InputMaybe; - tokenAddress_not_ends_with?: InputMaybe; - tokenAddress_not_ends_with_nocase?: InputMaybe; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_contains_nocase?: InputMaybe; - pool_not_contains?: InputMaybe; - pool_not_contains_nocase?: InputMaybe; - pool_starts_with?: InputMaybe; - pool_starts_with_nocase?: InputMaybe; - pool_not_starts_with?: InputMaybe; - pool_not_starts_with_nocase?: InputMaybe; - pool_ends_with?: InputMaybe; - pool_ends_with_nocase?: InputMaybe; - pool_not_ends_with?: InputMaybe; - pool_not_ends_with_nocase?: InputMaybe; - poolAddress?: InputMaybe; - poolAddress_not?: InputMaybe; - poolAddress_gt?: InputMaybe; - poolAddress_lt?: InputMaybe; - poolAddress_gte?: InputMaybe; - poolAddress_lte?: InputMaybe; - poolAddress_in?: InputMaybe>; - poolAddress_not_in?: InputMaybe>; - poolAddress_contains?: InputMaybe; - poolAddress_contains_nocase?: InputMaybe; - poolAddress_not_contains?: InputMaybe; - poolAddress_not_contains_nocase?: InputMaybe; - poolAddress_starts_with?: InputMaybe; - poolAddress_starts_with_nocase?: InputMaybe; - poolAddress_not_starts_with?: InputMaybe; - poolAddress_not_starts_with_nocase?: InputMaybe; - poolAddress_ends_with?: InputMaybe; - poolAddress_ends_with_nocase?: InputMaybe; - poolAddress_not_ends_with?: InputMaybe; - poolAddress_not_ends_with_nocase?: InputMaybe; - source?: InputMaybe; - source_not?: InputMaybe; - source_gt?: InputMaybe; - source_lt?: InputMaybe; - source_gte?: InputMaybe; - source_lte?: InputMaybe; - source_in?: InputMaybe>; - source_not_in?: InputMaybe>; - source_contains?: InputMaybe; - source_contains_nocase?: InputMaybe; - source_not_contains?: InputMaybe; - source_not_contains_nocase?: InputMaybe; - source_starts_with?: InputMaybe; - source_starts_with_nocase?: InputMaybe; - source_not_starts_with?: InputMaybe; - source_not_starts_with_nocase?: InputMaybe; - source_ends_with?: InputMaybe; - source_ends_with_nocase?: InputMaybe; - source_not_ends_with?: InputMaybe; - source_not_ends_with_nocase?: InputMaybe; - sourceAddress?: InputMaybe; - sourceAddress_not?: InputMaybe; - sourceAddress_gt?: InputMaybe; - sourceAddress_lt?: InputMaybe; - sourceAddress_gte?: InputMaybe; - sourceAddress_lte?: InputMaybe; - sourceAddress_in?: InputMaybe>; - sourceAddress_not_in?: InputMaybe>; - sourceAddress_contains?: InputMaybe; - sourceAddress_contains_nocase?: InputMaybe; - sourceAddress_not_contains?: InputMaybe; - sourceAddress_not_contains_nocase?: InputMaybe; - sourceAddress_starts_with?: InputMaybe; - sourceAddress_starts_with_nocase?: InputMaybe; - sourceAddress_not_starts_with?: InputMaybe; - sourceAddress_not_starts_with_nocase?: InputMaybe; - sourceAddress_ends_with?: InputMaybe; - sourceAddress_ends_with_nocase?: InputMaybe; - sourceAddress_not_ends_with?: InputMaybe; - sourceAddress_not_ends_with_nocase?: InputMaybe; - type?: InputMaybe; - type_not?: InputMaybe; - type_gt?: InputMaybe; - type_lt?: InputMaybe; - type_gte?: InputMaybe; - type_lte?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; - type_contains?: InputMaybe; - type_contains_nocase?: InputMaybe; - type_not_contains?: InputMaybe; - type_not_contains_nocase?: InputMaybe; - type_starts_with?: InputMaybe; - type_starts_with_nocase?: InputMaybe; - type_not_starts_with?: InputMaybe; - type_not_starts_with_nocase?: InputMaybe; - type_ends_with?: InputMaybe; - type_ends_with_nocase?: InputMaybe; - type_not_ends_with?: InputMaybe; - type_not_ends_with_nocase?: InputMaybe; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - supplyBalance?: InputMaybe; - supplyBalance_not?: InputMaybe; - supplyBalance_gt?: InputMaybe; - supplyBalance_lt?: InputMaybe; - supplyBalance_gte?: InputMaybe; - supplyBalance_lte?: InputMaybe; - supplyBalance_in?: InputMaybe>; - supplyBalance_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenSupply_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - Token = "token", - TokenAddress = "tokenAddress", - Pool = "pool", - PoolAddress = "poolAddress", - Source = "source", - SourceAddress = "sourceAddress", - Type = "type", - Balance = "balance", - SupplyBalance = "supplyBalance", -} - -export type _Block_ = { - __typename?: "_Block_"; - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars["Int"]; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type _Meta_ = { - __typename?: "_Meta_"; - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: _Block_; - /** The deployment ID */ - deployment: Scalars["String"]; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars["Boolean"]; -}; - -export enum _SubgraphErrorPolicy_ { - /** Data will be returned even if the subgraph has indexing errors */ - Allow = "allow", - /** If the subgraph has indexing errors, data will be omitted. The default. */ - Deny = "deny", -} diff --git a/function/generated/Treasury_Ethereum/Qmcw9E6pTyUyGzdwi1tvRBdrDrnjcXVngLeuTkruuM2t8g/TokenSupply/TokenSupply.jsonschema b/function/generated/Treasury_Ethereum/Qmcw9E6pTyUyGzdwi1tvRBdrDrnjcXVngLeuTkruuM2t8g/TokenSupply/TokenSupply.jsonschema deleted file mode 100644 index fe05049..0000000 --- a/function/generated/Treasury_Ethereum/Qmcw9E6pTyUyGzdwi1tvRBdrDrnjcXVngLeuTkruuM2t8g/TokenSupply/TokenSupply.jsonschema +++ /dev/null @@ -1,62 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "type": "object", - "properties": { - "__typename": { - "type": "string", - "const": "TokenSupply" - }, - "id": { - "type": "string" - }, - "block": { - "type": "string" - }, - "timestamp": { - "type": "string" - }, - "date": { - "type": "string" - }, - "token": { - "type": "string" - }, - "tokenAddress": { - "type": "string" - }, - "pool": { - "type": [ - "string", - "null" - ] - }, - "poolAddress": { - "type": [ - "string", - "null" - ] - }, - "source": { - "type": [ - "string", - "null" - ] - }, - "sourceAddress": { - "type": [ - "string", - "null" - ] - }, - "type": { - "type": "string" - }, - "balance": { - "type": "string" - }, - "supplyBalance": { - "type": "string" - } - }, - "additionalProperties": false -} \ No newline at end of file diff --git a/function/generated/Treasury_Ethereum/Qmcw9E6pTyUyGzdwi1tvRBdrDrnjcXVngLeuTkruuM2t8g/TokenSupply/TokenSupply_schema.json b/function/generated/Treasury_Ethereum/Qmcw9E6pTyUyGzdwi1tvRBdrDrnjcXVngLeuTkruuM2t8g/TokenSupply/TokenSupply_schema.json deleted file mode 100644 index 87ab73b..0000000 --- a/function/generated/Treasury_Ethereum/Qmcw9E6pTyUyGzdwi1tvRBdrDrnjcXVngLeuTkruuM2t8g/TokenSupply/TokenSupply_schema.json +++ /dev/null @@ -1,72 +0,0 @@ -[ - { - "name": "__typename", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "id", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "block", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "timestamp", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "date", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "token", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "tokenAddress", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "pool", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "poolAddress", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "source", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "sourceAddress", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "type", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "balance", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "supplyBalance", - "type": "STRING", - "mode": "NULLABLE" - } -] diff --git a/function/generated/Treasury_Ethereum/Qmcw9E6pTyUyGzdwi1tvRBdrDrnjcXVngLeuTkruuM2t8g/TokenSupply/TokenSupply_types.ts b/function/generated/Treasury_Ethereum/Qmcw9E6pTyUyGzdwi1tvRBdrDrnjcXVngLeuTkruuM2t8g/TokenSupply/TokenSupply_types.ts deleted file mode 100644 index 327a273..0000000 --- a/function/generated/Treasury_Ethereum/Qmcw9E6pTyUyGzdwi1tvRBdrDrnjcXVngLeuTkruuM2t8g/TokenSupply/TokenSupply_types.ts +++ /dev/null @@ -1,2013 +0,0 @@ -export type Maybe = T | null | undefined; -export type InputMaybe = T | null | undefined; -export type Exact = { [K in keyof T]: T[K] }; -export type MakeOptional = Omit & { [SubKey in K]?: Maybe }; -export type MakeMaybe = Omit & { [SubKey in K]: Maybe }; -/** All built-in and custom scalars, mapped to their actual values */ -export type Scalars = { - ID: string; - String: string; - Boolean: boolean; - Int: number; - Float: number; - BigDecimal: string; - BigInt: string; - Bytes: string; - /** - * 8 bytes signed integer - * - */ - Int8: string; - /** - * A string representation of microseconds UNIX timestamp (16 digits) - * - */ - Timestamp: string; -}; - -export enum Aggregation_Interval { - Hour = "hour", - Day = "day", -} - -export type BalancerPoolSnapshot = { - __typename?: "BalancerPoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - pool: Scalars["Bytes"]; - poolToken: Scalars["Bytes"]; - decimals: Scalars["Int"]; - totalSupply: Scalars["BigDecimal"]; - tokens: Array; - balances: Array; - weights: Array; -}; - -export type BalancerPoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_not_contains?: InputMaybe; - poolToken?: InputMaybe; - poolToken_not?: InputMaybe; - poolToken_gt?: InputMaybe; - poolToken_lt?: InputMaybe; - poolToken_gte?: InputMaybe; - poolToken_lte?: InputMaybe; - poolToken_in?: InputMaybe>; - poolToken_not_in?: InputMaybe>; - poolToken_contains?: InputMaybe; - poolToken_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - tokens?: InputMaybe>; - tokens_not?: InputMaybe>; - tokens_contains?: InputMaybe>; - tokens_contains_nocase?: InputMaybe>; - tokens_not_contains?: InputMaybe>; - tokens_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - weights?: InputMaybe>; - weights_not?: InputMaybe>; - weights_contains?: InputMaybe>; - weights_contains_nocase?: InputMaybe>; - weights_not_contains?: InputMaybe>; - weights_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum BalancerPoolSnapshot_OrderBy { - Id = "id", - Block = "block", - Pool = "pool", - PoolToken = "poolToken", - Decimals = "decimals", - TotalSupply = "totalSupply", - Tokens = "tokens", - Balances = "balances", - Weights = "weights", -} - -export type BlockChangedFilter = { - number_gte: Scalars["Int"]; -}; - -export type Block_Height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type BophadesModule = { - __typename?: "BophadesModule"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - keycode: Scalars["String"]; - moduleAddress: Scalars["Bytes"]; -}; - -export type BophadesModule_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - keycode?: InputMaybe; - keycode_not?: InputMaybe; - keycode_gt?: InputMaybe; - keycode_lt?: InputMaybe; - keycode_gte?: InputMaybe; - keycode_lte?: InputMaybe; - keycode_in?: InputMaybe>; - keycode_not_in?: InputMaybe>; - keycode_contains?: InputMaybe; - keycode_contains_nocase?: InputMaybe; - keycode_not_contains?: InputMaybe; - keycode_not_contains_nocase?: InputMaybe; - keycode_starts_with?: InputMaybe; - keycode_starts_with_nocase?: InputMaybe; - keycode_not_starts_with?: InputMaybe; - keycode_not_starts_with_nocase?: InputMaybe; - keycode_ends_with?: InputMaybe; - keycode_ends_with_nocase?: InputMaybe; - keycode_not_ends_with?: InputMaybe; - keycode_not_ends_with_nocase?: InputMaybe; - moduleAddress?: InputMaybe; - moduleAddress_not?: InputMaybe; - moduleAddress_gt?: InputMaybe; - moduleAddress_lt?: InputMaybe; - moduleAddress_gte?: InputMaybe; - moduleAddress_lte?: InputMaybe; - moduleAddress_in?: InputMaybe>; - moduleAddress_not_in?: InputMaybe>; - moduleAddress_contains?: InputMaybe; - moduleAddress_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum BophadesModule_OrderBy { - Id = "id", - Block = "block", - Keycode = "keycode", - ModuleAddress = "moduleAddress", -} - -export type ClearinghouseAddress = { - __typename?: "ClearinghouseAddress"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - addresses: Array; -}; - -export type ClearinghouseAddress_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - addresses?: InputMaybe>; - addresses_not?: InputMaybe>; - addresses_contains?: InputMaybe>; - addresses_contains_nocase?: InputMaybe>; - addresses_not_contains?: InputMaybe>; - addresses_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum ClearinghouseAddress_OrderBy { - Id = "id", - Block = "block", - Addresses = "addresses", -} - -export type Erc20TokenSnapshot = { - __typename?: "ERC20TokenSnapshot"; - id: Scalars["Bytes"]; - address: Scalars["Bytes"]; - decimals: Scalars["Int"]; - totalSupply?: Maybe; -}; - -export type Erc20TokenSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum Erc20TokenSnapshot_OrderBy { - Id = "id", - Address = "address", - Decimals = "decimals", - TotalSupply = "totalSupply", -} - -export type GnosisAuction = { - __typename?: "GnosisAuction"; - id: Scalars["ID"]; - auctionOpenTimestamp: Scalars["BigInt"]; - payoutCapacity: Scalars["BigDecimal"]; - termSeconds: Scalars["BigInt"]; - bidQuantity?: Maybe; - auctionCloseTimestamp?: Maybe; -}; - -export type GnosisAuctionRoot = { - __typename?: "GnosisAuctionRoot"; - id: Scalars["ID"]; - markets: Array; -}; - -export type GnosisAuctionRoot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - markets?: InputMaybe>; - markets_not?: InputMaybe>; - markets_contains?: InputMaybe>; - markets_contains_nocase?: InputMaybe>; - markets_not_contains?: InputMaybe>; - markets_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum GnosisAuctionRoot_OrderBy { - Id = "id", - Markets = "markets", -} - -export type GnosisAuction_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - auctionOpenTimestamp?: InputMaybe; - auctionOpenTimestamp_not?: InputMaybe; - auctionOpenTimestamp_gt?: InputMaybe; - auctionOpenTimestamp_lt?: InputMaybe; - auctionOpenTimestamp_gte?: InputMaybe; - auctionOpenTimestamp_lte?: InputMaybe; - auctionOpenTimestamp_in?: InputMaybe>; - auctionOpenTimestamp_not_in?: InputMaybe>; - payoutCapacity?: InputMaybe; - payoutCapacity_not?: InputMaybe; - payoutCapacity_gt?: InputMaybe; - payoutCapacity_lt?: InputMaybe; - payoutCapacity_gte?: InputMaybe; - payoutCapacity_lte?: InputMaybe; - payoutCapacity_in?: InputMaybe>; - payoutCapacity_not_in?: InputMaybe>; - termSeconds?: InputMaybe; - termSeconds_not?: InputMaybe; - termSeconds_gt?: InputMaybe; - termSeconds_lt?: InputMaybe; - termSeconds_gte?: InputMaybe; - termSeconds_lte?: InputMaybe; - termSeconds_in?: InputMaybe>; - termSeconds_not_in?: InputMaybe>; - bidQuantity?: InputMaybe; - bidQuantity_not?: InputMaybe; - bidQuantity_gt?: InputMaybe; - bidQuantity_lt?: InputMaybe; - bidQuantity_gte?: InputMaybe; - bidQuantity_lte?: InputMaybe; - bidQuantity_in?: InputMaybe>; - bidQuantity_not_in?: InputMaybe>; - auctionCloseTimestamp?: InputMaybe; - auctionCloseTimestamp_not?: InputMaybe; - auctionCloseTimestamp_gt?: InputMaybe; - auctionCloseTimestamp_lt?: InputMaybe; - auctionCloseTimestamp_gte?: InputMaybe; - auctionCloseTimestamp_lte?: InputMaybe; - auctionCloseTimestamp_in?: InputMaybe>; - auctionCloseTimestamp_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum GnosisAuction_OrderBy { - Id = "id", - AuctionOpenTimestamp = "auctionOpenTimestamp", - PayoutCapacity = "payoutCapacity", - TermSeconds = "termSeconds", - BidQuantity = "bidQuantity", - AuctionCloseTimestamp = "auctionCloseTimestamp", -} - -/** Defines the order direction, either ascending or descending */ -export enum OrderDirection { - Asc = "asc", - Desc = "desc", -} - -export type PoolSnapshot = { - __typename?: "PoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - pool: Scalars["Bytes"]; - poolToken?: Maybe; - decimals: Scalars["Int"]; - totalSupply: Scalars["BigDecimal"]; - tokens: Array; - balances: Array; - weights?: Maybe>; -}; - -export type PoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_not_contains?: InputMaybe; - poolToken?: InputMaybe; - poolToken_not?: InputMaybe; - poolToken_gt?: InputMaybe; - poolToken_lt?: InputMaybe; - poolToken_gte?: InputMaybe; - poolToken_lte?: InputMaybe; - poolToken_in?: InputMaybe>; - poolToken_not_in?: InputMaybe>; - poolToken_contains?: InputMaybe; - poolToken_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - tokens?: InputMaybe>; - tokens_not?: InputMaybe>; - tokens_contains?: InputMaybe>; - tokens_contains_nocase?: InputMaybe>; - tokens_not_contains?: InputMaybe>; - tokens_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - weights?: InputMaybe>; - weights_not?: InputMaybe>; - weights_contains?: InputMaybe>; - weights_contains_nocase?: InputMaybe>; - weights_not_contains?: InputMaybe>; - weights_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum PoolSnapshot_OrderBy { - Id = "id", - Block = "block", - Pool = "pool", - PoolToken = "poolToken", - Decimals = "decimals", - TotalSupply = "totalSupply", - Tokens = "tokens", - Balances = "balances", - Weights = "weights", -} - -export type PriceSnapshot = { - __typename?: "PriceSnapshot"; - id: Scalars["ID"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - priceOhm: Scalars["BigDecimal"]; - priceGOhm: Scalars["BigDecimal"]; -}; - -export type PriceSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - priceOhm?: InputMaybe; - priceOhm_not?: InputMaybe; - priceOhm_gt?: InputMaybe; - priceOhm_lt?: InputMaybe; - priceOhm_gte?: InputMaybe; - priceOhm_lte?: InputMaybe; - priceOhm_in?: InputMaybe>; - priceOhm_not_in?: InputMaybe>; - priceGOhm?: InputMaybe; - priceGOhm_not?: InputMaybe; - priceGOhm_gt?: InputMaybe; - priceGOhm_lt?: InputMaybe; - priceGOhm_gte?: InputMaybe; - priceGOhm_lte?: InputMaybe; - priceGOhm_in?: InputMaybe>; - priceGOhm_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum PriceSnapshot_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - PriceOhm = "priceOhm", - PriceGOhm = "priceGOhm", -} - -export type ProtocolMetric = { - __typename?: "ProtocolMetric"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - currentAPY: Scalars["BigDecimal"]; - currentIndex: Scalars["BigDecimal"]; - date: Scalars["String"]; - gOhmPrice: Scalars["BigDecimal"]; - gOhmSyntheticSupply?: Maybe; - gOhmTotalSupply: Scalars["BigDecimal"]; - marketCap?: Maybe; - nextDistributedOhm: Scalars["BigDecimal"]; - nextEpochRebase: Scalars["BigDecimal"]; - ohmCirculatingSupply?: Maybe; - ohmFloatingSupply?: Maybe; - ohmPrice: Scalars["BigDecimal"]; - ohmTotalSupply: Scalars["BigDecimal"]; - sOhmCirculatingSupply: Scalars["BigDecimal"]; - timestamp: Scalars["BigInt"]; - totalValueLocked: Scalars["BigDecimal"]; - treasuryLiquidBacking?: Maybe; - treasuryLiquidBackingPerGOhmSynthetic?: Maybe; - treasuryLiquidBackingPerOhmFloating?: Maybe; - treasuryMarketValue?: Maybe; -}; - -export type ProtocolMetric_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - currentAPY?: InputMaybe; - currentAPY_not?: InputMaybe; - currentAPY_gt?: InputMaybe; - currentAPY_lt?: InputMaybe; - currentAPY_gte?: InputMaybe; - currentAPY_lte?: InputMaybe; - currentAPY_in?: InputMaybe>; - currentAPY_not_in?: InputMaybe>; - currentIndex?: InputMaybe; - currentIndex_not?: InputMaybe; - currentIndex_gt?: InputMaybe; - currentIndex_lt?: InputMaybe; - currentIndex_gte?: InputMaybe; - currentIndex_lte?: InputMaybe; - currentIndex_in?: InputMaybe>; - currentIndex_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - gOhmPrice?: InputMaybe; - gOhmPrice_not?: InputMaybe; - gOhmPrice_gt?: InputMaybe; - gOhmPrice_lt?: InputMaybe; - gOhmPrice_gte?: InputMaybe; - gOhmPrice_lte?: InputMaybe; - gOhmPrice_in?: InputMaybe>; - gOhmPrice_not_in?: InputMaybe>; - gOhmSyntheticSupply?: InputMaybe; - gOhmSyntheticSupply_not?: InputMaybe; - gOhmSyntheticSupply_gt?: InputMaybe; - gOhmSyntheticSupply_lt?: InputMaybe; - gOhmSyntheticSupply_gte?: InputMaybe; - gOhmSyntheticSupply_lte?: InputMaybe; - gOhmSyntheticSupply_in?: InputMaybe>; - gOhmSyntheticSupply_not_in?: InputMaybe>; - gOhmTotalSupply?: InputMaybe; - gOhmTotalSupply_not?: InputMaybe; - gOhmTotalSupply_gt?: InputMaybe; - gOhmTotalSupply_lt?: InputMaybe; - gOhmTotalSupply_gte?: InputMaybe; - gOhmTotalSupply_lte?: InputMaybe; - gOhmTotalSupply_in?: InputMaybe>; - gOhmTotalSupply_not_in?: InputMaybe>; - marketCap?: InputMaybe; - marketCap_not?: InputMaybe; - marketCap_gt?: InputMaybe; - marketCap_lt?: InputMaybe; - marketCap_gte?: InputMaybe; - marketCap_lte?: InputMaybe; - marketCap_in?: InputMaybe>; - marketCap_not_in?: InputMaybe>; - nextDistributedOhm?: InputMaybe; - nextDistributedOhm_not?: InputMaybe; - nextDistributedOhm_gt?: InputMaybe; - nextDistributedOhm_lt?: InputMaybe; - nextDistributedOhm_gte?: InputMaybe; - nextDistributedOhm_lte?: InputMaybe; - nextDistributedOhm_in?: InputMaybe>; - nextDistributedOhm_not_in?: InputMaybe>; - nextEpochRebase?: InputMaybe; - nextEpochRebase_not?: InputMaybe; - nextEpochRebase_gt?: InputMaybe; - nextEpochRebase_lt?: InputMaybe; - nextEpochRebase_gte?: InputMaybe; - nextEpochRebase_lte?: InputMaybe; - nextEpochRebase_in?: InputMaybe>; - nextEpochRebase_not_in?: InputMaybe>; - ohmCirculatingSupply?: InputMaybe; - ohmCirculatingSupply_not?: InputMaybe; - ohmCirculatingSupply_gt?: InputMaybe; - ohmCirculatingSupply_lt?: InputMaybe; - ohmCirculatingSupply_gte?: InputMaybe; - ohmCirculatingSupply_lte?: InputMaybe; - ohmCirculatingSupply_in?: InputMaybe>; - ohmCirculatingSupply_not_in?: InputMaybe>; - ohmFloatingSupply?: InputMaybe; - ohmFloatingSupply_not?: InputMaybe; - ohmFloatingSupply_gt?: InputMaybe; - ohmFloatingSupply_lt?: InputMaybe; - ohmFloatingSupply_gte?: InputMaybe; - ohmFloatingSupply_lte?: InputMaybe; - ohmFloatingSupply_in?: InputMaybe>; - ohmFloatingSupply_not_in?: InputMaybe>; - ohmPrice?: InputMaybe; - ohmPrice_not?: InputMaybe; - ohmPrice_gt?: InputMaybe; - ohmPrice_lt?: InputMaybe; - ohmPrice_gte?: InputMaybe; - ohmPrice_lte?: InputMaybe; - ohmPrice_in?: InputMaybe>; - ohmPrice_not_in?: InputMaybe>; - ohmTotalSupply?: InputMaybe; - ohmTotalSupply_not?: InputMaybe; - ohmTotalSupply_gt?: InputMaybe; - ohmTotalSupply_lt?: InputMaybe; - ohmTotalSupply_gte?: InputMaybe; - ohmTotalSupply_lte?: InputMaybe; - ohmTotalSupply_in?: InputMaybe>; - ohmTotalSupply_not_in?: InputMaybe>; - sOhmCirculatingSupply?: InputMaybe; - sOhmCirculatingSupply_not?: InputMaybe; - sOhmCirculatingSupply_gt?: InputMaybe; - sOhmCirculatingSupply_lt?: InputMaybe; - sOhmCirculatingSupply_gte?: InputMaybe; - sOhmCirculatingSupply_lte?: InputMaybe; - sOhmCirculatingSupply_in?: InputMaybe>; - sOhmCirculatingSupply_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - totalValueLocked?: InputMaybe; - totalValueLocked_not?: InputMaybe; - totalValueLocked_gt?: InputMaybe; - totalValueLocked_lt?: InputMaybe; - totalValueLocked_gte?: InputMaybe; - totalValueLocked_lte?: InputMaybe; - totalValueLocked_in?: InputMaybe>; - totalValueLocked_not_in?: InputMaybe>; - treasuryLiquidBacking?: InputMaybe; - treasuryLiquidBacking_not?: InputMaybe; - treasuryLiquidBacking_gt?: InputMaybe; - treasuryLiquidBacking_lt?: InputMaybe; - treasuryLiquidBacking_gte?: InputMaybe; - treasuryLiquidBacking_lte?: InputMaybe; - treasuryLiquidBacking_in?: InputMaybe>; - treasuryLiquidBacking_not_in?: InputMaybe>; - treasuryLiquidBackingPerGOhmSynthetic?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_not?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_gt?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_lt?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_gte?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_lte?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_in?: InputMaybe>; - treasuryLiquidBackingPerGOhmSynthetic_not_in?: InputMaybe>; - treasuryLiquidBackingPerOhmFloating?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_not?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_gt?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_lt?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_gte?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_lte?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_in?: InputMaybe>; - treasuryLiquidBackingPerOhmFloating_not_in?: InputMaybe>; - treasuryMarketValue?: InputMaybe; - treasuryMarketValue_not?: InputMaybe; - treasuryMarketValue_gt?: InputMaybe; - treasuryMarketValue_lt?: InputMaybe; - treasuryMarketValue_gte?: InputMaybe; - treasuryMarketValue_lte?: InputMaybe; - treasuryMarketValue_in?: InputMaybe>; - treasuryMarketValue_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum ProtocolMetric_OrderBy { - Id = "id", - Block = "block", - CurrentApy = "currentAPY", - CurrentIndex = "currentIndex", - Date = "date", - GOhmPrice = "gOhmPrice", - GOhmSyntheticSupply = "gOhmSyntheticSupply", - GOhmTotalSupply = "gOhmTotalSupply", - MarketCap = "marketCap", - NextDistributedOhm = "nextDistributedOhm", - NextEpochRebase = "nextEpochRebase", - OhmCirculatingSupply = "ohmCirculatingSupply", - OhmFloatingSupply = "ohmFloatingSupply", - OhmPrice = "ohmPrice", - OhmTotalSupply = "ohmTotalSupply", - SOhmCirculatingSupply = "sOhmCirculatingSupply", - Timestamp = "timestamp", - TotalValueLocked = "totalValueLocked", - TreasuryLiquidBacking = "treasuryLiquidBacking", - TreasuryLiquidBackingPerGOhmSynthetic = "treasuryLiquidBackingPerGOhmSynthetic", - TreasuryLiquidBackingPerOhmFloating = "treasuryLiquidBackingPerOhmFloating", - TreasuryMarketValue = "treasuryMarketValue", -} - -export type Query = { - __typename?: "Query"; - protocolMetric?: Maybe; - protocolMetrics: Array; - tokenRecord?: Maybe; - tokenRecords: Array; - tokenSupply?: Maybe; - tokenSupplies: Array; - priceSnapshot?: Maybe; - priceSnapshots: Array; - gnosisAuctionRoot?: Maybe; - gnosisAuctionRoots: Array; - gnosisAuction?: Maybe; - gnosisAuctions: Array; - erc20TokenSnapshot?: Maybe; - erc20TokenSnapshots: Array; - balancerPoolSnapshot?: Maybe; - balancerPoolSnapshots: Array; - poolSnapshot?: Maybe; - poolSnapshots: Array; - tokenPriceSnapshot?: Maybe; - tokenPriceSnapshots: Array; - stakingPoolSnapshot?: Maybe; - stakingPoolSnapshots: Array; - bophadesModule?: Maybe; - bophadesModules: Array; - clearinghouseAddress?: Maybe; - clearinghouseAddresses: Array; - /** Access to subgraph metadata */ - _meta?: Maybe<_Meta_>; -}; - -export type QueryProtocolMetricArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryProtocolMetricsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenRecordArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenRecordsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenSupplyArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenSuppliesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionRootArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryErc20TokenSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryErc20TokenSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryBalancerPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryBalancerPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryStakingPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryStakingPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryBophadesModuleArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryBophadesModulesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryClearinghouseAddressArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryClearinghouseAddressesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type Query_MetaArgs = { - block?: InputMaybe; -}; - -export type StakingPoolSnapshot = { - __typename?: "StakingPoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - contractAddress: Scalars["Bytes"]; - stakingToken?: Maybe; -}; - -export type StakingPoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - contractAddress?: InputMaybe; - contractAddress_not?: InputMaybe; - contractAddress_gt?: InputMaybe; - contractAddress_lt?: InputMaybe; - contractAddress_gte?: InputMaybe; - contractAddress_lte?: InputMaybe; - contractAddress_in?: InputMaybe>; - contractAddress_not_in?: InputMaybe>; - contractAddress_contains?: InputMaybe; - contractAddress_not_contains?: InputMaybe; - stakingToken?: InputMaybe; - stakingToken_not?: InputMaybe; - stakingToken_gt?: InputMaybe; - stakingToken_lt?: InputMaybe; - stakingToken_gte?: InputMaybe; - stakingToken_lte?: InputMaybe; - stakingToken_in?: InputMaybe>; - stakingToken_not_in?: InputMaybe>; - stakingToken_contains?: InputMaybe; - stakingToken_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum StakingPoolSnapshot_OrderBy { - Id = "id", - Block = "block", - ContractAddress = "contractAddress", - StakingToken = "stakingToken", -} - -export type Subscription = { - __typename?: "Subscription"; - protocolMetric?: Maybe; - protocolMetrics: Array; - tokenRecord?: Maybe; - tokenRecords: Array; - tokenSupply?: Maybe; - tokenSupplies: Array; - priceSnapshot?: Maybe; - priceSnapshots: Array; - gnosisAuctionRoot?: Maybe; - gnosisAuctionRoots: Array; - gnosisAuction?: Maybe; - gnosisAuctions: Array; - erc20TokenSnapshot?: Maybe; - erc20TokenSnapshots: Array; - balancerPoolSnapshot?: Maybe; - balancerPoolSnapshots: Array; - poolSnapshot?: Maybe; - poolSnapshots: Array; - tokenPriceSnapshot?: Maybe; - tokenPriceSnapshots: Array; - stakingPoolSnapshot?: Maybe; - stakingPoolSnapshots: Array; - bophadesModule?: Maybe; - bophadesModules: Array; - clearinghouseAddress?: Maybe; - clearinghouseAddresses: Array; - /** Access to subgraph metadata */ - _meta?: Maybe<_Meta_>; -}; - -export type SubscriptionProtocolMetricArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionProtocolMetricsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenRecordArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenRecordsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenSupplyArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenSuppliesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionRootArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionErc20TokenSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionErc20TokenSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionBalancerPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionBalancerPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionStakingPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionStakingPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionBophadesModuleArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionBophadesModulesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionClearinghouseAddressArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionClearinghouseAddressesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type Subscription_MetaArgs = { - block?: InputMaybe; -}; - -export type TokenPriceSnapshot = { - __typename?: "TokenPriceSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - token: Scalars["Bytes"]; - price: Scalars["BigDecimal"]; -}; - -export type TokenPriceSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_not_contains?: InputMaybe; - price?: InputMaybe; - price_not?: InputMaybe; - price_gt?: InputMaybe; - price_lt?: InputMaybe; - price_gte?: InputMaybe; - price_lte?: InputMaybe; - price_in?: InputMaybe>; - price_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenPriceSnapshot_OrderBy { - Id = "id", - Block = "block", - Token = "token", - Price = "price", -} - -export type TokenRecord = { - __typename?: "TokenRecord"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - token: Scalars["String"]; - tokenAddress: Scalars["String"]; - source: Scalars["String"]; - sourceAddress: Scalars["String"]; - rate: Scalars["BigDecimal"]; - balance: Scalars["BigDecimal"]; - multiplier: Scalars["BigDecimal"]; - value: Scalars["BigDecimal"]; - valueExcludingOhm: Scalars["BigDecimal"]; - category: Scalars["String"]; - isLiquid: Scalars["Boolean"]; - isBluechip: Scalars["Boolean"]; - blockchain: Scalars["String"]; -}; - -export type TokenRecord_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - tokenAddress?: InputMaybe; - tokenAddress_not?: InputMaybe; - tokenAddress_gt?: InputMaybe; - tokenAddress_lt?: InputMaybe; - tokenAddress_gte?: InputMaybe; - tokenAddress_lte?: InputMaybe; - tokenAddress_in?: InputMaybe>; - tokenAddress_not_in?: InputMaybe>; - tokenAddress_contains?: InputMaybe; - tokenAddress_contains_nocase?: InputMaybe; - tokenAddress_not_contains?: InputMaybe; - tokenAddress_not_contains_nocase?: InputMaybe; - tokenAddress_starts_with?: InputMaybe; - tokenAddress_starts_with_nocase?: InputMaybe; - tokenAddress_not_starts_with?: InputMaybe; - tokenAddress_not_starts_with_nocase?: InputMaybe; - tokenAddress_ends_with?: InputMaybe; - tokenAddress_ends_with_nocase?: InputMaybe; - tokenAddress_not_ends_with?: InputMaybe; - tokenAddress_not_ends_with_nocase?: InputMaybe; - source?: InputMaybe; - source_not?: InputMaybe; - source_gt?: InputMaybe; - source_lt?: InputMaybe; - source_gte?: InputMaybe; - source_lte?: InputMaybe; - source_in?: InputMaybe>; - source_not_in?: InputMaybe>; - source_contains?: InputMaybe; - source_contains_nocase?: InputMaybe; - source_not_contains?: InputMaybe; - source_not_contains_nocase?: InputMaybe; - source_starts_with?: InputMaybe; - source_starts_with_nocase?: InputMaybe; - source_not_starts_with?: InputMaybe; - source_not_starts_with_nocase?: InputMaybe; - source_ends_with?: InputMaybe; - source_ends_with_nocase?: InputMaybe; - source_not_ends_with?: InputMaybe; - source_not_ends_with_nocase?: InputMaybe; - sourceAddress?: InputMaybe; - sourceAddress_not?: InputMaybe; - sourceAddress_gt?: InputMaybe; - sourceAddress_lt?: InputMaybe; - sourceAddress_gte?: InputMaybe; - sourceAddress_lte?: InputMaybe; - sourceAddress_in?: InputMaybe>; - sourceAddress_not_in?: InputMaybe>; - sourceAddress_contains?: InputMaybe; - sourceAddress_contains_nocase?: InputMaybe; - sourceAddress_not_contains?: InputMaybe; - sourceAddress_not_contains_nocase?: InputMaybe; - sourceAddress_starts_with?: InputMaybe; - sourceAddress_starts_with_nocase?: InputMaybe; - sourceAddress_not_starts_with?: InputMaybe; - sourceAddress_not_starts_with_nocase?: InputMaybe; - sourceAddress_ends_with?: InputMaybe; - sourceAddress_ends_with_nocase?: InputMaybe; - sourceAddress_not_ends_with?: InputMaybe; - sourceAddress_not_ends_with_nocase?: InputMaybe; - rate?: InputMaybe; - rate_not?: InputMaybe; - rate_gt?: InputMaybe; - rate_lt?: InputMaybe; - rate_gte?: InputMaybe; - rate_lte?: InputMaybe; - rate_in?: InputMaybe>; - rate_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - multiplier?: InputMaybe; - multiplier_not?: InputMaybe; - multiplier_gt?: InputMaybe; - multiplier_lt?: InputMaybe; - multiplier_gte?: InputMaybe; - multiplier_lte?: InputMaybe; - multiplier_in?: InputMaybe>; - multiplier_not_in?: InputMaybe>; - value?: InputMaybe; - value_not?: InputMaybe; - value_gt?: InputMaybe; - value_lt?: InputMaybe; - value_gte?: InputMaybe; - value_lte?: InputMaybe; - value_in?: InputMaybe>; - value_not_in?: InputMaybe>; - valueExcludingOhm?: InputMaybe; - valueExcludingOhm_not?: InputMaybe; - valueExcludingOhm_gt?: InputMaybe; - valueExcludingOhm_lt?: InputMaybe; - valueExcludingOhm_gte?: InputMaybe; - valueExcludingOhm_lte?: InputMaybe; - valueExcludingOhm_in?: InputMaybe>; - valueExcludingOhm_not_in?: InputMaybe>; - category?: InputMaybe; - category_not?: InputMaybe; - category_gt?: InputMaybe; - category_lt?: InputMaybe; - category_gte?: InputMaybe; - category_lte?: InputMaybe; - category_in?: InputMaybe>; - category_not_in?: InputMaybe>; - category_contains?: InputMaybe; - category_contains_nocase?: InputMaybe; - category_not_contains?: InputMaybe; - category_not_contains_nocase?: InputMaybe; - category_starts_with?: InputMaybe; - category_starts_with_nocase?: InputMaybe; - category_not_starts_with?: InputMaybe; - category_not_starts_with_nocase?: InputMaybe; - category_ends_with?: InputMaybe; - category_ends_with_nocase?: InputMaybe; - category_not_ends_with?: InputMaybe; - category_not_ends_with_nocase?: InputMaybe; - isLiquid?: InputMaybe; - isLiquid_not?: InputMaybe; - isLiquid_in?: InputMaybe>; - isLiquid_not_in?: InputMaybe>; - isBluechip?: InputMaybe; - isBluechip_not?: InputMaybe; - isBluechip_in?: InputMaybe>; - isBluechip_not_in?: InputMaybe>; - blockchain?: InputMaybe; - blockchain_not?: InputMaybe; - blockchain_gt?: InputMaybe; - blockchain_lt?: InputMaybe; - blockchain_gte?: InputMaybe; - blockchain_lte?: InputMaybe; - blockchain_in?: InputMaybe>; - blockchain_not_in?: InputMaybe>; - blockchain_contains?: InputMaybe; - blockchain_contains_nocase?: InputMaybe; - blockchain_not_contains?: InputMaybe; - blockchain_not_contains_nocase?: InputMaybe; - blockchain_starts_with?: InputMaybe; - blockchain_starts_with_nocase?: InputMaybe; - blockchain_not_starts_with?: InputMaybe; - blockchain_not_starts_with_nocase?: InputMaybe; - blockchain_ends_with?: InputMaybe; - blockchain_ends_with_nocase?: InputMaybe; - blockchain_not_ends_with?: InputMaybe; - blockchain_not_ends_with_nocase?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenRecord_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - Token = "token", - TokenAddress = "tokenAddress", - Source = "source", - SourceAddress = "sourceAddress", - Rate = "rate", - Balance = "balance", - Multiplier = "multiplier", - Value = "value", - ValueExcludingOhm = "valueExcludingOhm", - Category = "category", - IsLiquid = "isLiquid", - IsBluechip = "isBluechip", - Blockchain = "blockchain", -} - -export type TokenSupply = { - __typename?: "TokenSupply"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - token: Scalars["String"]; - tokenAddress: Scalars["String"]; - pool?: Maybe; - poolAddress?: Maybe; - source?: Maybe; - sourceAddress?: Maybe; - type: Scalars["String"]; - balance: Scalars["BigDecimal"]; - supplyBalance: Scalars["BigDecimal"]; -}; - -export type TokenSupply_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - tokenAddress?: InputMaybe; - tokenAddress_not?: InputMaybe; - tokenAddress_gt?: InputMaybe; - tokenAddress_lt?: InputMaybe; - tokenAddress_gte?: InputMaybe; - tokenAddress_lte?: InputMaybe; - tokenAddress_in?: InputMaybe>; - tokenAddress_not_in?: InputMaybe>; - tokenAddress_contains?: InputMaybe; - tokenAddress_contains_nocase?: InputMaybe; - tokenAddress_not_contains?: InputMaybe; - tokenAddress_not_contains_nocase?: InputMaybe; - tokenAddress_starts_with?: InputMaybe; - tokenAddress_starts_with_nocase?: InputMaybe; - tokenAddress_not_starts_with?: InputMaybe; - tokenAddress_not_starts_with_nocase?: InputMaybe; - tokenAddress_ends_with?: InputMaybe; - tokenAddress_ends_with_nocase?: InputMaybe; - tokenAddress_not_ends_with?: InputMaybe; - tokenAddress_not_ends_with_nocase?: InputMaybe; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_contains_nocase?: InputMaybe; - pool_not_contains?: InputMaybe; - pool_not_contains_nocase?: InputMaybe; - pool_starts_with?: InputMaybe; - pool_starts_with_nocase?: InputMaybe; - pool_not_starts_with?: InputMaybe; - pool_not_starts_with_nocase?: InputMaybe; - pool_ends_with?: InputMaybe; - pool_ends_with_nocase?: InputMaybe; - pool_not_ends_with?: InputMaybe; - pool_not_ends_with_nocase?: InputMaybe; - poolAddress?: InputMaybe; - poolAddress_not?: InputMaybe; - poolAddress_gt?: InputMaybe; - poolAddress_lt?: InputMaybe; - poolAddress_gte?: InputMaybe; - poolAddress_lte?: InputMaybe; - poolAddress_in?: InputMaybe>; - poolAddress_not_in?: InputMaybe>; - poolAddress_contains?: InputMaybe; - poolAddress_contains_nocase?: InputMaybe; - poolAddress_not_contains?: InputMaybe; - poolAddress_not_contains_nocase?: InputMaybe; - poolAddress_starts_with?: InputMaybe; - poolAddress_starts_with_nocase?: InputMaybe; - poolAddress_not_starts_with?: InputMaybe; - poolAddress_not_starts_with_nocase?: InputMaybe; - poolAddress_ends_with?: InputMaybe; - poolAddress_ends_with_nocase?: InputMaybe; - poolAddress_not_ends_with?: InputMaybe; - poolAddress_not_ends_with_nocase?: InputMaybe; - source?: InputMaybe; - source_not?: InputMaybe; - source_gt?: InputMaybe; - source_lt?: InputMaybe; - source_gte?: InputMaybe; - source_lte?: InputMaybe; - source_in?: InputMaybe>; - source_not_in?: InputMaybe>; - source_contains?: InputMaybe; - source_contains_nocase?: InputMaybe; - source_not_contains?: InputMaybe; - source_not_contains_nocase?: InputMaybe; - source_starts_with?: InputMaybe; - source_starts_with_nocase?: InputMaybe; - source_not_starts_with?: InputMaybe; - source_not_starts_with_nocase?: InputMaybe; - source_ends_with?: InputMaybe; - source_ends_with_nocase?: InputMaybe; - source_not_ends_with?: InputMaybe; - source_not_ends_with_nocase?: InputMaybe; - sourceAddress?: InputMaybe; - sourceAddress_not?: InputMaybe; - sourceAddress_gt?: InputMaybe; - sourceAddress_lt?: InputMaybe; - sourceAddress_gte?: InputMaybe; - sourceAddress_lte?: InputMaybe; - sourceAddress_in?: InputMaybe>; - sourceAddress_not_in?: InputMaybe>; - sourceAddress_contains?: InputMaybe; - sourceAddress_contains_nocase?: InputMaybe; - sourceAddress_not_contains?: InputMaybe; - sourceAddress_not_contains_nocase?: InputMaybe; - sourceAddress_starts_with?: InputMaybe; - sourceAddress_starts_with_nocase?: InputMaybe; - sourceAddress_not_starts_with?: InputMaybe; - sourceAddress_not_starts_with_nocase?: InputMaybe; - sourceAddress_ends_with?: InputMaybe; - sourceAddress_ends_with_nocase?: InputMaybe; - sourceAddress_not_ends_with?: InputMaybe; - sourceAddress_not_ends_with_nocase?: InputMaybe; - type?: InputMaybe; - type_not?: InputMaybe; - type_gt?: InputMaybe; - type_lt?: InputMaybe; - type_gte?: InputMaybe; - type_lte?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; - type_contains?: InputMaybe; - type_contains_nocase?: InputMaybe; - type_not_contains?: InputMaybe; - type_not_contains_nocase?: InputMaybe; - type_starts_with?: InputMaybe; - type_starts_with_nocase?: InputMaybe; - type_not_starts_with?: InputMaybe; - type_not_starts_with_nocase?: InputMaybe; - type_ends_with?: InputMaybe; - type_ends_with_nocase?: InputMaybe; - type_not_ends_with?: InputMaybe; - type_not_ends_with_nocase?: InputMaybe; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - supplyBalance?: InputMaybe; - supplyBalance_not?: InputMaybe; - supplyBalance_gt?: InputMaybe; - supplyBalance_lt?: InputMaybe; - supplyBalance_gte?: InputMaybe; - supplyBalance_lte?: InputMaybe; - supplyBalance_in?: InputMaybe>; - supplyBalance_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenSupply_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - Token = "token", - TokenAddress = "tokenAddress", - Pool = "pool", - PoolAddress = "poolAddress", - Source = "source", - SourceAddress = "sourceAddress", - Type = "type", - Balance = "balance", - SupplyBalance = "supplyBalance", -} - -export type _Block_ = { - __typename?: "_Block_"; - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars["Int"]; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type _Meta_ = { - __typename?: "_Meta_"; - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: _Block_; - /** The deployment ID */ - deployment: Scalars["String"]; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars["Boolean"]; -}; - -export enum _SubgraphErrorPolicy_ { - /** Data will be returned even if the subgraph has indexing errors */ - Allow = "allow", - /** If the subgraph has indexing errors, data will be omitted. The default. */ - Deny = "deny", -} diff --git a/function/generated/Treasury_Fantom/QmNUJtrE5Hiwj5eBeF5gSubY2vhuMdjaZnZsaq6vVY2aba/ProtocolMetric/ProtocolMetric.jsonschema b/function/generated/Treasury_Fantom/QmNUJtrE5Hiwj5eBeF5gSubY2vhuMdjaZnZsaq6vVY2aba/ProtocolMetric/ProtocolMetric.jsonschema deleted file mode 100644 index fb0b54e..0000000 --- a/function/generated/Treasury_Fantom/QmNUJtrE5Hiwj5eBeF5gSubY2vhuMdjaZnZsaq6vVY2aba/ProtocolMetric/ProtocolMetric.jsonschema +++ /dev/null @@ -1,101 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "type": "object", - "properties": { - "__typename": { - "type": "string", - "const": "ProtocolMetric" - }, - "id": { - "type": "string" - }, - "block": { - "type": "string" - }, - "currentAPY": { - "type": "string" - }, - "currentIndex": { - "type": "string" - }, - "date": { - "type": "string" - }, - "gOhmPrice": { - "type": "string" - }, - "gOhmSyntheticSupply": { - "type": [ - "string", - "null" - ] - }, - "gOhmTotalSupply": { - "type": "string" - }, - "marketCap": { - "type": [ - "string", - "null" - ] - }, - "nextDistributedOhm": { - "type": "string" - }, - "nextEpochRebase": { - "type": "string" - }, - "ohmCirculatingSupply": { - "type": [ - "string", - "null" - ] - }, - "ohmFloatingSupply": { - "type": [ - "string", - "null" - ] - }, - "ohmPrice": { - "type": "string" - }, - "ohmTotalSupply": { - "type": "string" - }, - "sOhmCirculatingSupply": { - "type": "string" - }, - "timestamp": { - "type": "string" - }, - "totalValueLocked": { - "type": "string" - }, - "treasuryLiquidBacking": { - "type": [ - "string", - "null" - ] - }, - "treasuryLiquidBackingPerGOhmSynthetic": { - "type": [ - "string", - "null" - ] - }, - "treasuryLiquidBackingPerOhmFloating": { - "type": [ - "string", - "null" - ] - }, - "treasuryMarketValue": { - "type": [ - "string", - "null" - ] - } - }, - "additionalProperties": false -} \ No newline at end of file diff --git a/function/generated/Treasury_Fantom/QmNUJtrE5Hiwj5eBeF5gSubY2vhuMdjaZnZsaq6vVY2aba/ProtocolMetric/ProtocolMetric_schema.json b/function/generated/Treasury_Fantom/QmNUJtrE5Hiwj5eBeF5gSubY2vhuMdjaZnZsaq6vVY2aba/ProtocolMetric/ProtocolMetric_schema.json deleted file mode 100644 index 659d940..0000000 --- a/function/generated/Treasury_Fantom/QmNUJtrE5Hiwj5eBeF5gSubY2vhuMdjaZnZsaq6vVY2aba/ProtocolMetric/ProtocolMetric_schema.json +++ /dev/null @@ -1,117 +0,0 @@ -[ - { - "name": "__typename", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "id", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "block", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "currentAPY", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "currentIndex", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "date", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "gOhmPrice", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "gOhmSyntheticSupply", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "gOhmTotalSupply", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "marketCap", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "nextDistributedOhm", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "nextEpochRebase", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "ohmCirculatingSupply", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "ohmFloatingSupply", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "ohmPrice", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "ohmTotalSupply", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "sOhmCirculatingSupply", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "timestamp", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "totalValueLocked", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "treasuryLiquidBacking", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "treasuryLiquidBackingPerGOhmSynthetic", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "treasuryLiquidBackingPerOhmFloating", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "treasuryMarketValue", - "type": "STRING", - "mode": "NULLABLE" - } -] diff --git a/function/generated/Treasury_Fantom/QmNUJtrE5Hiwj5eBeF5gSubY2vhuMdjaZnZsaq6vVY2aba/ProtocolMetric/ProtocolMetric_types.ts b/function/generated/Treasury_Fantom/QmNUJtrE5Hiwj5eBeF5gSubY2vhuMdjaZnZsaq6vVY2aba/ProtocolMetric/ProtocolMetric_types.ts deleted file mode 100644 index 25fd65c..0000000 --- a/function/generated/Treasury_Fantom/QmNUJtrE5Hiwj5eBeF5gSubY2vhuMdjaZnZsaq6vVY2aba/ProtocolMetric/ProtocolMetric_types.ts +++ /dev/null @@ -1,1827 +0,0 @@ -export type Maybe = T | null | undefined; -export type InputMaybe = T | null | undefined; -export type Exact = { [K in keyof T]: T[K] }; -export type MakeOptional = Omit & { [SubKey in K]?: Maybe }; -export type MakeMaybe = Omit & { [SubKey in K]: Maybe }; -/** All built-in and custom scalars, mapped to their actual values */ -export type Scalars = { - ID: string; - String: string; - Boolean: boolean; - Int: number; - Float: number; - BigDecimal: string; - BigInt: string; - Bytes: string; - /** - * 8 bytes signed integer - * - */ - Int8: string; - /** - * A string representation of microseconds UNIX timestamp (16 digits) - * - */ - Timestamp: string; -}; - -export enum Aggregation_Interval { - Hour = "hour", - Day = "day", -} - -export type BalancerPoolSnapshot = { - __typename?: "BalancerPoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - pool: Scalars["Bytes"]; - poolToken: Scalars["Bytes"]; - decimals: Scalars["Int"]; - totalSupply: Scalars["BigDecimal"]; - tokens: Array; - balances: Array; - weights: Array; -}; - -export type BalancerPoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_not_contains?: InputMaybe; - poolToken?: InputMaybe; - poolToken_not?: InputMaybe; - poolToken_gt?: InputMaybe; - poolToken_lt?: InputMaybe; - poolToken_gte?: InputMaybe; - poolToken_lte?: InputMaybe; - poolToken_in?: InputMaybe>; - poolToken_not_in?: InputMaybe>; - poolToken_contains?: InputMaybe; - poolToken_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - tokens?: InputMaybe>; - tokens_not?: InputMaybe>; - tokens_contains?: InputMaybe>; - tokens_contains_nocase?: InputMaybe>; - tokens_not_contains?: InputMaybe>; - tokens_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - weights?: InputMaybe>; - weights_not?: InputMaybe>; - weights_contains?: InputMaybe>; - weights_contains_nocase?: InputMaybe>; - weights_not_contains?: InputMaybe>; - weights_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum BalancerPoolSnapshot_OrderBy { - Id = "id", - Block = "block", - Pool = "pool", - PoolToken = "poolToken", - Decimals = "decimals", - TotalSupply = "totalSupply", - Tokens = "tokens", - Balances = "balances", - Weights = "weights", -} - -export type BlockChangedFilter = { - number_gte: Scalars["Int"]; -}; - -export type Block_Height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type Erc20TokenSnapshot = { - __typename?: "ERC20TokenSnapshot"; - id: Scalars["Bytes"]; - address: Scalars["Bytes"]; - decimals: Scalars["Int"]; - totalSupply?: Maybe; -}; - -export type Erc20TokenSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum Erc20TokenSnapshot_OrderBy { - Id = "id", - Address = "address", - Decimals = "decimals", - TotalSupply = "totalSupply", -} - -export type GnosisAuction = { - __typename?: "GnosisAuction"; - id: Scalars["ID"]; - auctionOpenTimestamp: Scalars["BigInt"]; - payoutCapacity: Scalars["BigDecimal"]; - termSeconds: Scalars["BigInt"]; - bidQuantity?: Maybe; - auctionCloseTimestamp?: Maybe; -}; - -export type GnosisAuctionRoot = { - __typename?: "GnosisAuctionRoot"; - id: Scalars["ID"]; - markets: Array; -}; - -export type GnosisAuctionRoot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - markets?: InputMaybe>; - markets_not?: InputMaybe>; - markets_contains?: InputMaybe>; - markets_contains_nocase?: InputMaybe>; - markets_not_contains?: InputMaybe>; - markets_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum GnosisAuctionRoot_OrderBy { - Id = "id", - Markets = "markets", -} - -export type GnosisAuction_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - auctionOpenTimestamp?: InputMaybe; - auctionOpenTimestamp_not?: InputMaybe; - auctionOpenTimestamp_gt?: InputMaybe; - auctionOpenTimestamp_lt?: InputMaybe; - auctionOpenTimestamp_gte?: InputMaybe; - auctionOpenTimestamp_lte?: InputMaybe; - auctionOpenTimestamp_in?: InputMaybe>; - auctionOpenTimestamp_not_in?: InputMaybe>; - payoutCapacity?: InputMaybe; - payoutCapacity_not?: InputMaybe; - payoutCapacity_gt?: InputMaybe; - payoutCapacity_lt?: InputMaybe; - payoutCapacity_gte?: InputMaybe; - payoutCapacity_lte?: InputMaybe; - payoutCapacity_in?: InputMaybe>; - payoutCapacity_not_in?: InputMaybe>; - termSeconds?: InputMaybe; - termSeconds_not?: InputMaybe; - termSeconds_gt?: InputMaybe; - termSeconds_lt?: InputMaybe; - termSeconds_gte?: InputMaybe; - termSeconds_lte?: InputMaybe; - termSeconds_in?: InputMaybe>; - termSeconds_not_in?: InputMaybe>; - bidQuantity?: InputMaybe; - bidQuantity_not?: InputMaybe; - bidQuantity_gt?: InputMaybe; - bidQuantity_lt?: InputMaybe; - bidQuantity_gte?: InputMaybe; - bidQuantity_lte?: InputMaybe; - bidQuantity_in?: InputMaybe>; - bidQuantity_not_in?: InputMaybe>; - auctionCloseTimestamp?: InputMaybe; - auctionCloseTimestamp_not?: InputMaybe; - auctionCloseTimestamp_gt?: InputMaybe; - auctionCloseTimestamp_lt?: InputMaybe; - auctionCloseTimestamp_gte?: InputMaybe; - auctionCloseTimestamp_lte?: InputMaybe; - auctionCloseTimestamp_in?: InputMaybe>; - auctionCloseTimestamp_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum GnosisAuction_OrderBy { - Id = "id", - AuctionOpenTimestamp = "auctionOpenTimestamp", - PayoutCapacity = "payoutCapacity", - TermSeconds = "termSeconds", - BidQuantity = "bidQuantity", - AuctionCloseTimestamp = "auctionCloseTimestamp", -} - -/** Defines the order direction, either ascending or descending */ -export enum OrderDirection { - Asc = "asc", - Desc = "desc", -} - -export type PoolSnapshot = { - __typename?: "PoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - pool: Scalars["Bytes"]; - poolToken?: Maybe; - decimals: Scalars["Int"]; - totalSupply: Scalars["BigDecimal"]; - tokens: Array; - balances: Array; - weights?: Maybe>; -}; - -export type PoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_not_contains?: InputMaybe; - poolToken?: InputMaybe; - poolToken_not?: InputMaybe; - poolToken_gt?: InputMaybe; - poolToken_lt?: InputMaybe; - poolToken_gte?: InputMaybe; - poolToken_lte?: InputMaybe; - poolToken_in?: InputMaybe>; - poolToken_not_in?: InputMaybe>; - poolToken_contains?: InputMaybe; - poolToken_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - tokens?: InputMaybe>; - tokens_not?: InputMaybe>; - tokens_contains?: InputMaybe>; - tokens_contains_nocase?: InputMaybe>; - tokens_not_contains?: InputMaybe>; - tokens_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - weights?: InputMaybe>; - weights_not?: InputMaybe>; - weights_contains?: InputMaybe>; - weights_contains_nocase?: InputMaybe>; - weights_not_contains?: InputMaybe>; - weights_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum PoolSnapshot_OrderBy { - Id = "id", - Block = "block", - Pool = "pool", - PoolToken = "poolToken", - Decimals = "decimals", - TotalSupply = "totalSupply", - Tokens = "tokens", - Balances = "balances", - Weights = "weights", -} - -export type PriceSnapshot = { - __typename?: "PriceSnapshot"; - id: Scalars["ID"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - priceOhm: Scalars["BigDecimal"]; - priceGOhm: Scalars["BigDecimal"]; -}; - -export type PriceSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - priceOhm?: InputMaybe; - priceOhm_not?: InputMaybe; - priceOhm_gt?: InputMaybe; - priceOhm_lt?: InputMaybe; - priceOhm_gte?: InputMaybe; - priceOhm_lte?: InputMaybe; - priceOhm_in?: InputMaybe>; - priceOhm_not_in?: InputMaybe>; - priceGOhm?: InputMaybe; - priceGOhm_not?: InputMaybe; - priceGOhm_gt?: InputMaybe; - priceGOhm_lt?: InputMaybe; - priceGOhm_gte?: InputMaybe; - priceGOhm_lte?: InputMaybe; - priceGOhm_in?: InputMaybe>; - priceGOhm_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum PriceSnapshot_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - PriceOhm = "priceOhm", - PriceGOhm = "priceGOhm", -} - -export type ProtocolMetric = { - __typename?: "ProtocolMetric"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - currentAPY: Scalars["BigDecimal"]; - currentIndex: Scalars["BigDecimal"]; - date: Scalars["String"]; - gOhmPrice: Scalars["BigDecimal"]; - gOhmSyntheticSupply?: Maybe; - gOhmTotalSupply: Scalars["BigDecimal"]; - marketCap?: Maybe; - nextDistributedOhm: Scalars["BigDecimal"]; - nextEpochRebase: Scalars["BigDecimal"]; - ohmCirculatingSupply?: Maybe; - ohmFloatingSupply?: Maybe; - ohmPrice: Scalars["BigDecimal"]; - ohmTotalSupply: Scalars["BigDecimal"]; - sOhmCirculatingSupply: Scalars["BigDecimal"]; - timestamp: Scalars["BigInt"]; - totalValueLocked: Scalars["BigDecimal"]; - treasuryLiquidBacking?: Maybe; - treasuryLiquidBackingPerGOhmSynthetic?: Maybe; - treasuryLiquidBackingPerOhmFloating?: Maybe; - treasuryMarketValue?: Maybe; -}; - -export type ProtocolMetric_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - currentAPY?: InputMaybe; - currentAPY_not?: InputMaybe; - currentAPY_gt?: InputMaybe; - currentAPY_lt?: InputMaybe; - currentAPY_gte?: InputMaybe; - currentAPY_lte?: InputMaybe; - currentAPY_in?: InputMaybe>; - currentAPY_not_in?: InputMaybe>; - currentIndex?: InputMaybe; - currentIndex_not?: InputMaybe; - currentIndex_gt?: InputMaybe; - currentIndex_lt?: InputMaybe; - currentIndex_gte?: InputMaybe; - currentIndex_lte?: InputMaybe; - currentIndex_in?: InputMaybe>; - currentIndex_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - gOhmPrice?: InputMaybe; - gOhmPrice_not?: InputMaybe; - gOhmPrice_gt?: InputMaybe; - gOhmPrice_lt?: InputMaybe; - gOhmPrice_gte?: InputMaybe; - gOhmPrice_lte?: InputMaybe; - gOhmPrice_in?: InputMaybe>; - gOhmPrice_not_in?: InputMaybe>; - gOhmSyntheticSupply?: InputMaybe; - gOhmSyntheticSupply_not?: InputMaybe; - gOhmSyntheticSupply_gt?: InputMaybe; - gOhmSyntheticSupply_lt?: InputMaybe; - gOhmSyntheticSupply_gte?: InputMaybe; - gOhmSyntheticSupply_lte?: InputMaybe; - gOhmSyntheticSupply_in?: InputMaybe>; - gOhmSyntheticSupply_not_in?: InputMaybe>; - gOhmTotalSupply?: InputMaybe; - gOhmTotalSupply_not?: InputMaybe; - gOhmTotalSupply_gt?: InputMaybe; - gOhmTotalSupply_lt?: InputMaybe; - gOhmTotalSupply_gte?: InputMaybe; - gOhmTotalSupply_lte?: InputMaybe; - gOhmTotalSupply_in?: InputMaybe>; - gOhmTotalSupply_not_in?: InputMaybe>; - marketCap?: InputMaybe; - marketCap_not?: InputMaybe; - marketCap_gt?: InputMaybe; - marketCap_lt?: InputMaybe; - marketCap_gte?: InputMaybe; - marketCap_lte?: InputMaybe; - marketCap_in?: InputMaybe>; - marketCap_not_in?: InputMaybe>; - nextDistributedOhm?: InputMaybe; - nextDistributedOhm_not?: InputMaybe; - nextDistributedOhm_gt?: InputMaybe; - nextDistributedOhm_lt?: InputMaybe; - nextDistributedOhm_gte?: InputMaybe; - nextDistributedOhm_lte?: InputMaybe; - nextDistributedOhm_in?: InputMaybe>; - nextDistributedOhm_not_in?: InputMaybe>; - nextEpochRebase?: InputMaybe; - nextEpochRebase_not?: InputMaybe; - nextEpochRebase_gt?: InputMaybe; - nextEpochRebase_lt?: InputMaybe; - nextEpochRebase_gte?: InputMaybe; - nextEpochRebase_lte?: InputMaybe; - nextEpochRebase_in?: InputMaybe>; - nextEpochRebase_not_in?: InputMaybe>; - ohmCirculatingSupply?: InputMaybe; - ohmCirculatingSupply_not?: InputMaybe; - ohmCirculatingSupply_gt?: InputMaybe; - ohmCirculatingSupply_lt?: InputMaybe; - ohmCirculatingSupply_gte?: InputMaybe; - ohmCirculatingSupply_lte?: InputMaybe; - ohmCirculatingSupply_in?: InputMaybe>; - ohmCirculatingSupply_not_in?: InputMaybe>; - ohmFloatingSupply?: InputMaybe; - ohmFloatingSupply_not?: InputMaybe; - ohmFloatingSupply_gt?: InputMaybe; - ohmFloatingSupply_lt?: InputMaybe; - ohmFloatingSupply_gte?: InputMaybe; - ohmFloatingSupply_lte?: InputMaybe; - ohmFloatingSupply_in?: InputMaybe>; - ohmFloatingSupply_not_in?: InputMaybe>; - ohmPrice?: InputMaybe; - ohmPrice_not?: InputMaybe; - ohmPrice_gt?: InputMaybe; - ohmPrice_lt?: InputMaybe; - ohmPrice_gte?: InputMaybe; - ohmPrice_lte?: InputMaybe; - ohmPrice_in?: InputMaybe>; - ohmPrice_not_in?: InputMaybe>; - ohmTotalSupply?: InputMaybe; - ohmTotalSupply_not?: InputMaybe; - ohmTotalSupply_gt?: InputMaybe; - ohmTotalSupply_lt?: InputMaybe; - ohmTotalSupply_gte?: InputMaybe; - ohmTotalSupply_lte?: InputMaybe; - ohmTotalSupply_in?: InputMaybe>; - ohmTotalSupply_not_in?: InputMaybe>; - sOhmCirculatingSupply?: InputMaybe; - sOhmCirculatingSupply_not?: InputMaybe; - sOhmCirculatingSupply_gt?: InputMaybe; - sOhmCirculatingSupply_lt?: InputMaybe; - sOhmCirculatingSupply_gte?: InputMaybe; - sOhmCirculatingSupply_lte?: InputMaybe; - sOhmCirculatingSupply_in?: InputMaybe>; - sOhmCirculatingSupply_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - totalValueLocked?: InputMaybe; - totalValueLocked_not?: InputMaybe; - totalValueLocked_gt?: InputMaybe; - totalValueLocked_lt?: InputMaybe; - totalValueLocked_gte?: InputMaybe; - totalValueLocked_lte?: InputMaybe; - totalValueLocked_in?: InputMaybe>; - totalValueLocked_not_in?: InputMaybe>; - treasuryLiquidBacking?: InputMaybe; - treasuryLiquidBacking_not?: InputMaybe; - treasuryLiquidBacking_gt?: InputMaybe; - treasuryLiquidBacking_lt?: InputMaybe; - treasuryLiquidBacking_gte?: InputMaybe; - treasuryLiquidBacking_lte?: InputMaybe; - treasuryLiquidBacking_in?: InputMaybe>; - treasuryLiquidBacking_not_in?: InputMaybe>; - treasuryLiquidBackingPerGOhmSynthetic?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_not?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_gt?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_lt?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_gte?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_lte?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_in?: InputMaybe>; - treasuryLiquidBackingPerGOhmSynthetic_not_in?: InputMaybe>; - treasuryLiquidBackingPerOhmFloating?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_not?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_gt?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_lt?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_gte?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_lte?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_in?: InputMaybe>; - treasuryLiquidBackingPerOhmFloating_not_in?: InputMaybe>; - treasuryMarketValue?: InputMaybe; - treasuryMarketValue_not?: InputMaybe; - treasuryMarketValue_gt?: InputMaybe; - treasuryMarketValue_lt?: InputMaybe; - treasuryMarketValue_gte?: InputMaybe; - treasuryMarketValue_lte?: InputMaybe; - treasuryMarketValue_in?: InputMaybe>; - treasuryMarketValue_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum ProtocolMetric_OrderBy { - Id = "id", - Block = "block", - CurrentApy = "currentAPY", - CurrentIndex = "currentIndex", - Date = "date", - GOhmPrice = "gOhmPrice", - GOhmSyntheticSupply = "gOhmSyntheticSupply", - GOhmTotalSupply = "gOhmTotalSupply", - MarketCap = "marketCap", - NextDistributedOhm = "nextDistributedOhm", - NextEpochRebase = "nextEpochRebase", - OhmCirculatingSupply = "ohmCirculatingSupply", - OhmFloatingSupply = "ohmFloatingSupply", - OhmPrice = "ohmPrice", - OhmTotalSupply = "ohmTotalSupply", - SOhmCirculatingSupply = "sOhmCirculatingSupply", - Timestamp = "timestamp", - TotalValueLocked = "totalValueLocked", - TreasuryLiquidBacking = "treasuryLiquidBacking", - TreasuryLiquidBackingPerGOhmSynthetic = "treasuryLiquidBackingPerGOhmSynthetic", - TreasuryLiquidBackingPerOhmFloating = "treasuryLiquidBackingPerOhmFloating", - TreasuryMarketValue = "treasuryMarketValue", -} - -export type Query = { - __typename?: "Query"; - protocolMetric?: Maybe; - protocolMetrics: Array; - tokenRecord?: Maybe; - tokenRecords: Array; - tokenSupply?: Maybe; - tokenSupplies: Array; - priceSnapshot?: Maybe; - priceSnapshots: Array; - gnosisAuctionRoot?: Maybe; - gnosisAuctionRoots: Array; - gnosisAuction?: Maybe; - gnosisAuctions: Array; - erc20TokenSnapshot?: Maybe; - erc20TokenSnapshots: Array; - balancerPoolSnapshot?: Maybe; - balancerPoolSnapshots: Array; - poolSnapshot?: Maybe; - poolSnapshots: Array; - tokenPriceSnapshot?: Maybe; - tokenPriceSnapshots: Array; - stakingPoolSnapshot?: Maybe; - stakingPoolSnapshots: Array; - /** Access to subgraph metadata */ - _meta?: Maybe<_Meta_>; -}; - -export type QueryProtocolMetricArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryProtocolMetricsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenRecordArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenRecordsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenSupplyArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenSuppliesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionRootArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryErc20TokenSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryErc20TokenSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryBalancerPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryBalancerPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryStakingPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryStakingPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type Query_MetaArgs = { - block?: InputMaybe; -}; - -export type StakingPoolSnapshot = { - __typename?: "StakingPoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - contractAddress: Scalars["Bytes"]; - stakingToken?: Maybe; -}; - -export type StakingPoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - contractAddress?: InputMaybe; - contractAddress_not?: InputMaybe; - contractAddress_gt?: InputMaybe; - contractAddress_lt?: InputMaybe; - contractAddress_gte?: InputMaybe; - contractAddress_lte?: InputMaybe; - contractAddress_in?: InputMaybe>; - contractAddress_not_in?: InputMaybe>; - contractAddress_contains?: InputMaybe; - contractAddress_not_contains?: InputMaybe; - stakingToken?: InputMaybe; - stakingToken_not?: InputMaybe; - stakingToken_gt?: InputMaybe; - stakingToken_lt?: InputMaybe; - stakingToken_gte?: InputMaybe; - stakingToken_lte?: InputMaybe; - stakingToken_in?: InputMaybe>; - stakingToken_not_in?: InputMaybe>; - stakingToken_contains?: InputMaybe; - stakingToken_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum StakingPoolSnapshot_OrderBy { - Id = "id", - Block = "block", - ContractAddress = "contractAddress", - StakingToken = "stakingToken", -} - -export type Subscription = { - __typename?: "Subscription"; - protocolMetric?: Maybe; - protocolMetrics: Array; - tokenRecord?: Maybe; - tokenRecords: Array; - tokenSupply?: Maybe; - tokenSupplies: Array; - priceSnapshot?: Maybe; - priceSnapshots: Array; - gnosisAuctionRoot?: Maybe; - gnosisAuctionRoots: Array; - gnosisAuction?: Maybe; - gnosisAuctions: Array; - erc20TokenSnapshot?: Maybe; - erc20TokenSnapshots: Array; - balancerPoolSnapshot?: Maybe; - balancerPoolSnapshots: Array; - poolSnapshot?: Maybe; - poolSnapshots: Array; - tokenPriceSnapshot?: Maybe; - tokenPriceSnapshots: Array; - stakingPoolSnapshot?: Maybe; - stakingPoolSnapshots: Array; - /** Access to subgraph metadata */ - _meta?: Maybe<_Meta_>; -}; - -export type SubscriptionProtocolMetricArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionProtocolMetricsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenRecordArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenRecordsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenSupplyArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenSuppliesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionRootArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionErc20TokenSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionErc20TokenSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionBalancerPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionBalancerPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionStakingPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionStakingPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type Subscription_MetaArgs = { - block?: InputMaybe; -}; - -export type TokenPriceSnapshot = { - __typename?: "TokenPriceSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - token: Scalars["Bytes"]; - price: Scalars["BigDecimal"]; -}; - -export type TokenPriceSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_not_contains?: InputMaybe; - price?: InputMaybe; - price_not?: InputMaybe; - price_gt?: InputMaybe; - price_lt?: InputMaybe; - price_gte?: InputMaybe; - price_lte?: InputMaybe; - price_in?: InputMaybe>; - price_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenPriceSnapshot_OrderBy { - Id = "id", - Block = "block", - Token = "token", - Price = "price", -} - -export type TokenRecord = { - __typename?: "TokenRecord"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - token: Scalars["String"]; - tokenAddress: Scalars["String"]; - source: Scalars["String"]; - sourceAddress: Scalars["String"]; - rate: Scalars["BigDecimal"]; - balance: Scalars["BigDecimal"]; - multiplier: Scalars["BigDecimal"]; - value: Scalars["BigDecimal"]; - valueExcludingOhm: Scalars["BigDecimal"]; - category: Scalars["String"]; - isLiquid: Scalars["Boolean"]; - isBluechip: Scalars["Boolean"]; - blockchain: Scalars["String"]; -}; - -export type TokenRecord_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - tokenAddress?: InputMaybe; - tokenAddress_not?: InputMaybe; - tokenAddress_gt?: InputMaybe; - tokenAddress_lt?: InputMaybe; - tokenAddress_gte?: InputMaybe; - tokenAddress_lte?: InputMaybe; - tokenAddress_in?: InputMaybe>; - tokenAddress_not_in?: InputMaybe>; - tokenAddress_contains?: InputMaybe; - tokenAddress_contains_nocase?: InputMaybe; - tokenAddress_not_contains?: InputMaybe; - tokenAddress_not_contains_nocase?: InputMaybe; - tokenAddress_starts_with?: InputMaybe; - tokenAddress_starts_with_nocase?: InputMaybe; - tokenAddress_not_starts_with?: InputMaybe; - tokenAddress_not_starts_with_nocase?: InputMaybe; - tokenAddress_ends_with?: InputMaybe; - tokenAddress_ends_with_nocase?: InputMaybe; - tokenAddress_not_ends_with?: InputMaybe; - tokenAddress_not_ends_with_nocase?: InputMaybe; - source?: InputMaybe; - source_not?: InputMaybe; - source_gt?: InputMaybe; - source_lt?: InputMaybe; - source_gte?: InputMaybe; - source_lte?: InputMaybe; - source_in?: InputMaybe>; - source_not_in?: InputMaybe>; - source_contains?: InputMaybe; - source_contains_nocase?: InputMaybe; - source_not_contains?: InputMaybe; - source_not_contains_nocase?: InputMaybe; - source_starts_with?: InputMaybe; - source_starts_with_nocase?: InputMaybe; - source_not_starts_with?: InputMaybe; - source_not_starts_with_nocase?: InputMaybe; - source_ends_with?: InputMaybe; - source_ends_with_nocase?: InputMaybe; - source_not_ends_with?: InputMaybe; - source_not_ends_with_nocase?: InputMaybe; - sourceAddress?: InputMaybe; - sourceAddress_not?: InputMaybe; - sourceAddress_gt?: InputMaybe; - sourceAddress_lt?: InputMaybe; - sourceAddress_gte?: InputMaybe; - sourceAddress_lte?: InputMaybe; - sourceAddress_in?: InputMaybe>; - sourceAddress_not_in?: InputMaybe>; - sourceAddress_contains?: InputMaybe; - sourceAddress_contains_nocase?: InputMaybe; - sourceAddress_not_contains?: InputMaybe; - sourceAddress_not_contains_nocase?: InputMaybe; - sourceAddress_starts_with?: InputMaybe; - sourceAddress_starts_with_nocase?: InputMaybe; - sourceAddress_not_starts_with?: InputMaybe; - sourceAddress_not_starts_with_nocase?: InputMaybe; - sourceAddress_ends_with?: InputMaybe; - sourceAddress_ends_with_nocase?: InputMaybe; - sourceAddress_not_ends_with?: InputMaybe; - sourceAddress_not_ends_with_nocase?: InputMaybe; - rate?: InputMaybe; - rate_not?: InputMaybe; - rate_gt?: InputMaybe; - rate_lt?: InputMaybe; - rate_gte?: InputMaybe; - rate_lte?: InputMaybe; - rate_in?: InputMaybe>; - rate_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - multiplier?: InputMaybe; - multiplier_not?: InputMaybe; - multiplier_gt?: InputMaybe; - multiplier_lt?: InputMaybe; - multiplier_gte?: InputMaybe; - multiplier_lte?: InputMaybe; - multiplier_in?: InputMaybe>; - multiplier_not_in?: InputMaybe>; - value?: InputMaybe; - value_not?: InputMaybe; - value_gt?: InputMaybe; - value_lt?: InputMaybe; - value_gte?: InputMaybe; - value_lte?: InputMaybe; - value_in?: InputMaybe>; - value_not_in?: InputMaybe>; - valueExcludingOhm?: InputMaybe; - valueExcludingOhm_not?: InputMaybe; - valueExcludingOhm_gt?: InputMaybe; - valueExcludingOhm_lt?: InputMaybe; - valueExcludingOhm_gte?: InputMaybe; - valueExcludingOhm_lte?: InputMaybe; - valueExcludingOhm_in?: InputMaybe>; - valueExcludingOhm_not_in?: InputMaybe>; - category?: InputMaybe; - category_not?: InputMaybe; - category_gt?: InputMaybe; - category_lt?: InputMaybe; - category_gte?: InputMaybe; - category_lte?: InputMaybe; - category_in?: InputMaybe>; - category_not_in?: InputMaybe>; - category_contains?: InputMaybe; - category_contains_nocase?: InputMaybe; - category_not_contains?: InputMaybe; - category_not_contains_nocase?: InputMaybe; - category_starts_with?: InputMaybe; - category_starts_with_nocase?: InputMaybe; - category_not_starts_with?: InputMaybe; - category_not_starts_with_nocase?: InputMaybe; - category_ends_with?: InputMaybe; - category_ends_with_nocase?: InputMaybe; - category_not_ends_with?: InputMaybe; - category_not_ends_with_nocase?: InputMaybe; - isLiquid?: InputMaybe; - isLiquid_not?: InputMaybe; - isLiquid_in?: InputMaybe>; - isLiquid_not_in?: InputMaybe>; - isBluechip?: InputMaybe; - isBluechip_not?: InputMaybe; - isBluechip_in?: InputMaybe>; - isBluechip_not_in?: InputMaybe>; - blockchain?: InputMaybe; - blockchain_not?: InputMaybe; - blockchain_gt?: InputMaybe; - blockchain_lt?: InputMaybe; - blockchain_gte?: InputMaybe; - blockchain_lte?: InputMaybe; - blockchain_in?: InputMaybe>; - blockchain_not_in?: InputMaybe>; - blockchain_contains?: InputMaybe; - blockchain_contains_nocase?: InputMaybe; - blockchain_not_contains?: InputMaybe; - blockchain_not_contains_nocase?: InputMaybe; - blockchain_starts_with?: InputMaybe; - blockchain_starts_with_nocase?: InputMaybe; - blockchain_not_starts_with?: InputMaybe; - blockchain_not_starts_with_nocase?: InputMaybe; - blockchain_ends_with?: InputMaybe; - blockchain_ends_with_nocase?: InputMaybe; - blockchain_not_ends_with?: InputMaybe; - blockchain_not_ends_with_nocase?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenRecord_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - Token = "token", - TokenAddress = "tokenAddress", - Source = "source", - SourceAddress = "sourceAddress", - Rate = "rate", - Balance = "balance", - Multiplier = "multiplier", - Value = "value", - ValueExcludingOhm = "valueExcludingOhm", - Category = "category", - IsLiquid = "isLiquid", - IsBluechip = "isBluechip", - Blockchain = "blockchain", -} - -export type TokenSupply = { - __typename?: "TokenSupply"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - token: Scalars["String"]; - tokenAddress: Scalars["String"]; - pool?: Maybe; - poolAddress?: Maybe; - source?: Maybe; - sourceAddress?: Maybe; - type: Scalars["String"]; - balance: Scalars["BigDecimal"]; - supplyBalance: Scalars["BigDecimal"]; -}; - -export type TokenSupply_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - tokenAddress?: InputMaybe; - tokenAddress_not?: InputMaybe; - tokenAddress_gt?: InputMaybe; - tokenAddress_lt?: InputMaybe; - tokenAddress_gte?: InputMaybe; - tokenAddress_lte?: InputMaybe; - tokenAddress_in?: InputMaybe>; - tokenAddress_not_in?: InputMaybe>; - tokenAddress_contains?: InputMaybe; - tokenAddress_contains_nocase?: InputMaybe; - tokenAddress_not_contains?: InputMaybe; - tokenAddress_not_contains_nocase?: InputMaybe; - tokenAddress_starts_with?: InputMaybe; - tokenAddress_starts_with_nocase?: InputMaybe; - tokenAddress_not_starts_with?: InputMaybe; - tokenAddress_not_starts_with_nocase?: InputMaybe; - tokenAddress_ends_with?: InputMaybe; - tokenAddress_ends_with_nocase?: InputMaybe; - tokenAddress_not_ends_with?: InputMaybe; - tokenAddress_not_ends_with_nocase?: InputMaybe; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_contains_nocase?: InputMaybe; - pool_not_contains?: InputMaybe; - pool_not_contains_nocase?: InputMaybe; - pool_starts_with?: InputMaybe; - pool_starts_with_nocase?: InputMaybe; - pool_not_starts_with?: InputMaybe; - pool_not_starts_with_nocase?: InputMaybe; - pool_ends_with?: InputMaybe; - pool_ends_with_nocase?: InputMaybe; - pool_not_ends_with?: InputMaybe; - pool_not_ends_with_nocase?: InputMaybe; - poolAddress?: InputMaybe; - poolAddress_not?: InputMaybe; - poolAddress_gt?: InputMaybe; - poolAddress_lt?: InputMaybe; - poolAddress_gte?: InputMaybe; - poolAddress_lte?: InputMaybe; - poolAddress_in?: InputMaybe>; - poolAddress_not_in?: InputMaybe>; - poolAddress_contains?: InputMaybe; - poolAddress_contains_nocase?: InputMaybe; - poolAddress_not_contains?: InputMaybe; - poolAddress_not_contains_nocase?: InputMaybe; - poolAddress_starts_with?: InputMaybe; - poolAddress_starts_with_nocase?: InputMaybe; - poolAddress_not_starts_with?: InputMaybe; - poolAddress_not_starts_with_nocase?: InputMaybe; - poolAddress_ends_with?: InputMaybe; - poolAddress_ends_with_nocase?: InputMaybe; - poolAddress_not_ends_with?: InputMaybe; - poolAddress_not_ends_with_nocase?: InputMaybe; - source?: InputMaybe; - source_not?: InputMaybe; - source_gt?: InputMaybe; - source_lt?: InputMaybe; - source_gte?: InputMaybe; - source_lte?: InputMaybe; - source_in?: InputMaybe>; - source_not_in?: InputMaybe>; - source_contains?: InputMaybe; - source_contains_nocase?: InputMaybe; - source_not_contains?: InputMaybe; - source_not_contains_nocase?: InputMaybe; - source_starts_with?: InputMaybe; - source_starts_with_nocase?: InputMaybe; - source_not_starts_with?: InputMaybe; - source_not_starts_with_nocase?: InputMaybe; - source_ends_with?: InputMaybe; - source_ends_with_nocase?: InputMaybe; - source_not_ends_with?: InputMaybe; - source_not_ends_with_nocase?: InputMaybe; - sourceAddress?: InputMaybe; - sourceAddress_not?: InputMaybe; - sourceAddress_gt?: InputMaybe; - sourceAddress_lt?: InputMaybe; - sourceAddress_gte?: InputMaybe; - sourceAddress_lte?: InputMaybe; - sourceAddress_in?: InputMaybe>; - sourceAddress_not_in?: InputMaybe>; - sourceAddress_contains?: InputMaybe; - sourceAddress_contains_nocase?: InputMaybe; - sourceAddress_not_contains?: InputMaybe; - sourceAddress_not_contains_nocase?: InputMaybe; - sourceAddress_starts_with?: InputMaybe; - sourceAddress_starts_with_nocase?: InputMaybe; - sourceAddress_not_starts_with?: InputMaybe; - sourceAddress_not_starts_with_nocase?: InputMaybe; - sourceAddress_ends_with?: InputMaybe; - sourceAddress_ends_with_nocase?: InputMaybe; - sourceAddress_not_ends_with?: InputMaybe; - sourceAddress_not_ends_with_nocase?: InputMaybe; - type?: InputMaybe; - type_not?: InputMaybe; - type_gt?: InputMaybe; - type_lt?: InputMaybe; - type_gte?: InputMaybe; - type_lte?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; - type_contains?: InputMaybe; - type_contains_nocase?: InputMaybe; - type_not_contains?: InputMaybe; - type_not_contains_nocase?: InputMaybe; - type_starts_with?: InputMaybe; - type_starts_with_nocase?: InputMaybe; - type_not_starts_with?: InputMaybe; - type_not_starts_with_nocase?: InputMaybe; - type_ends_with?: InputMaybe; - type_ends_with_nocase?: InputMaybe; - type_not_ends_with?: InputMaybe; - type_not_ends_with_nocase?: InputMaybe; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - supplyBalance?: InputMaybe; - supplyBalance_not?: InputMaybe; - supplyBalance_gt?: InputMaybe; - supplyBalance_lt?: InputMaybe; - supplyBalance_gte?: InputMaybe; - supplyBalance_lte?: InputMaybe; - supplyBalance_in?: InputMaybe>; - supplyBalance_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenSupply_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - Token = "token", - TokenAddress = "tokenAddress", - Pool = "pool", - PoolAddress = "poolAddress", - Source = "source", - SourceAddress = "sourceAddress", - Type = "type", - Balance = "balance", - SupplyBalance = "supplyBalance", -} - -export type _Block_ = { - __typename?: "_Block_"; - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars["Int"]; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type _Meta_ = { - __typename?: "_Meta_"; - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: _Block_; - /** The deployment ID */ - deployment: Scalars["String"]; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars["Boolean"]; -}; - -export enum _SubgraphErrorPolicy_ { - /** Data will be returned even if the subgraph has indexing errors */ - Allow = "allow", - /** If the subgraph has indexing errors, data will be omitted. The default. */ - Deny = "deny", -} diff --git a/function/generated/Treasury_Fantom/QmNUJtrE5Hiwj5eBeF5gSubY2vhuMdjaZnZsaq6vVY2aba/TokenRecord/TokenRecord.jsonschema b/function/generated/Treasury_Fantom/QmNUJtrE5Hiwj5eBeF5gSubY2vhuMdjaZnZsaq6vVY2aba/TokenRecord/TokenRecord.jsonschema deleted file mode 100644 index d22d846..0000000 --- a/function/generated/Treasury_Fantom/QmNUJtrE5Hiwj5eBeF5gSubY2vhuMdjaZnZsaq6vVY2aba/TokenRecord/TokenRecord.jsonschema +++ /dev/null @@ -1,62 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "type": "object", - "properties": { - "__typename": { - "type": "string", - "const": "TokenRecord" - }, - "id": { - "type": "string" - }, - "block": { - "type": "string" - }, - "timestamp": { - "type": "string" - }, - "date": { - "type": "string" - }, - "token": { - "type": "string" - }, - "tokenAddress": { - "type": "string" - }, - "source": { - "type": "string" - }, - "sourceAddress": { - "type": "string" - }, - "rate": { - "type": "string" - }, - "balance": { - "type": "string" - }, - "multiplier": { - "type": "string" - }, - "value": { - "type": "string" - }, - "valueExcludingOhm": { - "type": "string" - }, - "category": { - "type": "string" - }, - "isLiquid": { - "type": "boolean" - }, - "isBluechip": { - "type": "boolean" - }, - "blockchain": { - "type": "string" - } - }, - "additionalProperties": false -} \ No newline at end of file diff --git a/function/generated/Treasury_Fantom/QmNUJtrE5Hiwj5eBeF5gSubY2vhuMdjaZnZsaq6vVY2aba/TokenRecord/TokenRecord_schema.json b/function/generated/Treasury_Fantom/QmNUJtrE5Hiwj5eBeF5gSubY2vhuMdjaZnZsaq6vVY2aba/TokenRecord/TokenRecord_schema.json deleted file mode 100644 index a767ca4..0000000 --- a/function/generated/Treasury_Fantom/QmNUJtrE5Hiwj5eBeF5gSubY2vhuMdjaZnZsaq6vVY2aba/TokenRecord/TokenRecord_schema.json +++ /dev/null @@ -1,92 +0,0 @@ -[ - { - "name": "__typename", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "id", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "block", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "timestamp", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "date", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "token", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "tokenAddress", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "source", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "sourceAddress", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "rate", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "balance", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "multiplier", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "value", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "valueExcludingOhm", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "category", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "isLiquid", - "type": "BOOLEAN", - "mode": "NULLABLE" - }, - { - "name": "isBluechip", - "type": "BOOLEAN", - "mode": "NULLABLE" - }, - { - "name": "blockchain", - "type": "STRING", - "mode": "NULLABLE" - } -] diff --git a/function/generated/Treasury_Fantom/QmNUJtrE5Hiwj5eBeF5gSubY2vhuMdjaZnZsaq6vVY2aba/TokenRecord/TokenRecord_types.ts b/function/generated/Treasury_Fantom/QmNUJtrE5Hiwj5eBeF5gSubY2vhuMdjaZnZsaq6vVY2aba/TokenRecord/TokenRecord_types.ts deleted file mode 100644 index 25fd65c..0000000 --- a/function/generated/Treasury_Fantom/QmNUJtrE5Hiwj5eBeF5gSubY2vhuMdjaZnZsaq6vVY2aba/TokenRecord/TokenRecord_types.ts +++ /dev/null @@ -1,1827 +0,0 @@ -export type Maybe = T | null | undefined; -export type InputMaybe = T | null | undefined; -export type Exact = { [K in keyof T]: T[K] }; -export type MakeOptional = Omit & { [SubKey in K]?: Maybe }; -export type MakeMaybe = Omit & { [SubKey in K]: Maybe }; -/** All built-in and custom scalars, mapped to their actual values */ -export type Scalars = { - ID: string; - String: string; - Boolean: boolean; - Int: number; - Float: number; - BigDecimal: string; - BigInt: string; - Bytes: string; - /** - * 8 bytes signed integer - * - */ - Int8: string; - /** - * A string representation of microseconds UNIX timestamp (16 digits) - * - */ - Timestamp: string; -}; - -export enum Aggregation_Interval { - Hour = "hour", - Day = "day", -} - -export type BalancerPoolSnapshot = { - __typename?: "BalancerPoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - pool: Scalars["Bytes"]; - poolToken: Scalars["Bytes"]; - decimals: Scalars["Int"]; - totalSupply: Scalars["BigDecimal"]; - tokens: Array; - balances: Array; - weights: Array; -}; - -export type BalancerPoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_not_contains?: InputMaybe; - poolToken?: InputMaybe; - poolToken_not?: InputMaybe; - poolToken_gt?: InputMaybe; - poolToken_lt?: InputMaybe; - poolToken_gte?: InputMaybe; - poolToken_lte?: InputMaybe; - poolToken_in?: InputMaybe>; - poolToken_not_in?: InputMaybe>; - poolToken_contains?: InputMaybe; - poolToken_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - tokens?: InputMaybe>; - tokens_not?: InputMaybe>; - tokens_contains?: InputMaybe>; - tokens_contains_nocase?: InputMaybe>; - tokens_not_contains?: InputMaybe>; - tokens_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - weights?: InputMaybe>; - weights_not?: InputMaybe>; - weights_contains?: InputMaybe>; - weights_contains_nocase?: InputMaybe>; - weights_not_contains?: InputMaybe>; - weights_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum BalancerPoolSnapshot_OrderBy { - Id = "id", - Block = "block", - Pool = "pool", - PoolToken = "poolToken", - Decimals = "decimals", - TotalSupply = "totalSupply", - Tokens = "tokens", - Balances = "balances", - Weights = "weights", -} - -export type BlockChangedFilter = { - number_gte: Scalars["Int"]; -}; - -export type Block_Height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type Erc20TokenSnapshot = { - __typename?: "ERC20TokenSnapshot"; - id: Scalars["Bytes"]; - address: Scalars["Bytes"]; - decimals: Scalars["Int"]; - totalSupply?: Maybe; -}; - -export type Erc20TokenSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum Erc20TokenSnapshot_OrderBy { - Id = "id", - Address = "address", - Decimals = "decimals", - TotalSupply = "totalSupply", -} - -export type GnosisAuction = { - __typename?: "GnosisAuction"; - id: Scalars["ID"]; - auctionOpenTimestamp: Scalars["BigInt"]; - payoutCapacity: Scalars["BigDecimal"]; - termSeconds: Scalars["BigInt"]; - bidQuantity?: Maybe; - auctionCloseTimestamp?: Maybe; -}; - -export type GnosisAuctionRoot = { - __typename?: "GnosisAuctionRoot"; - id: Scalars["ID"]; - markets: Array; -}; - -export type GnosisAuctionRoot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - markets?: InputMaybe>; - markets_not?: InputMaybe>; - markets_contains?: InputMaybe>; - markets_contains_nocase?: InputMaybe>; - markets_not_contains?: InputMaybe>; - markets_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum GnosisAuctionRoot_OrderBy { - Id = "id", - Markets = "markets", -} - -export type GnosisAuction_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - auctionOpenTimestamp?: InputMaybe; - auctionOpenTimestamp_not?: InputMaybe; - auctionOpenTimestamp_gt?: InputMaybe; - auctionOpenTimestamp_lt?: InputMaybe; - auctionOpenTimestamp_gte?: InputMaybe; - auctionOpenTimestamp_lte?: InputMaybe; - auctionOpenTimestamp_in?: InputMaybe>; - auctionOpenTimestamp_not_in?: InputMaybe>; - payoutCapacity?: InputMaybe; - payoutCapacity_not?: InputMaybe; - payoutCapacity_gt?: InputMaybe; - payoutCapacity_lt?: InputMaybe; - payoutCapacity_gte?: InputMaybe; - payoutCapacity_lte?: InputMaybe; - payoutCapacity_in?: InputMaybe>; - payoutCapacity_not_in?: InputMaybe>; - termSeconds?: InputMaybe; - termSeconds_not?: InputMaybe; - termSeconds_gt?: InputMaybe; - termSeconds_lt?: InputMaybe; - termSeconds_gte?: InputMaybe; - termSeconds_lte?: InputMaybe; - termSeconds_in?: InputMaybe>; - termSeconds_not_in?: InputMaybe>; - bidQuantity?: InputMaybe; - bidQuantity_not?: InputMaybe; - bidQuantity_gt?: InputMaybe; - bidQuantity_lt?: InputMaybe; - bidQuantity_gte?: InputMaybe; - bidQuantity_lte?: InputMaybe; - bidQuantity_in?: InputMaybe>; - bidQuantity_not_in?: InputMaybe>; - auctionCloseTimestamp?: InputMaybe; - auctionCloseTimestamp_not?: InputMaybe; - auctionCloseTimestamp_gt?: InputMaybe; - auctionCloseTimestamp_lt?: InputMaybe; - auctionCloseTimestamp_gte?: InputMaybe; - auctionCloseTimestamp_lte?: InputMaybe; - auctionCloseTimestamp_in?: InputMaybe>; - auctionCloseTimestamp_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum GnosisAuction_OrderBy { - Id = "id", - AuctionOpenTimestamp = "auctionOpenTimestamp", - PayoutCapacity = "payoutCapacity", - TermSeconds = "termSeconds", - BidQuantity = "bidQuantity", - AuctionCloseTimestamp = "auctionCloseTimestamp", -} - -/** Defines the order direction, either ascending or descending */ -export enum OrderDirection { - Asc = "asc", - Desc = "desc", -} - -export type PoolSnapshot = { - __typename?: "PoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - pool: Scalars["Bytes"]; - poolToken?: Maybe; - decimals: Scalars["Int"]; - totalSupply: Scalars["BigDecimal"]; - tokens: Array; - balances: Array; - weights?: Maybe>; -}; - -export type PoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_not_contains?: InputMaybe; - poolToken?: InputMaybe; - poolToken_not?: InputMaybe; - poolToken_gt?: InputMaybe; - poolToken_lt?: InputMaybe; - poolToken_gte?: InputMaybe; - poolToken_lte?: InputMaybe; - poolToken_in?: InputMaybe>; - poolToken_not_in?: InputMaybe>; - poolToken_contains?: InputMaybe; - poolToken_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - tokens?: InputMaybe>; - tokens_not?: InputMaybe>; - tokens_contains?: InputMaybe>; - tokens_contains_nocase?: InputMaybe>; - tokens_not_contains?: InputMaybe>; - tokens_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - weights?: InputMaybe>; - weights_not?: InputMaybe>; - weights_contains?: InputMaybe>; - weights_contains_nocase?: InputMaybe>; - weights_not_contains?: InputMaybe>; - weights_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum PoolSnapshot_OrderBy { - Id = "id", - Block = "block", - Pool = "pool", - PoolToken = "poolToken", - Decimals = "decimals", - TotalSupply = "totalSupply", - Tokens = "tokens", - Balances = "balances", - Weights = "weights", -} - -export type PriceSnapshot = { - __typename?: "PriceSnapshot"; - id: Scalars["ID"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - priceOhm: Scalars["BigDecimal"]; - priceGOhm: Scalars["BigDecimal"]; -}; - -export type PriceSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - priceOhm?: InputMaybe; - priceOhm_not?: InputMaybe; - priceOhm_gt?: InputMaybe; - priceOhm_lt?: InputMaybe; - priceOhm_gte?: InputMaybe; - priceOhm_lte?: InputMaybe; - priceOhm_in?: InputMaybe>; - priceOhm_not_in?: InputMaybe>; - priceGOhm?: InputMaybe; - priceGOhm_not?: InputMaybe; - priceGOhm_gt?: InputMaybe; - priceGOhm_lt?: InputMaybe; - priceGOhm_gte?: InputMaybe; - priceGOhm_lte?: InputMaybe; - priceGOhm_in?: InputMaybe>; - priceGOhm_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum PriceSnapshot_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - PriceOhm = "priceOhm", - PriceGOhm = "priceGOhm", -} - -export type ProtocolMetric = { - __typename?: "ProtocolMetric"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - currentAPY: Scalars["BigDecimal"]; - currentIndex: Scalars["BigDecimal"]; - date: Scalars["String"]; - gOhmPrice: Scalars["BigDecimal"]; - gOhmSyntheticSupply?: Maybe; - gOhmTotalSupply: Scalars["BigDecimal"]; - marketCap?: Maybe; - nextDistributedOhm: Scalars["BigDecimal"]; - nextEpochRebase: Scalars["BigDecimal"]; - ohmCirculatingSupply?: Maybe; - ohmFloatingSupply?: Maybe; - ohmPrice: Scalars["BigDecimal"]; - ohmTotalSupply: Scalars["BigDecimal"]; - sOhmCirculatingSupply: Scalars["BigDecimal"]; - timestamp: Scalars["BigInt"]; - totalValueLocked: Scalars["BigDecimal"]; - treasuryLiquidBacking?: Maybe; - treasuryLiquidBackingPerGOhmSynthetic?: Maybe; - treasuryLiquidBackingPerOhmFloating?: Maybe; - treasuryMarketValue?: Maybe; -}; - -export type ProtocolMetric_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - currentAPY?: InputMaybe; - currentAPY_not?: InputMaybe; - currentAPY_gt?: InputMaybe; - currentAPY_lt?: InputMaybe; - currentAPY_gte?: InputMaybe; - currentAPY_lte?: InputMaybe; - currentAPY_in?: InputMaybe>; - currentAPY_not_in?: InputMaybe>; - currentIndex?: InputMaybe; - currentIndex_not?: InputMaybe; - currentIndex_gt?: InputMaybe; - currentIndex_lt?: InputMaybe; - currentIndex_gte?: InputMaybe; - currentIndex_lte?: InputMaybe; - currentIndex_in?: InputMaybe>; - currentIndex_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - gOhmPrice?: InputMaybe; - gOhmPrice_not?: InputMaybe; - gOhmPrice_gt?: InputMaybe; - gOhmPrice_lt?: InputMaybe; - gOhmPrice_gte?: InputMaybe; - gOhmPrice_lte?: InputMaybe; - gOhmPrice_in?: InputMaybe>; - gOhmPrice_not_in?: InputMaybe>; - gOhmSyntheticSupply?: InputMaybe; - gOhmSyntheticSupply_not?: InputMaybe; - gOhmSyntheticSupply_gt?: InputMaybe; - gOhmSyntheticSupply_lt?: InputMaybe; - gOhmSyntheticSupply_gte?: InputMaybe; - gOhmSyntheticSupply_lte?: InputMaybe; - gOhmSyntheticSupply_in?: InputMaybe>; - gOhmSyntheticSupply_not_in?: InputMaybe>; - gOhmTotalSupply?: InputMaybe; - gOhmTotalSupply_not?: InputMaybe; - gOhmTotalSupply_gt?: InputMaybe; - gOhmTotalSupply_lt?: InputMaybe; - gOhmTotalSupply_gte?: InputMaybe; - gOhmTotalSupply_lte?: InputMaybe; - gOhmTotalSupply_in?: InputMaybe>; - gOhmTotalSupply_not_in?: InputMaybe>; - marketCap?: InputMaybe; - marketCap_not?: InputMaybe; - marketCap_gt?: InputMaybe; - marketCap_lt?: InputMaybe; - marketCap_gte?: InputMaybe; - marketCap_lte?: InputMaybe; - marketCap_in?: InputMaybe>; - marketCap_not_in?: InputMaybe>; - nextDistributedOhm?: InputMaybe; - nextDistributedOhm_not?: InputMaybe; - nextDistributedOhm_gt?: InputMaybe; - nextDistributedOhm_lt?: InputMaybe; - nextDistributedOhm_gte?: InputMaybe; - nextDistributedOhm_lte?: InputMaybe; - nextDistributedOhm_in?: InputMaybe>; - nextDistributedOhm_not_in?: InputMaybe>; - nextEpochRebase?: InputMaybe; - nextEpochRebase_not?: InputMaybe; - nextEpochRebase_gt?: InputMaybe; - nextEpochRebase_lt?: InputMaybe; - nextEpochRebase_gte?: InputMaybe; - nextEpochRebase_lte?: InputMaybe; - nextEpochRebase_in?: InputMaybe>; - nextEpochRebase_not_in?: InputMaybe>; - ohmCirculatingSupply?: InputMaybe; - ohmCirculatingSupply_not?: InputMaybe; - ohmCirculatingSupply_gt?: InputMaybe; - ohmCirculatingSupply_lt?: InputMaybe; - ohmCirculatingSupply_gte?: InputMaybe; - ohmCirculatingSupply_lte?: InputMaybe; - ohmCirculatingSupply_in?: InputMaybe>; - ohmCirculatingSupply_not_in?: InputMaybe>; - ohmFloatingSupply?: InputMaybe; - ohmFloatingSupply_not?: InputMaybe; - ohmFloatingSupply_gt?: InputMaybe; - ohmFloatingSupply_lt?: InputMaybe; - ohmFloatingSupply_gte?: InputMaybe; - ohmFloatingSupply_lte?: InputMaybe; - ohmFloatingSupply_in?: InputMaybe>; - ohmFloatingSupply_not_in?: InputMaybe>; - ohmPrice?: InputMaybe; - ohmPrice_not?: InputMaybe; - ohmPrice_gt?: InputMaybe; - ohmPrice_lt?: InputMaybe; - ohmPrice_gte?: InputMaybe; - ohmPrice_lte?: InputMaybe; - ohmPrice_in?: InputMaybe>; - ohmPrice_not_in?: InputMaybe>; - ohmTotalSupply?: InputMaybe; - ohmTotalSupply_not?: InputMaybe; - ohmTotalSupply_gt?: InputMaybe; - ohmTotalSupply_lt?: InputMaybe; - ohmTotalSupply_gte?: InputMaybe; - ohmTotalSupply_lte?: InputMaybe; - ohmTotalSupply_in?: InputMaybe>; - ohmTotalSupply_not_in?: InputMaybe>; - sOhmCirculatingSupply?: InputMaybe; - sOhmCirculatingSupply_not?: InputMaybe; - sOhmCirculatingSupply_gt?: InputMaybe; - sOhmCirculatingSupply_lt?: InputMaybe; - sOhmCirculatingSupply_gte?: InputMaybe; - sOhmCirculatingSupply_lte?: InputMaybe; - sOhmCirculatingSupply_in?: InputMaybe>; - sOhmCirculatingSupply_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - totalValueLocked?: InputMaybe; - totalValueLocked_not?: InputMaybe; - totalValueLocked_gt?: InputMaybe; - totalValueLocked_lt?: InputMaybe; - totalValueLocked_gte?: InputMaybe; - totalValueLocked_lte?: InputMaybe; - totalValueLocked_in?: InputMaybe>; - totalValueLocked_not_in?: InputMaybe>; - treasuryLiquidBacking?: InputMaybe; - treasuryLiquidBacking_not?: InputMaybe; - treasuryLiquidBacking_gt?: InputMaybe; - treasuryLiquidBacking_lt?: InputMaybe; - treasuryLiquidBacking_gte?: InputMaybe; - treasuryLiquidBacking_lte?: InputMaybe; - treasuryLiquidBacking_in?: InputMaybe>; - treasuryLiquidBacking_not_in?: InputMaybe>; - treasuryLiquidBackingPerGOhmSynthetic?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_not?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_gt?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_lt?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_gte?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_lte?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_in?: InputMaybe>; - treasuryLiquidBackingPerGOhmSynthetic_not_in?: InputMaybe>; - treasuryLiquidBackingPerOhmFloating?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_not?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_gt?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_lt?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_gte?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_lte?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_in?: InputMaybe>; - treasuryLiquidBackingPerOhmFloating_not_in?: InputMaybe>; - treasuryMarketValue?: InputMaybe; - treasuryMarketValue_not?: InputMaybe; - treasuryMarketValue_gt?: InputMaybe; - treasuryMarketValue_lt?: InputMaybe; - treasuryMarketValue_gte?: InputMaybe; - treasuryMarketValue_lte?: InputMaybe; - treasuryMarketValue_in?: InputMaybe>; - treasuryMarketValue_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum ProtocolMetric_OrderBy { - Id = "id", - Block = "block", - CurrentApy = "currentAPY", - CurrentIndex = "currentIndex", - Date = "date", - GOhmPrice = "gOhmPrice", - GOhmSyntheticSupply = "gOhmSyntheticSupply", - GOhmTotalSupply = "gOhmTotalSupply", - MarketCap = "marketCap", - NextDistributedOhm = "nextDistributedOhm", - NextEpochRebase = "nextEpochRebase", - OhmCirculatingSupply = "ohmCirculatingSupply", - OhmFloatingSupply = "ohmFloatingSupply", - OhmPrice = "ohmPrice", - OhmTotalSupply = "ohmTotalSupply", - SOhmCirculatingSupply = "sOhmCirculatingSupply", - Timestamp = "timestamp", - TotalValueLocked = "totalValueLocked", - TreasuryLiquidBacking = "treasuryLiquidBacking", - TreasuryLiquidBackingPerGOhmSynthetic = "treasuryLiquidBackingPerGOhmSynthetic", - TreasuryLiquidBackingPerOhmFloating = "treasuryLiquidBackingPerOhmFloating", - TreasuryMarketValue = "treasuryMarketValue", -} - -export type Query = { - __typename?: "Query"; - protocolMetric?: Maybe; - protocolMetrics: Array; - tokenRecord?: Maybe; - tokenRecords: Array; - tokenSupply?: Maybe; - tokenSupplies: Array; - priceSnapshot?: Maybe; - priceSnapshots: Array; - gnosisAuctionRoot?: Maybe; - gnosisAuctionRoots: Array; - gnosisAuction?: Maybe; - gnosisAuctions: Array; - erc20TokenSnapshot?: Maybe; - erc20TokenSnapshots: Array; - balancerPoolSnapshot?: Maybe; - balancerPoolSnapshots: Array; - poolSnapshot?: Maybe; - poolSnapshots: Array; - tokenPriceSnapshot?: Maybe; - tokenPriceSnapshots: Array; - stakingPoolSnapshot?: Maybe; - stakingPoolSnapshots: Array; - /** Access to subgraph metadata */ - _meta?: Maybe<_Meta_>; -}; - -export type QueryProtocolMetricArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryProtocolMetricsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenRecordArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenRecordsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenSupplyArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenSuppliesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionRootArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryErc20TokenSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryErc20TokenSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryBalancerPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryBalancerPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryStakingPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryStakingPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type Query_MetaArgs = { - block?: InputMaybe; -}; - -export type StakingPoolSnapshot = { - __typename?: "StakingPoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - contractAddress: Scalars["Bytes"]; - stakingToken?: Maybe; -}; - -export type StakingPoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - contractAddress?: InputMaybe; - contractAddress_not?: InputMaybe; - contractAddress_gt?: InputMaybe; - contractAddress_lt?: InputMaybe; - contractAddress_gte?: InputMaybe; - contractAddress_lte?: InputMaybe; - contractAddress_in?: InputMaybe>; - contractAddress_not_in?: InputMaybe>; - contractAddress_contains?: InputMaybe; - contractAddress_not_contains?: InputMaybe; - stakingToken?: InputMaybe; - stakingToken_not?: InputMaybe; - stakingToken_gt?: InputMaybe; - stakingToken_lt?: InputMaybe; - stakingToken_gte?: InputMaybe; - stakingToken_lte?: InputMaybe; - stakingToken_in?: InputMaybe>; - stakingToken_not_in?: InputMaybe>; - stakingToken_contains?: InputMaybe; - stakingToken_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum StakingPoolSnapshot_OrderBy { - Id = "id", - Block = "block", - ContractAddress = "contractAddress", - StakingToken = "stakingToken", -} - -export type Subscription = { - __typename?: "Subscription"; - protocolMetric?: Maybe; - protocolMetrics: Array; - tokenRecord?: Maybe; - tokenRecords: Array; - tokenSupply?: Maybe; - tokenSupplies: Array; - priceSnapshot?: Maybe; - priceSnapshots: Array; - gnosisAuctionRoot?: Maybe; - gnosisAuctionRoots: Array; - gnosisAuction?: Maybe; - gnosisAuctions: Array; - erc20TokenSnapshot?: Maybe; - erc20TokenSnapshots: Array; - balancerPoolSnapshot?: Maybe; - balancerPoolSnapshots: Array; - poolSnapshot?: Maybe; - poolSnapshots: Array; - tokenPriceSnapshot?: Maybe; - tokenPriceSnapshots: Array; - stakingPoolSnapshot?: Maybe; - stakingPoolSnapshots: Array; - /** Access to subgraph metadata */ - _meta?: Maybe<_Meta_>; -}; - -export type SubscriptionProtocolMetricArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionProtocolMetricsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenRecordArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenRecordsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenSupplyArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenSuppliesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionRootArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionErc20TokenSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionErc20TokenSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionBalancerPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionBalancerPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionStakingPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionStakingPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type Subscription_MetaArgs = { - block?: InputMaybe; -}; - -export type TokenPriceSnapshot = { - __typename?: "TokenPriceSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - token: Scalars["Bytes"]; - price: Scalars["BigDecimal"]; -}; - -export type TokenPriceSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_not_contains?: InputMaybe; - price?: InputMaybe; - price_not?: InputMaybe; - price_gt?: InputMaybe; - price_lt?: InputMaybe; - price_gte?: InputMaybe; - price_lte?: InputMaybe; - price_in?: InputMaybe>; - price_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenPriceSnapshot_OrderBy { - Id = "id", - Block = "block", - Token = "token", - Price = "price", -} - -export type TokenRecord = { - __typename?: "TokenRecord"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - token: Scalars["String"]; - tokenAddress: Scalars["String"]; - source: Scalars["String"]; - sourceAddress: Scalars["String"]; - rate: Scalars["BigDecimal"]; - balance: Scalars["BigDecimal"]; - multiplier: Scalars["BigDecimal"]; - value: Scalars["BigDecimal"]; - valueExcludingOhm: Scalars["BigDecimal"]; - category: Scalars["String"]; - isLiquid: Scalars["Boolean"]; - isBluechip: Scalars["Boolean"]; - blockchain: Scalars["String"]; -}; - -export type TokenRecord_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - tokenAddress?: InputMaybe; - tokenAddress_not?: InputMaybe; - tokenAddress_gt?: InputMaybe; - tokenAddress_lt?: InputMaybe; - tokenAddress_gte?: InputMaybe; - tokenAddress_lte?: InputMaybe; - tokenAddress_in?: InputMaybe>; - tokenAddress_not_in?: InputMaybe>; - tokenAddress_contains?: InputMaybe; - tokenAddress_contains_nocase?: InputMaybe; - tokenAddress_not_contains?: InputMaybe; - tokenAddress_not_contains_nocase?: InputMaybe; - tokenAddress_starts_with?: InputMaybe; - tokenAddress_starts_with_nocase?: InputMaybe; - tokenAddress_not_starts_with?: InputMaybe; - tokenAddress_not_starts_with_nocase?: InputMaybe; - tokenAddress_ends_with?: InputMaybe; - tokenAddress_ends_with_nocase?: InputMaybe; - tokenAddress_not_ends_with?: InputMaybe; - tokenAddress_not_ends_with_nocase?: InputMaybe; - source?: InputMaybe; - source_not?: InputMaybe; - source_gt?: InputMaybe; - source_lt?: InputMaybe; - source_gte?: InputMaybe; - source_lte?: InputMaybe; - source_in?: InputMaybe>; - source_not_in?: InputMaybe>; - source_contains?: InputMaybe; - source_contains_nocase?: InputMaybe; - source_not_contains?: InputMaybe; - source_not_contains_nocase?: InputMaybe; - source_starts_with?: InputMaybe; - source_starts_with_nocase?: InputMaybe; - source_not_starts_with?: InputMaybe; - source_not_starts_with_nocase?: InputMaybe; - source_ends_with?: InputMaybe; - source_ends_with_nocase?: InputMaybe; - source_not_ends_with?: InputMaybe; - source_not_ends_with_nocase?: InputMaybe; - sourceAddress?: InputMaybe; - sourceAddress_not?: InputMaybe; - sourceAddress_gt?: InputMaybe; - sourceAddress_lt?: InputMaybe; - sourceAddress_gte?: InputMaybe; - sourceAddress_lte?: InputMaybe; - sourceAddress_in?: InputMaybe>; - sourceAddress_not_in?: InputMaybe>; - sourceAddress_contains?: InputMaybe; - sourceAddress_contains_nocase?: InputMaybe; - sourceAddress_not_contains?: InputMaybe; - sourceAddress_not_contains_nocase?: InputMaybe; - sourceAddress_starts_with?: InputMaybe; - sourceAddress_starts_with_nocase?: InputMaybe; - sourceAddress_not_starts_with?: InputMaybe; - sourceAddress_not_starts_with_nocase?: InputMaybe; - sourceAddress_ends_with?: InputMaybe; - sourceAddress_ends_with_nocase?: InputMaybe; - sourceAddress_not_ends_with?: InputMaybe; - sourceAddress_not_ends_with_nocase?: InputMaybe; - rate?: InputMaybe; - rate_not?: InputMaybe; - rate_gt?: InputMaybe; - rate_lt?: InputMaybe; - rate_gte?: InputMaybe; - rate_lte?: InputMaybe; - rate_in?: InputMaybe>; - rate_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - multiplier?: InputMaybe; - multiplier_not?: InputMaybe; - multiplier_gt?: InputMaybe; - multiplier_lt?: InputMaybe; - multiplier_gte?: InputMaybe; - multiplier_lte?: InputMaybe; - multiplier_in?: InputMaybe>; - multiplier_not_in?: InputMaybe>; - value?: InputMaybe; - value_not?: InputMaybe; - value_gt?: InputMaybe; - value_lt?: InputMaybe; - value_gte?: InputMaybe; - value_lte?: InputMaybe; - value_in?: InputMaybe>; - value_not_in?: InputMaybe>; - valueExcludingOhm?: InputMaybe; - valueExcludingOhm_not?: InputMaybe; - valueExcludingOhm_gt?: InputMaybe; - valueExcludingOhm_lt?: InputMaybe; - valueExcludingOhm_gte?: InputMaybe; - valueExcludingOhm_lte?: InputMaybe; - valueExcludingOhm_in?: InputMaybe>; - valueExcludingOhm_not_in?: InputMaybe>; - category?: InputMaybe; - category_not?: InputMaybe; - category_gt?: InputMaybe; - category_lt?: InputMaybe; - category_gte?: InputMaybe; - category_lte?: InputMaybe; - category_in?: InputMaybe>; - category_not_in?: InputMaybe>; - category_contains?: InputMaybe; - category_contains_nocase?: InputMaybe; - category_not_contains?: InputMaybe; - category_not_contains_nocase?: InputMaybe; - category_starts_with?: InputMaybe; - category_starts_with_nocase?: InputMaybe; - category_not_starts_with?: InputMaybe; - category_not_starts_with_nocase?: InputMaybe; - category_ends_with?: InputMaybe; - category_ends_with_nocase?: InputMaybe; - category_not_ends_with?: InputMaybe; - category_not_ends_with_nocase?: InputMaybe; - isLiquid?: InputMaybe; - isLiquid_not?: InputMaybe; - isLiquid_in?: InputMaybe>; - isLiquid_not_in?: InputMaybe>; - isBluechip?: InputMaybe; - isBluechip_not?: InputMaybe; - isBluechip_in?: InputMaybe>; - isBluechip_not_in?: InputMaybe>; - blockchain?: InputMaybe; - blockchain_not?: InputMaybe; - blockchain_gt?: InputMaybe; - blockchain_lt?: InputMaybe; - blockchain_gte?: InputMaybe; - blockchain_lte?: InputMaybe; - blockchain_in?: InputMaybe>; - blockchain_not_in?: InputMaybe>; - blockchain_contains?: InputMaybe; - blockchain_contains_nocase?: InputMaybe; - blockchain_not_contains?: InputMaybe; - blockchain_not_contains_nocase?: InputMaybe; - blockchain_starts_with?: InputMaybe; - blockchain_starts_with_nocase?: InputMaybe; - blockchain_not_starts_with?: InputMaybe; - blockchain_not_starts_with_nocase?: InputMaybe; - blockchain_ends_with?: InputMaybe; - blockchain_ends_with_nocase?: InputMaybe; - blockchain_not_ends_with?: InputMaybe; - blockchain_not_ends_with_nocase?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenRecord_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - Token = "token", - TokenAddress = "tokenAddress", - Source = "source", - SourceAddress = "sourceAddress", - Rate = "rate", - Balance = "balance", - Multiplier = "multiplier", - Value = "value", - ValueExcludingOhm = "valueExcludingOhm", - Category = "category", - IsLiquid = "isLiquid", - IsBluechip = "isBluechip", - Blockchain = "blockchain", -} - -export type TokenSupply = { - __typename?: "TokenSupply"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - token: Scalars["String"]; - tokenAddress: Scalars["String"]; - pool?: Maybe; - poolAddress?: Maybe; - source?: Maybe; - sourceAddress?: Maybe; - type: Scalars["String"]; - balance: Scalars["BigDecimal"]; - supplyBalance: Scalars["BigDecimal"]; -}; - -export type TokenSupply_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - tokenAddress?: InputMaybe; - tokenAddress_not?: InputMaybe; - tokenAddress_gt?: InputMaybe; - tokenAddress_lt?: InputMaybe; - tokenAddress_gte?: InputMaybe; - tokenAddress_lte?: InputMaybe; - tokenAddress_in?: InputMaybe>; - tokenAddress_not_in?: InputMaybe>; - tokenAddress_contains?: InputMaybe; - tokenAddress_contains_nocase?: InputMaybe; - tokenAddress_not_contains?: InputMaybe; - tokenAddress_not_contains_nocase?: InputMaybe; - tokenAddress_starts_with?: InputMaybe; - tokenAddress_starts_with_nocase?: InputMaybe; - tokenAddress_not_starts_with?: InputMaybe; - tokenAddress_not_starts_with_nocase?: InputMaybe; - tokenAddress_ends_with?: InputMaybe; - tokenAddress_ends_with_nocase?: InputMaybe; - tokenAddress_not_ends_with?: InputMaybe; - tokenAddress_not_ends_with_nocase?: InputMaybe; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_contains_nocase?: InputMaybe; - pool_not_contains?: InputMaybe; - pool_not_contains_nocase?: InputMaybe; - pool_starts_with?: InputMaybe; - pool_starts_with_nocase?: InputMaybe; - pool_not_starts_with?: InputMaybe; - pool_not_starts_with_nocase?: InputMaybe; - pool_ends_with?: InputMaybe; - pool_ends_with_nocase?: InputMaybe; - pool_not_ends_with?: InputMaybe; - pool_not_ends_with_nocase?: InputMaybe; - poolAddress?: InputMaybe; - poolAddress_not?: InputMaybe; - poolAddress_gt?: InputMaybe; - poolAddress_lt?: InputMaybe; - poolAddress_gte?: InputMaybe; - poolAddress_lte?: InputMaybe; - poolAddress_in?: InputMaybe>; - poolAddress_not_in?: InputMaybe>; - poolAddress_contains?: InputMaybe; - poolAddress_contains_nocase?: InputMaybe; - poolAddress_not_contains?: InputMaybe; - poolAddress_not_contains_nocase?: InputMaybe; - poolAddress_starts_with?: InputMaybe; - poolAddress_starts_with_nocase?: InputMaybe; - poolAddress_not_starts_with?: InputMaybe; - poolAddress_not_starts_with_nocase?: InputMaybe; - poolAddress_ends_with?: InputMaybe; - poolAddress_ends_with_nocase?: InputMaybe; - poolAddress_not_ends_with?: InputMaybe; - poolAddress_not_ends_with_nocase?: InputMaybe; - source?: InputMaybe; - source_not?: InputMaybe; - source_gt?: InputMaybe; - source_lt?: InputMaybe; - source_gte?: InputMaybe; - source_lte?: InputMaybe; - source_in?: InputMaybe>; - source_not_in?: InputMaybe>; - source_contains?: InputMaybe; - source_contains_nocase?: InputMaybe; - source_not_contains?: InputMaybe; - source_not_contains_nocase?: InputMaybe; - source_starts_with?: InputMaybe; - source_starts_with_nocase?: InputMaybe; - source_not_starts_with?: InputMaybe; - source_not_starts_with_nocase?: InputMaybe; - source_ends_with?: InputMaybe; - source_ends_with_nocase?: InputMaybe; - source_not_ends_with?: InputMaybe; - source_not_ends_with_nocase?: InputMaybe; - sourceAddress?: InputMaybe; - sourceAddress_not?: InputMaybe; - sourceAddress_gt?: InputMaybe; - sourceAddress_lt?: InputMaybe; - sourceAddress_gte?: InputMaybe; - sourceAddress_lte?: InputMaybe; - sourceAddress_in?: InputMaybe>; - sourceAddress_not_in?: InputMaybe>; - sourceAddress_contains?: InputMaybe; - sourceAddress_contains_nocase?: InputMaybe; - sourceAddress_not_contains?: InputMaybe; - sourceAddress_not_contains_nocase?: InputMaybe; - sourceAddress_starts_with?: InputMaybe; - sourceAddress_starts_with_nocase?: InputMaybe; - sourceAddress_not_starts_with?: InputMaybe; - sourceAddress_not_starts_with_nocase?: InputMaybe; - sourceAddress_ends_with?: InputMaybe; - sourceAddress_ends_with_nocase?: InputMaybe; - sourceAddress_not_ends_with?: InputMaybe; - sourceAddress_not_ends_with_nocase?: InputMaybe; - type?: InputMaybe; - type_not?: InputMaybe; - type_gt?: InputMaybe; - type_lt?: InputMaybe; - type_gte?: InputMaybe; - type_lte?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; - type_contains?: InputMaybe; - type_contains_nocase?: InputMaybe; - type_not_contains?: InputMaybe; - type_not_contains_nocase?: InputMaybe; - type_starts_with?: InputMaybe; - type_starts_with_nocase?: InputMaybe; - type_not_starts_with?: InputMaybe; - type_not_starts_with_nocase?: InputMaybe; - type_ends_with?: InputMaybe; - type_ends_with_nocase?: InputMaybe; - type_not_ends_with?: InputMaybe; - type_not_ends_with_nocase?: InputMaybe; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - supplyBalance?: InputMaybe; - supplyBalance_not?: InputMaybe; - supplyBalance_gt?: InputMaybe; - supplyBalance_lt?: InputMaybe; - supplyBalance_gte?: InputMaybe; - supplyBalance_lte?: InputMaybe; - supplyBalance_in?: InputMaybe>; - supplyBalance_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenSupply_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - Token = "token", - TokenAddress = "tokenAddress", - Pool = "pool", - PoolAddress = "poolAddress", - Source = "source", - SourceAddress = "sourceAddress", - Type = "type", - Balance = "balance", - SupplyBalance = "supplyBalance", -} - -export type _Block_ = { - __typename?: "_Block_"; - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars["Int"]; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type _Meta_ = { - __typename?: "_Meta_"; - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: _Block_; - /** The deployment ID */ - deployment: Scalars["String"]; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars["Boolean"]; -}; - -export enum _SubgraphErrorPolicy_ { - /** Data will be returned even if the subgraph has indexing errors */ - Allow = "allow", - /** If the subgraph has indexing errors, data will be omitted. The default. */ - Deny = "deny", -} diff --git a/function/generated/Treasury_Fantom/QmNUJtrE5Hiwj5eBeF5gSubY2vhuMdjaZnZsaq6vVY2aba/TokenSupply/TokenSupply.jsonschema b/function/generated/Treasury_Fantom/QmNUJtrE5Hiwj5eBeF5gSubY2vhuMdjaZnZsaq6vVY2aba/TokenSupply/TokenSupply.jsonschema deleted file mode 100644 index fe05049..0000000 --- a/function/generated/Treasury_Fantom/QmNUJtrE5Hiwj5eBeF5gSubY2vhuMdjaZnZsaq6vVY2aba/TokenSupply/TokenSupply.jsonschema +++ /dev/null @@ -1,62 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "type": "object", - "properties": { - "__typename": { - "type": "string", - "const": "TokenSupply" - }, - "id": { - "type": "string" - }, - "block": { - "type": "string" - }, - "timestamp": { - "type": "string" - }, - "date": { - "type": "string" - }, - "token": { - "type": "string" - }, - "tokenAddress": { - "type": "string" - }, - "pool": { - "type": [ - "string", - "null" - ] - }, - "poolAddress": { - "type": [ - "string", - "null" - ] - }, - "source": { - "type": [ - "string", - "null" - ] - }, - "sourceAddress": { - "type": [ - "string", - "null" - ] - }, - "type": { - "type": "string" - }, - "balance": { - "type": "string" - }, - "supplyBalance": { - "type": "string" - } - }, - "additionalProperties": false -} \ No newline at end of file diff --git a/function/generated/Treasury_Fantom/QmNUJtrE5Hiwj5eBeF5gSubY2vhuMdjaZnZsaq6vVY2aba/TokenSupply/TokenSupply_schema.json b/function/generated/Treasury_Fantom/QmNUJtrE5Hiwj5eBeF5gSubY2vhuMdjaZnZsaq6vVY2aba/TokenSupply/TokenSupply_schema.json deleted file mode 100644 index 87ab73b..0000000 --- a/function/generated/Treasury_Fantom/QmNUJtrE5Hiwj5eBeF5gSubY2vhuMdjaZnZsaq6vVY2aba/TokenSupply/TokenSupply_schema.json +++ /dev/null @@ -1,72 +0,0 @@ -[ - { - "name": "__typename", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "id", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "block", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "timestamp", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "date", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "token", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "tokenAddress", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "pool", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "poolAddress", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "source", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "sourceAddress", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "type", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "balance", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "supplyBalance", - "type": "STRING", - "mode": "NULLABLE" - } -] diff --git a/function/generated/Treasury_Fantom/QmNUJtrE5Hiwj5eBeF5gSubY2vhuMdjaZnZsaq6vVY2aba/TokenSupply/TokenSupply_types.ts b/function/generated/Treasury_Fantom/QmNUJtrE5Hiwj5eBeF5gSubY2vhuMdjaZnZsaq6vVY2aba/TokenSupply/TokenSupply_types.ts deleted file mode 100644 index 25fd65c..0000000 --- a/function/generated/Treasury_Fantom/QmNUJtrE5Hiwj5eBeF5gSubY2vhuMdjaZnZsaq6vVY2aba/TokenSupply/TokenSupply_types.ts +++ /dev/null @@ -1,1827 +0,0 @@ -export type Maybe = T | null | undefined; -export type InputMaybe = T | null | undefined; -export type Exact = { [K in keyof T]: T[K] }; -export type MakeOptional = Omit & { [SubKey in K]?: Maybe }; -export type MakeMaybe = Omit & { [SubKey in K]: Maybe }; -/** All built-in and custom scalars, mapped to their actual values */ -export type Scalars = { - ID: string; - String: string; - Boolean: boolean; - Int: number; - Float: number; - BigDecimal: string; - BigInt: string; - Bytes: string; - /** - * 8 bytes signed integer - * - */ - Int8: string; - /** - * A string representation of microseconds UNIX timestamp (16 digits) - * - */ - Timestamp: string; -}; - -export enum Aggregation_Interval { - Hour = "hour", - Day = "day", -} - -export type BalancerPoolSnapshot = { - __typename?: "BalancerPoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - pool: Scalars["Bytes"]; - poolToken: Scalars["Bytes"]; - decimals: Scalars["Int"]; - totalSupply: Scalars["BigDecimal"]; - tokens: Array; - balances: Array; - weights: Array; -}; - -export type BalancerPoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_not_contains?: InputMaybe; - poolToken?: InputMaybe; - poolToken_not?: InputMaybe; - poolToken_gt?: InputMaybe; - poolToken_lt?: InputMaybe; - poolToken_gte?: InputMaybe; - poolToken_lte?: InputMaybe; - poolToken_in?: InputMaybe>; - poolToken_not_in?: InputMaybe>; - poolToken_contains?: InputMaybe; - poolToken_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - tokens?: InputMaybe>; - tokens_not?: InputMaybe>; - tokens_contains?: InputMaybe>; - tokens_contains_nocase?: InputMaybe>; - tokens_not_contains?: InputMaybe>; - tokens_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - weights?: InputMaybe>; - weights_not?: InputMaybe>; - weights_contains?: InputMaybe>; - weights_contains_nocase?: InputMaybe>; - weights_not_contains?: InputMaybe>; - weights_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum BalancerPoolSnapshot_OrderBy { - Id = "id", - Block = "block", - Pool = "pool", - PoolToken = "poolToken", - Decimals = "decimals", - TotalSupply = "totalSupply", - Tokens = "tokens", - Balances = "balances", - Weights = "weights", -} - -export type BlockChangedFilter = { - number_gte: Scalars["Int"]; -}; - -export type Block_Height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type Erc20TokenSnapshot = { - __typename?: "ERC20TokenSnapshot"; - id: Scalars["Bytes"]; - address: Scalars["Bytes"]; - decimals: Scalars["Int"]; - totalSupply?: Maybe; -}; - -export type Erc20TokenSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum Erc20TokenSnapshot_OrderBy { - Id = "id", - Address = "address", - Decimals = "decimals", - TotalSupply = "totalSupply", -} - -export type GnosisAuction = { - __typename?: "GnosisAuction"; - id: Scalars["ID"]; - auctionOpenTimestamp: Scalars["BigInt"]; - payoutCapacity: Scalars["BigDecimal"]; - termSeconds: Scalars["BigInt"]; - bidQuantity?: Maybe; - auctionCloseTimestamp?: Maybe; -}; - -export type GnosisAuctionRoot = { - __typename?: "GnosisAuctionRoot"; - id: Scalars["ID"]; - markets: Array; -}; - -export type GnosisAuctionRoot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - markets?: InputMaybe>; - markets_not?: InputMaybe>; - markets_contains?: InputMaybe>; - markets_contains_nocase?: InputMaybe>; - markets_not_contains?: InputMaybe>; - markets_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum GnosisAuctionRoot_OrderBy { - Id = "id", - Markets = "markets", -} - -export type GnosisAuction_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - auctionOpenTimestamp?: InputMaybe; - auctionOpenTimestamp_not?: InputMaybe; - auctionOpenTimestamp_gt?: InputMaybe; - auctionOpenTimestamp_lt?: InputMaybe; - auctionOpenTimestamp_gte?: InputMaybe; - auctionOpenTimestamp_lte?: InputMaybe; - auctionOpenTimestamp_in?: InputMaybe>; - auctionOpenTimestamp_not_in?: InputMaybe>; - payoutCapacity?: InputMaybe; - payoutCapacity_not?: InputMaybe; - payoutCapacity_gt?: InputMaybe; - payoutCapacity_lt?: InputMaybe; - payoutCapacity_gte?: InputMaybe; - payoutCapacity_lte?: InputMaybe; - payoutCapacity_in?: InputMaybe>; - payoutCapacity_not_in?: InputMaybe>; - termSeconds?: InputMaybe; - termSeconds_not?: InputMaybe; - termSeconds_gt?: InputMaybe; - termSeconds_lt?: InputMaybe; - termSeconds_gte?: InputMaybe; - termSeconds_lte?: InputMaybe; - termSeconds_in?: InputMaybe>; - termSeconds_not_in?: InputMaybe>; - bidQuantity?: InputMaybe; - bidQuantity_not?: InputMaybe; - bidQuantity_gt?: InputMaybe; - bidQuantity_lt?: InputMaybe; - bidQuantity_gte?: InputMaybe; - bidQuantity_lte?: InputMaybe; - bidQuantity_in?: InputMaybe>; - bidQuantity_not_in?: InputMaybe>; - auctionCloseTimestamp?: InputMaybe; - auctionCloseTimestamp_not?: InputMaybe; - auctionCloseTimestamp_gt?: InputMaybe; - auctionCloseTimestamp_lt?: InputMaybe; - auctionCloseTimestamp_gte?: InputMaybe; - auctionCloseTimestamp_lte?: InputMaybe; - auctionCloseTimestamp_in?: InputMaybe>; - auctionCloseTimestamp_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum GnosisAuction_OrderBy { - Id = "id", - AuctionOpenTimestamp = "auctionOpenTimestamp", - PayoutCapacity = "payoutCapacity", - TermSeconds = "termSeconds", - BidQuantity = "bidQuantity", - AuctionCloseTimestamp = "auctionCloseTimestamp", -} - -/** Defines the order direction, either ascending or descending */ -export enum OrderDirection { - Asc = "asc", - Desc = "desc", -} - -export type PoolSnapshot = { - __typename?: "PoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - pool: Scalars["Bytes"]; - poolToken?: Maybe; - decimals: Scalars["Int"]; - totalSupply: Scalars["BigDecimal"]; - tokens: Array; - balances: Array; - weights?: Maybe>; -}; - -export type PoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_not_contains?: InputMaybe; - poolToken?: InputMaybe; - poolToken_not?: InputMaybe; - poolToken_gt?: InputMaybe; - poolToken_lt?: InputMaybe; - poolToken_gte?: InputMaybe; - poolToken_lte?: InputMaybe; - poolToken_in?: InputMaybe>; - poolToken_not_in?: InputMaybe>; - poolToken_contains?: InputMaybe; - poolToken_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - tokens?: InputMaybe>; - tokens_not?: InputMaybe>; - tokens_contains?: InputMaybe>; - tokens_contains_nocase?: InputMaybe>; - tokens_not_contains?: InputMaybe>; - tokens_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - weights?: InputMaybe>; - weights_not?: InputMaybe>; - weights_contains?: InputMaybe>; - weights_contains_nocase?: InputMaybe>; - weights_not_contains?: InputMaybe>; - weights_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum PoolSnapshot_OrderBy { - Id = "id", - Block = "block", - Pool = "pool", - PoolToken = "poolToken", - Decimals = "decimals", - TotalSupply = "totalSupply", - Tokens = "tokens", - Balances = "balances", - Weights = "weights", -} - -export type PriceSnapshot = { - __typename?: "PriceSnapshot"; - id: Scalars["ID"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - priceOhm: Scalars["BigDecimal"]; - priceGOhm: Scalars["BigDecimal"]; -}; - -export type PriceSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - priceOhm?: InputMaybe; - priceOhm_not?: InputMaybe; - priceOhm_gt?: InputMaybe; - priceOhm_lt?: InputMaybe; - priceOhm_gte?: InputMaybe; - priceOhm_lte?: InputMaybe; - priceOhm_in?: InputMaybe>; - priceOhm_not_in?: InputMaybe>; - priceGOhm?: InputMaybe; - priceGOhm_not?: InputMaybe; - priceGOhm_gt?: InputMaybe; - priceGOhm_lt?: InputMaybe; - priceGOhm_gte?: InputMaybe; - priceGOhm_lte?: InputMaybe; - priceGOhm_in?: InputMaybe>; - priceGOhm_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum PriceSnapshot_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - PriceOhm = "priceOhm", - PriceGOhm = "priceGOhm", -} - -export type ProtocolMetric = { - __typename?: "ProtocolMetric"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - currentAPY: Scalars["BigDecimal"]; - currentIndex: Scalars["BigDecimal"]; - date: Scalars["String"]; - gOhmPrice: Scalars["BigDecimal"]; - gOhmSyntheticSupply?: Maybe; - gOhmTotalSupply: Scalars["BigDecimal"]; - marketCap?: Maybe; - nextDistributedOhm: Scalars["BigDecimal"]; - nextEpochRebase: Scalars["BigDecimal"]; - ohmCirculatingSupply?: Maybe; - ohmFloatingSupply?: Maybe; - ohmPrice: Scalars["BigDecimal"]; - ohmTotalSupply: Scalars["BigDecimal"]; - sOhmCirculatingSupply: Scalars["BigDecimal"]; - timestamp: Scalars["BigInt"]; - totalValueLocked: Scalars["BigDecimal"]; - treasuryLiquidBacking?: Maybe; - treasuryLiquidBackingPerGOhmSynthetic?: Maybe; - treasuryLiquidBackingPerOhmFloating?: Maybe; - treasuryMarketValue?: Maybe; -}; - -export type ProtocolMetric_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - currentAPY?: InputMaybe; - currentAPY_not?: InputMaybe; - currentAPY_gt?: InputMaybe; - currentAPY_lt?: InputMaybe; - currentAPY_gte?: InputMaybe; - currentAPY_lte?: InputMaybe; - currentAPY_in?: InputMaybe>; - currentAPY_not_in?: InputMaybe>; - currentIndex?: InputMaybe; - currentIndex_not?: InputMaybe; - currentIndex_gt?: InputMaybe; - currentIndex_lt?: InputMaybe; - currentIndex_gte?: InputMaybe; - currentIndex_lte?: InputMaybe; - currentIndex_in?: InputMaybe>; - currentIndex_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - gOhmPrice?: InputMaybe; - gOhmPrice_not?: InputMaybe; - gOhmPrice_gt?: InputMaybe; - gOhmPrice_lt?: InputMaybe; - gOhmPrice_gte?: InputMaybe; - gOhmPrice_lte?: InputMaybe; - gOhmPrice_in?: InputMaybe>; - gOhmPrice_not_in?: InputMaybe>; - gOhmSyntheticSupply?: InputMaybe; - gOhmSyntheticSupply_not?: InputMaybe; - gOhmSyntheticSupply_gt?: InputMaybe; - gOhmSyntheticSupply_lt?: InputMaybe; - gOhmSyntheticSupply_gte?: InputMaybe; - gOhmSyntheticSupply_lte?: InputMaybe; - gOhmSyntheticSupply_in?: InputMaybe>; - gOhmSyntheticSupply_not_in?: InputMaybe>; - gOhmTotalSupply?: InputMaybe; - gOhmTotalSupply_not?: InputMaybe; - gOhmTotalSupply_gt?: InputMaybe; - gOhmTotalSupply_lt?: InputMaybe; - gOhmTotalSupply_gte?: InputMaybe; - gOhmTotalSupply_lte?: InputMaybe; - gOhmTotalSupply_in?: InputMaybe>; - gOhmTotalSupply_not_in?: InputMaybe>; - marketCap?: InputMaybe; - marketCap_not?: InputMaybe; - marketCap_gt?: InputMaybe; - marketCap_lt?: InputMaybe; - marketCap_gte?: InputMaybe; - marketCap_lte?: InputMaybe; - marketCap_in?: InputMaybe>; - marketCap_not_in?: InputMaybe>; - nextDistributedOhm?: InputMaybe; - nextDistributedOhm_not?: InputMaybe; - nextDistributedOhm_gt?: InputMaybe; - nextDistributedOhm_lt?: InputMaybe; - nextDistributedOhm_gte?: InputMaybe; - nextDistributedOhm_lte?: InputMaybe; - nextDistributedOhm_in?: InputMaybe>; - nextDistributedOhm_not_in?: InputMaybe>; - nextEpochRebase?: InputMaybe; - nextEpochRebase_not?: InputMaybe; - nextEpochRebase_gt?: InputMaybe; - nextEpochRebase_lt?: InputMaybe; - nextEpochRebase_gte?: InputMaybe; - nextEpochRebase_lte?: InputMaybe; - nextEpochRebase_in?: InputMaybe>; - nextEpochRebase_not_in?: InputMaybe>; - ohmCirculatingSupply?: InputMaybe; - ohmCirculatingSupply_not?: InputMaybe; - ohmCirculatingSupply_gt?: InputMaybe; - ohmCirculatingSupply_lt?: InputMaybe; - ohmCirculatingSupply_gte?: InputMaybe; - ohmCirculatingSupply_lte?: InputMaybe; - ohmCirculatingSupply_in?: InputMaybe>; - ohmCirculatingSupply_not_in?: InputMaybe>; - ohmFloatingSupply?: InputMaybe; - ohmFloatingSupply_not?: InputMaybe; - ohmFloatingSupply_gt?: InputMaybe; - ohmFloatingSupply_lt?: InputMaybe; - ohmFloatingSupply_gte?: InputMaybe; - ohmFloatingSupply_lte?: InputMaybe; - ohmFloatingSupply_in?: InputMaybe>; - ohmFloatingSupply_not_in?: InputMaybe>; - ohmPrice?: InputMaybe; - ohmPrice_not?: InputMaybe; - ohmPrice_gt?: InputMaybe; - ohmPrice_lt?: InputMaybe; - ohmPrice_gte?: InputMaybe; - ohmPrice_lte?: InputMaybe; - ohmPrice_in?: InputMaybe>; - ohmPrice_not_in?: InputMaybe>; - ohmTotalSupply?: InputMaybe; - ohmTotalSupply_not?: InputMaybe; - ohmTotalSupply_gt?: InputMaybe; - ohmTotalSupply_lt?: InputMaybe; - ohmTotalSupply_gte?: InputMaybe; - ohmTotalSupply_lte?: InputMaybe; - ohmTotalSupply_in?: InputMaybe>; - ohmTotalSupply_not_in?: InputMaybe>; - sOhmCirculatingSupply?: InputMaybe; - sOhmCirculatingSupply_not?: InputMaybe; - sOhmCirculatingSupply_gt?: InputMaybe; - sOhmCirculatingSupply_lt?: InputMaybe; - sOhmCirculatingSupply_gte?: InputMaybe; - sOhmCirculatingSupply_lte?: InputMaybe; - sOhmCirculatingSupply_in?: InputMaybe>; - sOhmCirculatingSupply_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - totalValueLocked?: InputMaybe; - totalValueLocked_not?: InputMaybe; - totalValueLocked_gt?: InputMaybe; - totalValueLocked_lt?: InputMaybe; - totalValueLocked_gte?: InputMaybe; - totalValueLocked_lte?: InputMaybe; - totalValueLocked_in?: InputMaybe>; - totalValueLocked_not_in?: InputMaybe>; - treasuryLiquidBacking?: InputMaybe; - treasuryLiquidBacking_not?: InputMaybe; - treasuryLiquidBacking_gt?: InputMaybe; - treasuryLiquidBacking_lt?: InputMaybe; - treasuryLiquidBacking_gte?: InputMaybe; - treasuryLiquidBacking_lte?: InputMaybe; - treasuryLiquidBacking_in?: InputMaybe>; - treasuryLiquidBacking_not_in?: InputMaybe>; - treasuryLiquidBackingPerGOhmSynthetic?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_not?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_gt?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_lt?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_gte?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_lte?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_in?: InputMaybe>; - treasuryLiquidBackingPerGOhmSynthetic_not_in?: InputMaybe>; - treasuryLiquidBackingPerOhmFloating?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_not?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_gt?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_lt?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_gte?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_lte?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_in?: InputMaybe>; - treasuryLiquidBackingPerOhmFloating_not_in?: InputMaybe>; - treasuryMarketValue?: InputMaybe; - treasuryMarketValue_not?: InputMaybe; - treasuryMarketValue_gt?: InputMaybe; - treasuryMarketValue_lt?: InputMaybe; - treasuryMarketValue_gte?: InputMaybe; - treasuryMarketValue_lte?: InputMaybe; - treasuryMarketValue_in?: InputMaybe>; - treasuryMarketValue_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum ProtocolMetric_OrderBy { - Id = "id", - Block = "block", - CurrentApy = "currentAPY", - CurrentIndex = "currentIndex", - Date = "date", - GOhmPrice = "gOhmPrice", - GOhmSyntheticSupply = "gOhmSyntheticSupply", - GOhmTotalSupply = "gOhmTotalSupply", - MarketCap = "marketCap", - NextDistributedOhm = "nextDistributedOhm", - NextEpochRebase = "nextEpochRebase", - OhmCirculatingSupply = "ohmCirculatingSupply", - OhmFloatingSupply = "ohmFloatingSupply", - OhmPrice = "ohmPrice", - OhmTotalSupply = "ohmTotalSupply", - SOhmCirculatingSupply = "sOhmCirculatingSupply", - Timestamp = "timestamp", - TotalValueLocked = "totalValueLocked", - TreasuryLiquidBacking = "treasuryLiquidBacking", - TreasuryLiquidBackingPerGOhmSynthetic = "treasuryLiquidBackingPerGOhmSynthetic", - TreasuryLiquidBackingPerOhmFloating = "treasuryLiquidBackingPerOhmFloating", - TreasuryMarketValue = "treasuryMarketValue", -} - -export type Query = { - __typename?: "Query"; - protocolMetric?: Maybe; - protocolMetrics: Array; - tokenRecord?: Maybe; - tokenRecords: Array; - tokenSupply?: Maybe; - tokenSupplies: Array; - priceSnapshot?: Maybe; - priceSnapshots: Array; - gnosisAuctionRoot?: Maybe; - gnosisAuctionRoots: Array; - gnosisAuction?: Maybe; - gnosisAuctions: Array; - erc20TokenSnapshot?: Maybe; - erc20TokenSnapshots: Array; - balancerPoolSnapshot?: Maybe; - balancerPoolSnapshots: Array; - poolSnapshot?: Maybe; - poolSnapshots: Array; - tokenPriceSnapshot?: Maybe; - tokenPriceSnapshots: Array; - stakingPoolSnapshot?: Maybe; - stakingPoolSnapshots: Array; - /** Access to subgraph metadata */ - _meta?: Maybe<_Meta_>; -}; - -export type QueryProtocolMetricArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryProtocolMetricsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenRecordArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenRecordsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenSupplyArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenSuppliesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionRootArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryErc20TokenSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryErc20TokenSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryBalancerPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryBalancerPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryStakingPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryStakingPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type Query_MetaArgs = { - block?: InputMaybe; -}; - -export type StakingPoolSnapshot = { - __typename?: "StakingPoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - contractAddress: Scalars["Bytes"]; - stakingToken?: Maybe; -}; - -export type StakingPoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - contractAddress?: InputMaybe; - contractAddress_not?: InputMaybe; - contractAddress_gt?: InputMaybe; - contractAddress_lt?: InputMaybe; - contractAddress_gte?: InputMaybe; - contractAddress_lte?: InputMaybe; - contractAddress_in?: InputMaybe>; - contractAddress_not_in?: InputMaybe>; - contractAddress_contains?: InputMaybe; - contractAddress_not_contains?: InputMaybe; - stakingToken?: InputMaybe; - stakingToken_not?: InputMaybe; - stakingToken_gt?: InputMaybe; - stakingToken_lt?: InputMaybe; - stakingToken_gte?: InputMaybe; - stakingToken_lte?: InputMaybe; - stakingToken_in?: InputMaybe>; - stakingToken_not_in?: InputMaybe>; - stakingToken_contains?: InputMaybe; - stakingToken_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum StakingPoolSnapshot_OrderBy { - Id = "id", - Block = "block", - ContractAddress = "contractAddress", - StakingToken = "stakingToken", -} - -export type Subscription = { - __typename?: "Subscription"; - protocolMetric?: Maybe; - protocolMetrics: Array; - tokenRecord?: Maybe; - tokenRecords: Array; - tokenSupply?: Maybe; - tokenSupplies: Array; - priceSnapshot?: Maybe; - priceSnapshots: Array; - gnosisAuctionRoot?: Maybe; - gnosisAuctionRoots: Array; - gnosisAuction?: Maybe; - gnosisAuctions: Array; - erc20TokenSnapshot?: Maybe; - erc20TokenSnapshots: Array; - balancerPoolSnapshot?: Maybe; - balancerPoolSnapshots: Array; - poolSnapshot?: Maybe; - poolSnapshots: Array; - tokenPriceSnapshot?: Maybe; - tokenPriceSnapshots: Array; - stakingPoolSnapshot?: Maybe; - stakingPoolSnapshots: Array; - /** Access to subgraph metadata */ - _meta?: Maybe<_Meta_>; -}; - -export type SubscriptionProtocolMetricArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionProtocolMetricsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenRecordArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenRecordsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenSupplyArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenSuppliesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionRootArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionErc20TokenSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionErc20TokenSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionBalancerPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionBalancerPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionStakingPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionStakingPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type Subscription_MetaArgs = { - block?: InputMaybe; -}; - -export type TokenPriceSnapshot = { - __typename?: "TokenPriceSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - token: Scalars["Bytes"]; - price: Scalars["BigDecimal"]; -}; - -export type TokenPriceSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_not_contains?: InputMaybe; - price?: InputMaybe; - price_not?: InputMaybe; - price_gt?: InputMaybe; - price_lt?: InputMaybe; - price_gte?: InputMaybe; - price_lte?: InputMaybe; - price_in?: InputMaybe>; - price_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenPriceSnapshot_OrderBy { - Id = "id", - Block = "block", - Token = "token", - Price = "price", -} - -export type TokenRecord = { - __typename?: "TokenRecord"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - token: Scalars["String"]; - tokenAddress: Scalars["String"]; - source: Scalars["String"]; - sourceAddress: Scalars["String"]; - rate: Scalars["BigDecimal"]; - balance: Scalars["BigDecimal"]; - multiplier: Scalars["BigDecimal"]; - value: Scalars["BigDecimal"]; - valueExcludingOhm: Scalars["BigDecimal"]; - category: Scalars["String"]; - isLiquid: Scalars["Boolean"]; - isBluechip: Scalars["Boolean"]; - blockchain: Scalars["String"]; -}; - -export type TokenRecord_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - tokenAddress?: InputMaybe; - tokenAddress_not?: InputMaybe; - tokenAddress_gt?: InputMaybe; - tokenAddress_lt?: InputMaybe; - tokenAddress_gte?: InputMaybe; - tokenAddress_lte?: InputMaybe; - tokenAddress_in?: InputMaybe>; - tokenAddress_not_in?: InputMaybe>; - tokenAddress_contains?: InputMaybe; - tokenAddress_contains_nocase?: InputMaybe; - tokenAddress_not_contains?: InputMaybe; - tokenAddress_not_contains_nocase?: InputMaybe; - tokenAddress_starts_with?: InputMaybe; - tokenAddress_starts_with_nocase?: InputMaybe; - tokenAddress_not_starts_with?: InputMaybe; - tokenAddress_not_starts_with_nocase?: InputMaybe; - tokenAddress_ends_with?: InputMaybe; - tokenAddress_ends_with_nocase?: InputMaybe; - tokenAddress_not_ends_with?: InputMaybe; - tokenAddress_not_ends_with_nocase?: InputMaybe; - source?: InputMaybe; - source_not?: InputMaybe; - source_gt?: InputMaybe; - source_lt?: InputMaybe; - source_gte?: InputMaybe; - source_lte?: InputMaybe; - source_in?: InputMaybe>; - source_not_in?: InputMaybe>; - source_contains?: InputMaybe; - source_contains_nocase?: InputMaybe; - source_not_contains?: InputMaybe; - source_not_contains_nocase?: InputMaybe; - source_starts_with?: InputMaybe; - source_starts_with_nocase?: InputMaybe; - source_not_starts_with?: InputMaybe; - source_not_starts_with_nocase?: InputMaybe; - source_ends_with?: InputMaybe; - source_ends_with_nocase?: InputMaybe; - source_not_ends_with?: InputMaybe; - source_not_ends_with_nocase?: InputMaybe; - sourceAddress?: InputMaybe; - sourceAddress_not?: InputMaybe; - sourceAddress_gt?: InputMaybe; - sourceAddress_lt?: InputMaybe; - sourceAddress_gte?: InputMaybe; - sourceAddress_lte?: InputMaybe; - sourceAddress_in?: InputMaybe>; - sourceAddress_not_in?: InputMaybe>; - sourceAddress_contains?: InputMaybe; - sourceAddress_contains_nocase?: InputMaybe; - sourceAddress_not_contains?: InputMaybe; - sourceAddress_not_contains_nocase?: InputMaybe; - sourceAddress_starts_with?: InputMaybe; - sourceAddress_starts_with_nocase?: InputMaybe; - sourceAddress_not_starts_with?: InputMaybe; - sourceAddress_not_starts_with_nocase?: InputMaybe; - sourceAddress_ends_with?: InputMaybe; - sourceAddress_ends_with_nocase?: InputMaybe; - sourceAddress_not_ends_with?: InputMaybe; - sourceAddress_not_ends_with_nocase?: InputMaybe; - rate?: InputMaybe; - rate_not?: InputMaybe; - rate_gt?: InputMaybe; - rate_lt?: InputMaybe; - rate_gte?: InputMaybe; - rate_lte?: InputMaybe; - rate_in?: InputMaybe>; - rate_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - multiplier?: InputMaybe; - multiplier_not?: InputMaybe; - multiplier_gt?: InputMaybe; - multiplier_lt?: InputMaybe; - multiplier_gte?: InputMaybe; - multiplier_lte?: InputMaybe; - multiplier_in?: InputMaybe>; - multiplier_not_in?: InputMaybe>; - value?: InputMaybe; - value_not?: InputMaybe; - value_gt?: InputMaybe; - value_lt?: InputMaybe; - value_gte?: InputMaybe; - value_lte?: InputMaybe; - value_in?: InputMaybe>; - value_not_in?: InputMaybe>; - valueExcludingOhm?: InputMaybe; - valueExcludingOhm_not?: InputMaybe; - valueExcludingOhm_gt?: InputMaybe; - valueExcludingOhm_lt?: InputMaybe; - valueExcludingOhm_gte?: InputMaybe; - valueExcludingOhm_lte?: InputMaybe; - valueExcludingOhm_in?: InputMaybe>; - valueExcludingOhm_not_in?: InputMaybe>; - category?: InputMaybe; - category_not?: InputMaybe; - category_gt?: InputMaybe; - category_lt?: InputMaybe; - category_gte?: InputMaybe; - category_lte?: InputMaybe; - category_in?: InputMaybe>; - category_not_in?: InputMaybe>; - category_contains?: InputMaybe; - category_contains_nocase?: InputMaybe; - category_not_contains?: InputMaybe; - category_not_contains_nocase?: InputMaybe; - category_starts_with?: InputMaybe; - category_starts_with_nocase?: InputMaybe; - category_not_starts_with?: InputMaybe; - category_not_starts_with_nocase?: InputMaybe; - category_ends_with?: InputMaybe; - category_ends_with_nocase?: InputMaybe; - category_not_ends_with?: InputMaybe; - category_not_ends_with_nocase?: InputMaybe; - isLiquid?: InputMaybe; - isLiquid_not?: InputMaybe; - isLiquid_in?: InputMaybe>; - isLiquid_not_in?: InputMaybe>; - isBluechip?: InputMaybe; - isBluechip_not?: InputMaybe; - isBluechip_in?: InputMaybe>; - isBluechip_not_in?: InputMaybe>; - blockchain?: InputMaybe; - blockchain_not?: InputMaybe; - blockchain_gt?: InputMaybe; - blockchain_lt?: InputMaybe; - blockchain_gte?: InputMaybe; - blockchain_lte?: InputMaybe; - blockchain_in?: InputMaybe>; - blockchain_not_in?: InputMaybe>; - blockchain_contains?: InputMaybe; - blockchain_contains_nocase?: InputMaybe; - blockchain_not_contains?: InputMaybe; - blockchain_not_contains_nocase?: InputMaybe; - blockchain_starts_with?: InputMaybe; - blockchain_starts_with_nocase?: InputMaybe; - blockchain_not_starts_with?: InputMaybe; - blockchain_not_starts_with_nocase?: InputMaybe; - blockchain_ends_with?: InputMaybe; - blockchain_ends_with_nocase?: InputMaybe; - blockchain_not_ends_with?: InputMaybe; - blockchain_not_ends_with_nocase?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenRecord_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - Token = "token", - TokenAddress = "tokenAddress", - Source = "source", - SourceAddress = "sourceAddress", - Rate = "rate", - Balance = "balance", - Multiplier = "multiplier", - Value = "value", - ValueExcludingOhm = "valueExcludingOhm", - Category = "category", - IsLiquid = "isLiquid", - IsBluechip = "isBluechip", - Blockchain = "blockchain", -} - -export type TokenSupply = { - __typename?: "TokenSupply"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - token: Scalars["String"]; - tokenAddress: Scalars["String"]; - pool?: Maybe; - poolAddress?: Maybe; - source?: Maybe; - sourceAddress?: Maybe; - type: Scalars["String"]; - balance: Scalars["BigDecimal"]; - supplyBalance: Scalars["BigDecimal"]; -}; - -export type TokenSupply_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - tokenAddress?: InputMaybe; - tokenAddress_not?: InputMaybe; - tokenAddress_gt?: InputMaybe; - tokenAddress_lt?: InputMaybe; - tokenAddress_gte?: InputMaybe; - tokenAddress_lte?: InputMaybe; - tokenAddress_in?: InputMaybe>; - tokenAddress_not_in?: InputMaybe>; - tokenAddress_contains?: InputMaybe; - tokenAddress_contains_nocase?: InputMaybe; - tokenAddress_not_contains?: InputMaybe; - tokenAddress_not_contains_nocase?: InputMaybe; - tokenAddress_starts_with?: InputMaybe; - tokenAddress_starts_with_nocase?: InputMaybe; - tokenAddress_not_starts_with?: InputMaybe; - tokenAddress_not_starts_with_nocase?: InputMaybe; - tokenAddress_ends_with?: InputMaybe; - tokenAddress_ends_with_nocase?: InputMaybe; - tokenAddress_not_ends_with?: InputMaybe; - tokenAddress_not_ends_with_nocase?: InputMaybe; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_contains_nocase?: InputMaybe; - pool_not_contains?: InputMaybe; - pool_not_contains_nocase?: InputMaybe; - pool_starts_with?: InputMaybe; - pool_starts_with_nocase?: InputMaybe; - pool_not_starts_with?: InputMaybe; - pool_not_starts_with_nocase?: InputMaybe; - pool_ends_with?: InputMaybe; - pool_ends_with_nocase?: InputMaybe; - pool_not_ends_with?: InputMaybe; - pool_not_ends_with_nocase?: InputMaybe; - poolAddress?: InputMaybe; - poolAddress_not?: InputMaybe; - poolAddress_gt?: InputMaybe; - poolAddress_lt?: InputMaybe; - poolAddress_gte?: InputMaybe; - poolAddress_lte?: InputMaybe; - poolAddress_in?: InputMaybe>; - poolAddress_not_in?: InputMaybe>; - poolAddress_contains?: InputMaybe; - poolAddress_contains_nocase?: InputMaybe; - poolAddress_not_contains?: InputMaybe; - poolAddress_not_contains_nocase?: InputMaybe; - poolAddress_starts_with?: InputMaybe; - poolAddress_starts_with_nocase?: InputMaybe; - poolAddress_not_starts_with?: InputMaybe; - poolAddress_not_starts_with_nocase?: InputMaybe; - poolAddress_ends_with?: InputMaybe; - poolAddress_ends_with_nocase?: InputMaybe; - poolAddress_not_ends_with?: InputMaybe; - poolAddress_not_ends_with_nocase?: InputMaybe; - source?: InputMaybe; - source_not?: InputMaybe; - source_gt?: InputMaybe; - source_lt?: InputMaybe; - source_gte?: InputMaybe; - source_lte?: InputMaybe; - source_in?: InputMaybe>; - source_not_in?: InputMaybe>; - source_contains?: InputMaybe; - source_contains_nocase?: InputMaybe; - source_not_contains?: InputMaybe; - source_not_contains_nocase?: InputMaybe; - source_starts_with?: InputMaybe; - source_starts_with_nocase?: InputMaybe; - source_not_starts_with?: InputMaybe; - source_not_starts_with_nocase?: InputMaybe; - source_ends_with?: InputMaybe; - source_ends_with_nocase?: InputMaybe; - source_not_ends_with?: InputMaybe; - source_not_ends_with_nocase?: InputMaybe; - sourceAddress?: InputMaybe; - sourceAddress_not?: InputMaybe; - sourceAddress_gt?: InputMaybe; - sourceAddress_lt?: InputMaybe; - sourceAddress_gte?: InputMaybe; - sourceAddress_lte?: InputMaybe; - sourceAddress_in?: InputMaybe>; - sourceAddress_not_in?: InputMaybe>; - sourceAddress_contains?: InputMaybe; - sourceAddress_contains_nocase?: InputMaybe; - sourceAddress_not_contains?: InputMaybe; - sourceAddress_not_contains_nocase?: InputMaybe; - sourceAddress_starts_with?: InputMaybe; - sourceAddress_starts_with_nocase?: InputMaybe; - sourceAddress_not_starts_with?: InputMaybe; - sourceAddress_not_starts_with_nocase?: InputMaybe; - sourceAddress_ends_with?: InputMaybe; - sourceAddress_ends_with_nocase?: InputMaybe; - sourceAddress_not_ends_with?: InputMaybe; - sourceAddress_not_ends_with_nocase?: InputMaybe; - type?: InputMaybe; - type_not?: InputMaybe; - type_gt?: InputMaybe; - type_lt?: InputMaybe; - type_gte?: InputMaybe; - type_lte?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; - type_contains?: InputMaybe; - type_contains_nocase?: InputMaybe; - type_not_contains?: InputMaybe; - type_not_contains_nocase?: InputMaybe; - type_starts_with?: InputMaybe; - type_starts_with_nocase?: InputMaybe; - type_not_starts_with?: InputMaybe; - type_not_starts_with_nocase?: InputMaybe; - type_ends_with?: InputMaybe; - type_ends_with_nocase?: InputMaybe; - type_not_ends_with?: InputMaybe; - type_not_ends_with_nocase?: InputMaybe; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - supplyBalance?: InputMaybe; - supplyBalance_not?: InputMaybe; - supplyBalance_gt?: InputMaybe; - supplyBalance_lt?: InputMaybe; - supplyBalance_gte?: InputMaybe; - supplyBalance_lte?: InputMaybe; - supplyBalance_in?: InputMaybe>; - supplyBalance_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenSupply_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - Token = "token", - TokenAddress = "tokenAddress", - Pool = "pool", - PoolAddress = "poolAddress", - Source = "source", - SourceAddress = "sourceAddress", - Type = "type", - Balance = "balance", - SupplyBalance = "supplyBalance", -} - -export type _Block_ = { - __typename?: "_Block_"; - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars["Int"]; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type _Meta_ = { - __typename?: "_Meta_"; - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: _Block_; - /** The deployment ID */ - deployment: Scalars["String"]; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars["Boolean"]; -}; - -export enum _SubgraphErrorPolicy_ { - /** Data will be returned even if the subgraph has indexing errors */ - Allow = "allow", - /** If the subgraph has indexing errors, data will be omitted. The default. */ - Deny = "deny", -} diff --git a/function/generated/Treasury_Polygon/QmdDUpqEzfKug1ER6HWM8c7U6wf3wtEtRBvXV7LkVoBi9f/ProtocolMetric/ProtocolMetric.jsonschema b/function/generated/Treasury_Polygon/QmdDUpqEzfKug1ER6HWM8c7U6wf3wtEtRBvXV7LkVoBi9f/ProtocolMetric/ProtocolMetric.jsonschema deleted file mode 100644 index fb0b54e..0000000 --- a/function/generated/Treasury_Polygon/QmdDUpqEzfKug1ER6HWM8c7U6wf3wtEtRBvXV7LkVoBi9f/ProtocolMetric/ProtocolMetric.jsonschema +++ /dev/null @@ -1,101 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "type": "object", - "properties": { - "__typename": { - "type": "string", - "const": "ProtocolMetric" - }, - "id": { - "type": "string" - }, - "block": { - "type": "string" - }, - "currentAPY": { - "type": "string" - }, - "currentIndex": { - "type": "string" - }, - "date": { - "type": "string" - }, - "gOhmPrice": { - "type": "string" - }, - "gOhmSyntheticSupply": { - "type": [ - "string", - "null" - ] - }, - "gOhmTotalSupply": { - "type": "string" - }, - "marketCap": { - "type": [ - "string", - "null" - ] - }, - "nextDistributedOhm": { - "type": "string" - }, - "nextEpochRebase": { - "type": "string" - }, - "ohmCirculatingSupply": { - "type": [ - "string", - "null" - ] - }, - "ohmFloatingSupply": { - "type": [ - "string", - "null" - ] - }, - "ohmPrice": { - "type": "string" - }, - "ohmTotalSupply": { - "type": "string" - }, - "sOhmCirculatingSupply": { - "type": "string" - }, - "timestamp": { - "type": "string" - }, - "totalValueLocked": { - "type": "string" - }, - "treasuryLiquidBacking": { - "type": [ - "string", - "null" - ] - }, - "treasuryLiquidBackingPerGOhmSynthetic": { - "type": [ - "string", - "null" - ] - }, - "treasuryLiquidBackingPerOhmFloating": { - "type": [ - "string", - "null" - ] - }, - "treasuryMarketValue": { - "type": [ - "string", - "null" - ] - } - }, - "additionalProperties": false -} \ No newline at end of file diff --git a/function/generated/Treasury_Polygon/QmdDUpqEzfKug1ER6HWM8c7U6wf3wtEtRBvXV7LkVoBi9f/ProtocolMetric/ProtocolMetric_schema.json b/function/generated/Treasury_Polygon/QmdDUpqEzfKug1ER6HWM8c7U6wf3wtEtRBvXV7LkVoBi9f/ProtocolMetric/ProtocolMetric_schema.json deleted file mode 100644 index 659d940..0000000 --- a/function/generated/Treasury_Polygon/QmdDUpqEzfKug1ER6HWM8c7U6wf3wtEtRBvXV7LkVoBi9f/ProtocolMetric/ProtocolMetric_schema.json +++ /dev/null @@ -1,117 +0,0 @@ -[ - { - "name": "__typename", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "id", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "block", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "currentAPY", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "currentIndex", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "date", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "gOhmPrice", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "gOhmSyntheticSupply", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "gOhmTotalSupply", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "marketCap", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "nextDistributedOhm", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "nextEpochRebase", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "ohmCirculatingSupply", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "ohmFloatingSupply", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "ohmPrice", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "ohmTotalSupply", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "sOhmCirculatingSupply", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "timestamp", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "totalValueLocked", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "treasuryLiquidBacking", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "treasuryLiquidBackingPerGOhmSynthetic", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "treasuryLiquidBackingPerOhmFloating", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "treasuryMarketValue", - "type": "STRING", - "mode": "NULLABLE" - } -] diff --git a/function/generated/Treasury_Polygon/QmdDUpqEzfKug1ER6HWM8c7U6wf3wtEtRBvXV7LkVoBi9f/ProtocolMetric/ProtocolMetric_types.ts b/function/generated/Treasury_Polygon/QmdDUpqEzfKug1ER6HWM8c7U6wf3wtEtRBvXV7LkVoBi9f/ProtocolMetric/ProtocolMetric_types.ts deleted file mode 100644 index 25fd65c..0000000 --- a/function/generated/Treasury_Polygon/QmdDUpqEzfKug1ER6HWM8c7U6wf3wtEtRBvXV7LkVoBi9f/ProtocolMetric/ProtocolMetric_types.ts +++ /dev/null @@ -1,1827 +0,0 @@ -export type Maybe = T | null | undefined; -export type InputMaybe = T | null | undefined; -export type Exact = { [K in keyof T]: T[K] }; -export type MakeOptional = Omit & { [SubKey in K]?: Maybe }; -export type MakeMaybe = Omit & { [SubKey in K]: Maybe }; -/** All built-in and custom scalars, mapped to their actual values */ -export type Scalars = { - ID: string; - String: string; - Boolean: boolean; - Int: number; - Float: number; - BigDecimal: string; - BigInt: string; - Bytes: string; - /** - * 8 bytes signed integer - * - */ - Int8: string; - /** - * A string representation of microseconds UNIX timestamp (16 digits) - * - */ - Timestamp: string; -}; - -export enum Aggregation_Interval { - Hour = "hour", - Day = "day", -} - -export type BalancerPoolSnapshot = { - __typename?: "BalancerPoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - pool: Scalars["Bytes"]; - poolToken: Scalars["Bytes"]; - decimals: Scalars["Int"]; - totalSupply: Scalars["BigDecimal"]; - tokens: Array; - balances: Array; - weights: Array; -}; - -export type BalancerPoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_not_contains?: InputMaybe; - poolToken?: InputMaybe; - poolToken_not?: InputMaybe; - poolToken_gt?: InputMaybe; - poolToken_lt?: InputMaybe; - poolToken_gte?: InputMaybe; - poolToken_lte?: InputMaybe; - poolToken_in?: InputMaybe>; - poolToken_not_in?: InputMaybe>; - poolToken_contains?: InputMaybe; - poolToken_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - tokens?: InputMaybe>; - tokens_not?: InputMaybe>; - tokens_contains?: InputMaybe>; - tokens_contains_nocase?: InputMaybe>; - tokens_not_contains?: InputMaybe>; - tokens_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - weights?: InputMaybe>; - weights_not?: InputMaybe>; - weights_contains?: InputMaybe>; - weights_contains_nocase?: InputMaybe>; - weights_not_contains?: InputMaybe>; - weights_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum BalancerPoolSnapshot_OrderBy { - Id = "id", - Block = "block", - Pool = "pool", - PoolToken = "poolToken", - Decimals = "decimals", - TotalSupply = "totalSupply", - Tokens = "tokens", - Balances = "balances", - Weights = "weights", -} - -export type BlockChangedFilter = { - number_gte: Scalars["Int"]; -}; - -export type Block_Height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type Erc20TokenSnapshot = { - __typename?: "ERC20TokenSnapshot"; - id: Scalars["Bytes"]; - address: Scalars["Bytes"]; - decimals: Scalars["Int"]; - totalSupply?: Maybe; -}; - -export type Erc20TokenSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum Erc20TokenSnapshot_OrderBy { - Id = "id", - Address = "address", - Decimals = "decimals", - TotalSupply = "totalSupply", -} - -export type GnosisAuction = { - __typename?: "GnosisAuction"; - id: Scalars["ID"]; - auctionOpenTimestamp: Scalars["BigInt"]; - payoutCapacity: Scalars["BigDecimal"]; - termSeconds: Scalars["BigInt"]; - bidQuantity?: Maybe; - auctionCloseTimestamp?: Maybe; -}; - -export type GnosisAuctionRoot = { - __typename?: "GnosisAuctionRoot"; - id: Scalars["ID"]; - markets: Array; -}; - -export type GnosisAuctionRoot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - markets?: InputMaybe>; - markets_not?: InputMaybe>; - markets_contains?: InputMaybe>; - markets_contains_nocase?: InputMaybe>; - markets_not_contains?: InputMaybe>; - markets_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum GnosisAuctionRoot_OrderBy { - Id = "id", - Markets = "markets", -} - -export type GnosisAuction_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - auctionOpenTimestamp?: InputMaybe; - auctionOpenTimestamp_not?: InputMaybe; - auctionOpenTimestamp_gt?: InputMaybe; - auctionOpenTimestamp_lt?: InputMaybe; - auctionOpenTimestamp_gte?: InputMaybe; - auctionOpenTimestamp_lte?: InputMaybe; - auctionOpenTimestamp_in?: InputMaybe>; - auctionOpenTimestamp_not_in?: InputMaybe>; - payoutCapacity?: InputMaybe; - payoutCapacity_not?: InputMaybe; - payoutCapacity_gt?: InputMaybe; - payoutCapacity_lt?: InputMaybe; - payoutCapacity_gte?: InputMaybe; - payoutCapacity_lte?: InputMaybe; - payoutCapacity_in?: InputMaybe>; - payoutCapacity_not_in?: InputMaybe>; - termSeconds?: InputMaybe; - termSeconds_not?: InputMaybe; - termSeconds_gt?: InputMaybe; - termSeconds_lt?: InputMaybe; - termSeconds_gte?: InputMaybe; - termSeconds_lte?: InputMaybe; - termSeconds_in?: InputMaybe>; - termSeconds_not_in?: InputMaybe>; - bidQuantity?: InputMaybe; - bidQuantity_not?: InputMaybe; - bidQuantity_gt?: InputMaybe; - bidQuantity_lt?: InputMaybe; - bidQuantity_gte?: InputMaybe; - bidQuantity_lte?: InputMaybe; - bidQuantity_in?: InputMaybe>; - bidQuantity_not_in?: InputMaybe>; - auctionCloseTimestamp?: InputMaybe; - auctionCloseTimestamp_not?: InputMaybe; - auctionCloseTimestamp_gt?: InputMaybe; - auctionCloseTimestamp_lt?: InputMaybe; - auctionCloseTimestamp_gte?: InputMaybe; - auctionCloseTimestamp_lte?: InputMaybe; - auctionCloseTimestamp_in?: InputMaybe>; - auctionCloseTimestamp_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum GnosisAuction_OrderBy { - Id = "id", - AuctionOpenTimestamp = "auctionOpenTimestamp", - PayoutCapacity = "payoutCapacity", - TermSeconds = "termSeconds", - BidQuantity = "bidQuantity", - AuctionCloseTimestamp = "auctionCloseTimestamp", -} - -/** Defines the order direction, either ascending or descending */ -export enum OrderDirection { - Asc = "asc", - Desc = "desc", -} - -export type PoolSnapshot = { - __typename?: "PoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - pool: Scalars["Bytes"]; - poolToken?: Maybe; - decimals: Scalars["Int"]; - totalSupply: Scalars["BigDecimal"]; - tokens: Array; - balances: Array; - weights?: Maybe>; -}; - -export type PoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_not_contains?: InputMaybe; - poolToken?: InputMaybe; - poolToken_not?: InputMaybe; - poolToken_gt?: InputMaybe; - poolToken_lt?: InputMaybe; - poolToken_gte?: InputMaybe; - poolToken_lte?: InputMaybe; - poolToken_in?: InputMaybe>; - poolToken_not_in?: InputMaybe>; - poolToken_contains?: InputMaybe; - poolToken_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - tokens?: InputMaybe>; - tokens_not?: InputMaybe>; - tokens_contains?: InputMaybe>; - tokens_contains_nocase?: InputMaybe>; - tokens_not_contains?: InputMaybe>; - tokens_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - weights?: InputMaybe>; - weights_not?: InputMaybe>; - weights_contains?: InputMaybe>; - weights_contains_nocase?: InputMaybe>; - weights_not_contains?: InputMaybe>; - weights_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum PoolSnapshot_OrderBy { - Id = "id", - Block = "block", - Pool = "pool", - PoolToken = "poolToken", - Decimals = "decimals", - TotalSupply = "totalSupply", - Tokens = "tokens", - Balances = "balances", - Weights = "weights", -} - -export type PriceSnapshot = { - __typename?: "PriceSnapshot"; - id: Scalars["ID"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - priceOhm: Scalars["BigDecimal"]; - priceGOhm: Scalars["BigDecimal"]; -}; - -export type PriceSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - priceOhm?: InputMaybe; - priceOhm_not?: InputMaybe; - priceOhm_gt?: InputMaybe; - priceOhm_lt?: InputMaybe; - priceOhm_gte?: InputMaybe; - priceOhm_lte?: InputMaybe; - priceOhm_in?: InputMaybe>; - priceOhm_not_in?: InputMaybe>; - priceGOhm?: InputMaybe; - priceGOhm_not?: InputMaybe; - priceGOhm_gt?: InputMaybe; - priceGOhm_lt?: InputMaybe; - priceGOhm_gte?: InputMaybe; - priceGOhm_lte?: InputMaybe; - priceGOhm_in?: InputMaybe>; - priceGOhm_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum PriceSnapshot_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - PriceOhm = "priceOhm", - PriceGOhm = "priceGOhm", -} - -export type ProtocolMetric = { - __typename?: "ProtocolMetric"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - currentAPY: Scalars["BigDecimal"]; - currentIndex: Scalars["BigDecimal"]; - date: Scalars["String"]; - gOhmPrice: Scalars["BigDecimal"]; - gOhmSyntheticSupply?: Maybe; - gOhmTotalSupply: Scalars["BigDecimal"]; - marketCap?: Maybe; - nextDistributedOhm: Scalars["BigDecimal"]; - nextEpochRebase: Scalars["BigDecimal"]; - ohmCirculatingSupply?: Maybe; - ohmFloatingSupply?: Maybe; - ohmPrice: Scalars["BigDecimal"]; - ohmTotalSupply: Scalars["BigDecimal"]; - sOhmCirculatingSupply: Scalars["BigDecimal"]; - timestamp: Scalars["BigInt"]; - totalValueLocked: Scalars["BigDecimal"]; - treasuryLiquidBacking?: Maybe; - treasuryLiquidBackingPerGOhmSynthetic?: Maybe; - treasuryLiquidBackingPerOhmFloating?: Maybe; - treasuryMarketValue?: Maybe; -}; - -export type ProtocolMetric_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - currentAPY?: InputMaybe; - currentAPY_not?: InputMaybe; - currentAPY_gt?: InputMaybe; - currentAPY_lt?: InputMaybe; - currentAPY_gte?: InputMaybe; - currentAPY_lte?: InputMaybe; - currentAPY_in?: InputMaybe>; - currentAPY_not_in?: InputMaybe>; - currentIndex?: InputMaybe; - currentIndex_not?: InputMaybe; - currentIndex_gt?: InputMaybe; - currentIndex_lt?: InputMaybe; - currentIndex_gte?: InputMaybe; - currentIndex_lte?: InputMaybe; - currentIndex_in?: InputMaybe>; - currentIndex_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - gOhmPrice?: InputMaybe; - gOhmPrice_not?: InputMaybe; - gOhmPrice_gt?: InputMaybe; - gOhmPrice_lt?: InputMaybe; - gOhmPrice_gte?: InputMaybe; - gOhmPrice_lte?: InputMaybe; - gOhmPrice_in?: InputMaybe>; - gOhmPrice_not_in?: InputMaybe>; - gOhmSyntheticSupply?: InputMaybe; - gOhmSyntheticSupply_not?: InputMaybe; - gOhmSyntheticSupply_gt?: InputMaybe; - gOhmSyntheticSupply_lt?: InputMaybe; - gOhmSyntheticSupply_gte?: InputMaybe; - gOhmSyntheticSupply_lte?: InputMaybe; - gOhmSyntheticSupply_in?: InputMaybe>; - gOhmSyntheticSupply_not_in?: InputMaybe>; - gOhmTotalSupply?: InputMaybe; - gOhmTotalSupply_not?: InputMaybe; - gOhmTotalSupply_gt?: InputMaybe; - gOhmTotalSupply_lt?: InputMaybe; - gOhmTotalSupply_gte?: InputMaybe; - gOhmTotalSupply_lte?: InputMaybe; - gOhmTotalSupply_in?: InputMaybe>; - gOhmTotalSupply_not_in?: InputMaybe>; - marketCap?: InputMaybe; - marketCap_not?: InputMaybe; - marketCap_gt?: InputMaybe; - marketCap_lt?: InputMaybe; - marketCap_gte?: InputMaybe; - marketCap_lte?: InputMaybe; - marketCap_in?: InputMaybe>; - marketCap_not_in?: InputMaybe>; - nextDistributedOhm?: InputMaybe; - nextDistributedOhm_not?: InputMaybe; - nextDistributedOhm_gt?: InputMaybe; - nextDistributedOhm_lt?: InputMaybe; - nextDistributedOhm_gte?: InputMaybe; - nextDistributedOhm_lte?: InputMaybe; - nextDistributedOhm_in?: InputMaybe>; - nextDistributedOhm_not_in?: InputMaybe>; - nextEpochRebase?: InputMaybe; - nextEpochRebase_not?: InputMaybe; - nextEpochRebase_gt?: InputMaybe; - nextEpochRebase_lt?: InputMaybe; - nextEpochRebase_gte?: InputMaybe; - nextEpochRebase_lte?: InputMaybe; - nextEpochRebase_in?: InputMaybe>; - nextEpochRebase_not_in?: InputMaybe>; - ohmCirculatingSupply?: InputMaybe; - ohmCirculatingSupply_not?: InputMaybe; - ohmCirculatingSupply_gt?: InputMaybe; - ohmCirculatingSupply_lt?: InputMaybe; - ohmCirculatingSupply_gte?: InputMaybe; - ohmCirculatingSupply_lte?: InputMaybe; - ohmCirculatingSupply_in?: InputMaybe>; - ohmCirculatingSupply_not_in?: InputMaybe>; - ohmFloatingSupply?: InputMaybe; - ohmFloatingSupply_not?: InputMaybe; - ohmFloatingSupply_gt?: InputMaybe; - ohmFloatingSupply_lt?: InputMaybe; - ohmFloatingSupply_gte?: InputMaybe; - ohmFloatingSupply_lte?: InputMaybe; - ohmFloatingSupply_in?: InputMaybe>; - ohmFloatingSupply_not_in?: InputMaybe>; - ohmPrice?: InputMaybe; - ohmPrice_not?: InputMaybe; - ohmPrice_gt?: InputMaybe; - ohmPrice_lt?: InputMaybe; - ohmPrice_gte?: InputMaybe; - ohmPrice_lte?: InputMaybe; - ohmPrice_in?: InputMaybe>; - ohmPrice_not_in?: InputMaybe>; - ohmTotalSupply?: InputMaybe; - ohmTotalSupply_not?: InputMaybe; - ohmTotalSupply_gt?: InputMaybe; - ohmTotalSupply_lt?: InputMaybe; - ohmTotalSupply_gte?: InputMaybe; - ohmTotalSupply_lte?: InputMaybe; - ohmTotalSupply_in?: InputMaybe>; - ohmTotalSupply_not_in?: InputMaybe>; - sOhmCirculatingSupply?: InputMaybe; - sOhmCirculatingSupply_not?: InputMaybe; - sOhmCirculatingSupply_gt?: InputMaybe; - sOhmCirculatingSupply_lt?: InputMaybe; - sOhmCirculatingSupply_gte?: InputMaybe; - sOhmCirculatingSupply_lte?: InputMaybe; - sOhmCirculatingSupply_in?: InputMaybe>; - sOhmCirculatingSupply_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - totalValueLocked?: InputMaybe; - totalValueLocked_not?: InputMaybe; - totalValueLocked_gt?: InputMaybe; - totalValueLocked_lt?: InputMaybe; - totalValueLocked_gte?: InputMaybe; - totalValueLocked_lte?: InputMaybe; - totalValueLocked_in?: InputMaybe>; - totalValueLocked_not_in?: InputMaybe>; - treasuryLiquidBacking?: InputMaybe; - treasuryLiquidBacking_not?: InputMaybe; - treasuryLiquidBacking_gt?: InputMaybe; - treasuryLiquidBacking_lt?: InputMaybe; - treasuryLiquidBacking_gte?: InputMaybe; - treasuryLiquidBacking_lte?: InputMaybe; - treasuryLiquidBacking_in?: InputMaybe>; - treasuryLiquidBacking_not_in?: InputMaybe>; - treasuryLiquidBackingPerGOhmSynthetic?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_not?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_gt?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_lt?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_gte?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_lte?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_in?: InputMaybe>; - treasuryLiquidBackingPerGOhmSynthetic_not_in?: InputMaybe>; - treasuryLiquidBackingPerOhmFloating?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_not?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_gt?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_lt?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_gte?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_lte?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_in?: InputMaybe>; - treasuryLiquidBackingPerOhmFloating_not_in?: InputMaybe>; - treasuryMarketValue?: InputMaybe; - treasuryMarketValue_not?: InputMaybe; - treasuryMarketValue_gt?: InputMaybe; - treasuryMarketValue_lt?: InputMaybe; - treasuryMarketValue_gte?: InputMaybe; - treasuryMarketValue_lte?: InputMaybe; - treasuryMarketValue_in?: InputMaybe>; - treasuryMarketValue_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum ProtocolMetric_OrderBy { - Id = "id", - Block = "block", - CurrentApy = "currentAPY", - CurrentIndex = "currentIndex", - Date = "date", - GOhmPrice = "gOhmPrice", - GOhmSyntheticSupply = "gOhmSyntheticSupply", - GOhmTotalSupply = "gOhmTotalSupply", - MarketCap = "marketCap", - NextDistributedOhm = "nextDistributedOhm", - NextEpochRebase = "nextEpochRebase", - OhmCirculatingSupply = "ohmCirculatingSupply", - OhmFloatingSupply = "ohmFloatingSupply", - OhmPrice = "ohmPrice", - OhmTotalSupply = "ohmTotalSupply", - SOhmCirculatingSupply = "sOhmCirculatingSupply", - Timestamp = "timestamp", - TotalValueLocked = "totalValueLocked", - TreasuryLiquidBacking = "treasuryLiquidBacking", - TreasuryLiquidBackingPerGOhmSynthetic = "treasuryLiquidBackingPerGOhmSynthetic", - TreasuryLiquidBackingPerOhmFloating = "treasuryLiquidBackingPerOhmFloating", - TreasuryMarketValue = "treasuryMarketValue", -} - -export type Query = { - __typename?: "Query"; - protocolMetric?: Maybe; - protocolMetrics: Array; - tokenRecord?: Maybe; - tokenRecords: Array; - tokenSupply?: Maybe; - tokenSupplies: Array; - priceSnapshot?: Maybe; - priceSnapshots: Array; - gnosisAuctionRoot?: Maybe; - gnosisAuctionRoots: Array; - gnosisAuction?: Maybe; - gnosisAuctions: Array; - erc20TokenSnapshot?: Maybe; - erc20TokenSnapshots: Array; - balancerPoolSnapshot?: Maybe; - balancerPoolSnapshots: Array; - poolSnapshot?: Maybe; - poolSnapshots: Array; - tokenPriceSnapshot?: Maybe; - tokenPriceSnapshots: Array; - stakingPoolSnapshot?: Maybe; - stakingPoolSnapshots: Array; - /** Access to subgraph metadata */ - _meta?: Maybe<_Meta_>; -}; - -export type QueryProtocolMetricArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryProtocolMetricsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenRecordArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenRecordsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenSupplyArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenSuppliesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionRootArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryErc20TokenSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryErc20TokenSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryBalancerPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryBalancerPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryStakingPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryStakingPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type Query_MetaArgs = { - block?: InputMaybe; -}; - -export type StakingPoolSnapshot = { - __typename?: "StakingPoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - contractAddress: Scalars["Bytes"]; - stakingToken?: Maybe; -}; - -export type StakingPoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - contractAddress?: InputMaybe; - contractAddress_not?: InputMaybe; - contractAddress_gt?: InputMaybe; - contractAddress_lt?: InputMaybe; - contractAddress_gte?: InputMaybe; - contractAddress_lte?: InputMaybe; - contractAddress_in?: InputMaybe>; - contractAddress_not_in?: InputMaybe>; - contractAddress_contains?: InputMaybe; - contractAddress_not_contains?: InputMaybe; - stakingToken?: InputMaybe; - stakingToken_not?: InputMaybe; - stakingToken_gt?: InputMaybe; - stakingToken_lt?: InputMaybe; - stakingToken_gte?: InputMaybe; - stakingToken_lte?: InputMaybe; - stakingToken_in?: InputMaybe>; - stakingToken_not_in?: InputMaybe>; - stakingToken_contains?: InputMaybe; - stakingToken_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum StakingPoolSnapshot_OrderBy { - Id = "id", - Block = "block", - ContractAddress = "contractAddress", - StakingToken = "stakingToken", -} - -export type Subscription = { - __typename?: "Subscription"; - protocolMetric?: Maybe; - protocolMetrics: Array; - tokenRecord?: Maybe; - tokenRecords: Array; - tokenSupply?: Maybe; - tokenSupplies: Array; - priceSnapshot?: Maybe; - priceSnapshots: Array; - gnosisAuctionRoot?: Maybe; - gnosisAuctionRoots: Array; - gnosisAuction?: Maybe; - gnosisAuctions: Array; - erc20TokenSnapshot?: Maybe; - erc20TokenSnapshots: Array; - balancerPoolSnapshot?: Maybe; - balancerPoolSnapshots: Array; - poolSnapshot?: Maybe; - poolSnapshots: Array; - tokenPriceSnapshot?: Maybe; - tokenPriceSnapshots: Array; - stakingPoolSnapshot?: Maybe; - stakingPoolSnapshots: Array; - /** Access to subgraph metadata */ - _meta?: Maybe<_Meta_>; -}; - -export type SubscriptionProtocolMetricArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionProtocolMetricsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenRecordArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenRecordsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenSupplyArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenSuppliesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionRootArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionErc20TokenSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionErc20TokenSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionBalancerPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionBalancerPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionStakingPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionStakingPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type Subscription_MetaArgs = { - block?: InputMaybe; -}; - -export type TokenPriceSnapshot = { - __typename?: "TokenPriceSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - token: Scalars["Bytes"]; - price: Scalars["BigDecimal"]; -}; - -export type TokenPriceSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_not_contains?: InputMaybe; - price?: InputMaybe; - price_not?: InputMaybe; - price_gt?: InputMaybe; - price_lt?: InputMaybe; - price_gte?: InputMaybe; - price_lte?: InputMaybe; - price_in?: InputMaybe>; - price_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenPriceSnapshot_OrderBy { - Id = "id", - Block = "block", - Token = "token", - Price = "price", -} - -export type TokenRecord = { - __typename?: "TokenRecord"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - token: Scalars["String"]; - tokenAddress: Scalars["String"]; - source: Scalars["String"]; - sourceAddress: Scalars["String"]; - rate: Scalars["BigDecimal"]; - balance: Scalars["BigDecimal"]; - multiplier: Scalars["BigDecimal"]; - value: Scalars["BigDecimal"]; - valueExcludingOhm: Scalars["BigDecimal"]; - category: Scalars["String"]; - isLiquid: Scalars["Boolean"]; - isBluechip: Scalars["Boolean"]; - blockchain: Scalars["String"]; -}; - -export type TokenRecord_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - tokenAddress?: InputMaybe; - tokenAddress_not?: InputMaybe; - tokenAddress_gt?: InputMaybe; - tokenAddress_lt?: InputMaybe; - tokenAddress_gte?: InputMaybe; - tokenAddress_lte?: InputMaybe; - tokenAddress_in?: InputMaybe>; - tokenAddress_not_in?: InputMaybe>; - tokenAddress_contains?: InputMaybe; - tokenAddress_contains_nocase?: InputMaybe; - tokenAddress_not_contains?: InputMaybe; - tokenAddress_not_contains_nocase?: InputMaybe; - tokenAddress_starts_with?: InputMaybe; - tokenAddress_starts_with_nocase?: InputMaybe; - tokenAddress_not_starts_with?: InputMaybe; - tokenAddress_not_starts_with_nocase?: InputMaybe; - tokenAddress_ends_with?: InputMaybe; - tokenAddress_ends_with_nocase?: InputMaybe; - tokenAddress_not_ends_with?: InputMaybe; - tokenAddress_not_ends_with_nocase?: InputMaybe; - source?: InputMaybe; - source_not?: InputMaybe; - source_gt?: InputMaybe; - source_lt?: InputMaybe; - source_gte?: InputMaybe; - source_lte?: InputMaybe; - source_in?: InputMaybe>; - source_not_in?: InputMaybe>; - source_contains?: InputMaybe; - source_contains_nocase?: InputMaybe; - source_not_contains?: InputMaybe; - source_not_contains_nocase?: InputMaybe; - source_starts_with?: InputMaybe; - source_starts_with_nocase?: InputMaybe; - source_not_starts_with?: InputMaybe; - source_not_starts_with_nocase?: InputMaybe; - source_ends_with?: InputMaybe; - source_ends_with_nocase?: InputMaybe; - source_not_ends_with?: InputMaybe; - source_not_ends_with_nocase?: InputMaybe; - sourceAddress?: InputMaybe; - sourceAddress_not?: InputMaybe; - sourceAddress_gt?: InputMaybe; - sourceAddress_lt?: InputMaybe; - sourceAddress_gte?: InputMaybe; - sourceAddress_lte?: InputMaybe; - sourceAddress_in?: InputMaybe>; - sourceAddress_not_in?: InputMaybe>; - sourceAddress_contains?: InputMaybe; - sourceAddress_contains_nocase?: InputMaybe; - sourceAddress_not_contains?: InputMaybe; - sourceAddress_not_contains_nocase?: InputMaybe; - sourceAddress_starts_with?: InputMaybe; - sourceAddress_starts_with_nocase?: InputMaybe; - sourceAddress_not_starts_with?: InputMaybe; - sourceAddress_not_starts_with_nocase?: InputMaybe; - sourceAddress_ends_with?: InputMaybe; - sourceAddress_ends_with_nocase?: InputMaybe; - sourceAddress_not_ends_with?: InputMaybe; - sourceAddress_not_ends_with_nocase?: InputMaybe; - rate?: InputMaybe; - rate_not?: InputMaybe; - rate_gt?: InputMaybe; - rate_lt?: InputMaybe; - rate_gte?: InputMaybe; - rate_lte?: InputMaybe; - rate_in?: InputMaybe>; - rate_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - multiplier?: InputMaybe; - multiplier_not?: InputMaybe; - multiplier_gt?: InputMaybe; - multiplier_lt?: InputMaybe; - multiplier_gte?: InputMaybe; - multiplier_lte?: InputMaybe; - multiplier_in?: InputMaybe>; - multiplier_not_in?: InputMaybe>; - value?: InputMaybe; - value_not?: InputMaybe; - value_gt?: InputMaybe; - value_lt?: InputMaybe; - value_gte?: InputMaybe; - value_lte?: InputMaybe; - value_in?: InputMaybe>; - value_not_in?: InputMaybe>; - valueExcludingOhm?: InputMaybe; - valueExcludingOhm_not?: InputMaybe; - valueExcludingOhm_gt?: InputMaybe; - valueExcludingOhm_lt?: InputMaybe; - valueExcludingOhm_gte?: InputMaybe; - valueExcludingOhm_lte?: InputMaybe; - valueExcludingOhm_in?: InputMaybe>; - valueExcludingOhm_not_in?: InputMaybe>; - category?: InputMaybe; - category_not?: InputMaybe; - category_gt?: InputMaybe; - category_lt?: InputMaybe; - category_gte?: InputMaybe; - category_lte?: InputMaybe; - category_in?: InputMaybe>; - category_not_in?: InputMaybe>; - category_contains?: InputMaybe; - category_contains_nocase?: InputMaybe; - category_not_contains?: InputMaybe; - category_not_contains_nocase?: InputMaybe; - category_starts_with?: InputMaybe; - category_starts_with_nocase?: InputMaybe; - category_not_starts_with?: InputMaybe; - category_not_starts_with_nocase?: InputMaybe; - category_ends_with?: InputMaybe; - category_ends_with_nocase?: InputMaybe; - category_not_ends_with?: InputMaybe; - category_not_ends_with_nocase?: InputMaybe; - isLiquid?: InputMaybe; - isLiquid_not?: InputMaybe; - isLiquid_in?: InputMaybe>; - isLiquid_not_in?: InputMaybe>; - isBluechip?: InputMaybe; - isBluechip_not?: InputMaybe; - isBluechip_in?: InputMaybe>; - isBluechip_not_in?: InputMaybe>; - blockchain?: InputMaybe; - blockchain_not?: InputMaybe; - blockchain_gt?: InputMaybe; - blockchain_lt?: InputMaybe; - blockchain_gte?: InputMaybe; - blockchain_lte?: InputMaybe; - blockchain_in?: InputMaybe>; - blockchain_not_in?: InputMaybe>; - blockchain_contains?: InputMaybe; - blockchain_contains_nocase?: InputMaybe; - blockchain_not_contains?: InputMaybe; - blockchain_not_contains_nocase?: InputMaybe; - blockchain_starts_with?: InputMaybe; - blockchain_starts_with_nocase?: InputMaybe; - blockchain_not_starts_with?: InputMaybe; - blockchain_not_starts_with_nocase?: InputMaybe; - blockchain_ends_with?: InputMaybe; - blockchain_ends_with_nocase?: InputMaybe; - blockchain_not_ends_with?: InputMaybe; - blockchain_not_ends_with_nocase?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenRecord_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - Token = "token", - TokenAddress = "tokenAddress", - Source = "source", - SourceAddress = "sourceAddress", - Rate = "rate", - Balance = "balance", - Multiplier = "multiplier", - Value = "value", - ValueExcludingOhm = "valueExcludingOhm", - Category = "category", - IsLiquid = "isLiquid", - IsBluechip = "isBluechip", - Blockchain = "blockchain", -} - -export type TokenSupply = { - __typename?: "TokenSupply"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - token: Scalars["String"]; - tokenAddress: Scalars["String"]; - pool?: Maybe; - poolAddress?: Maybe; - source?: Maybe; - sourceAddress?: Maybe; - type: Scalars["String"]; - balance: Scalars["BigDecimal"]; - supplyBalance: Scalars["BigDecimal"]; -}; - -export type TokenSupply_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - tokenAddress?: InputMaybe; - tokenAddress_not?: InputMaybe; - tokenAddress_gt?: InputMaybe; - tokenAddress_lt?: InputMaybe; - tokenAddress_gte?: InputMaybe; - tokenAddress_lte?: InputMaybe; - tokenAddress_in?: InputMaybe>; - tokenAddress_not_in?: InputMaybe>; - tokenAddress_contains?: InputMaybe; - tokenAddress_contains_nocase?: InputMaybe; - tokenAddress_not_contains?: InputMaybe; - tokenAddress_not_contains_nocase?: InputMaybe; - tokenAddress_starts_with?: InputMaybe; - tokenAddress_starts_with_nocase?: InputMaybe; - tokenAddress_not_starts_with?: InputMaybe; - tokenAddress_not_starts_with_nocase?: InputMaybe; - tokenAddress_ends_with?: InputMaybe; - tokenAddress_ends_with_nocase?: InputMaybe; - tokenAddress_not_ends_with?: InputMaybe; - tokenAddress_not_ends_with_nocase?: InputMaybe; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_contains_nocase?: InputMaybe; - pool_not_contains?: InputMaybe; - pool_not_contains_nocase?: InputMaybe; - pool_starts_with?: InputMaybe; - pool_starts_with_nocase?: InputMaybe; - pool_not_starts_with?: InputMaybe; - pool_not_starts_with_nocase?: InputMaybe; - pool_ends_with?: InputMaybe; - pool_ends_with_nocase?: InputMaybe; - pool_not_ends_with?: InputMaybe; - pool_not_ends_with_nocase?: InputMaybe; - poolAddress?: InputMaybe; - poolAddress_not?: InputMaybe; - poolAddress_gt?: InputMaybe; - poolAddress_lt?: InputMaybe; - poolAddress_gte?: InputMaybe; - poolAddress_lte?: InputMaybe; - poolAddress_in?: InputMaybe>; - poolAddress_not_in?: InputMaybe>; - poolAddress_contains?: InputMaybe; - poolAddress_contains_nocase?: InputMaybe; - poolAddress_not_contains?: InputMaybe; - poolAddress_not_contains_nocase?: InputMaybe; - poolAddress_starts_with?: InputMaybe; - poolAddress_starts_with_nocase?: InputMaybe; - poolAddress_not_starts_with?: InputMaybe; - poolAddress_not_starts_with_nocase?: InputMaybe; - poolAddress_ends_with?: InputMaybe; - poolAddress_ends_with_nocase?: InputMaybe; - poolAddress_not_ends_with?: InputMaybe; - poolAddress_not_ends_with_nocase?: InputMaybe; - source?: InputMaybe; - source_not?: InputMaybe; - source_gt?: InputMaybe; - source_lt?: InputMaybe; - source_gte?: InputMaybe; - source_lte?: InputMaybe; - source_in?: InputMaybe>; - source_not_in?: InputMaybe>; - source_contains?: InputMaybe; - source_contains_nocase?: InputMaybe; - source_not_contains?: InputMaybe; - source_not_contains_nocase?: InputMaybe; - source_starts_with?: InputMaybe; - source_starts_with_nocase?: InputMaybe; - source_not_starts_with?: InputMaybe; - source_not_starts_with_nocase?: InputMaybe; - source_ends_with?: InputMaybe; - source_ends_with_nocase?: InputMaybe; - source_not_ends_with?: InputMaybe; - source_not_ends_with_nocase?: InputMaybe; - sourceAddress?: InputMaybe; - sourceAddress_not?: InputMaybe; - sourceAddress_gt?: InputMaybe; - sourceAddress_lt?: InputMaybe; - sourceAddress_gte?: InputMaybe; - sourceAddress_lte?: InputMaybe; - sourceAddress_in?: InputMaybe>; - sourceAddress_not_in?: InputMaybe>; - sourceAddress_contains?: InputMaybe; - sourceAddress_contains_nocase?: InputMaybe; - sourceAddress_not_contains?: InputMaybe; - sourceAddress_not_contains_nocase?: InputMaybe; - sourceAddress_starts_with?: InputMaybe; - sourceAddress_starts_with_nocase?: InputMaybe; - sourceAddress_not_starts_with?: InputMaybe; - sourceAddress_not_starts_with_nocase?: InputMaybe; - sourceAddress_ends_with?: InputMaybe; - sourceAddress_ends_with_nocase?: InputMaybe; - sourceAddress_not_ends_with?: InputMaybe; - sourceAddress_not_ends_with_nocase?: InputMaybe; - type?: InputMaybe; - type_not?: InputMaybe; - type_gt?: InputMaybe; - type_lt?: InputMaybe; - type_gte?: InputMaybe; - type_lte?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; - type_contains?: InputMaybe; - type_contains_nocase?: InputMaybe; - type_not_contains?: InputMaybe; - type_not_contains_nocase?: InputMaybe; - type_starts_with?: InputMaybe; - type_starts_with_nocase?: InputMaybe; - type_not_starts_with?: InputMaybe; - type_not_starts_with_nocase?: InputMaybe; - type_ends_with?: InputMaybe; - type_ends_with_nocase?: InputMaybe; - type_not_ends_with?: InputMaybe; - type_not_ends_with_nocase?: InputMaybe; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - supplyBalance?: InputMaybe; - supplyBalance_not?: InputMaybe; - supplyBalance_gt?: InputMaybe; - supplyBalance_lt?: InputMaybe; - supplyBalance_gte?: InputMaybe; - supplyBalance_lte?: InputMaybe; - supplyBalance_in?: InputMaybe>; - supplyBalance_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenSupply_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - Token = "token", - TokenAddress = "tokenAddress", - Pool = "pool", - PoolAddress = "poolAddress", - Source = "source", - SourceAddress = "sourceAddress", - Type = "type", - Balance = "balance", - SupplyBalance = "supplyBalance", -} - -export type _Block_ = { - __typename?: "_Block_"; - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars["Int"]; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type _Meta_ = { - __typename?: "_Meta_"; - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: _Block_; - /** The deployment ID */ - deployment: Scalars["String"]; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars["Boolean"]; -}; - -export enum _SubgraphErrorPolicy_ { - /** Data will be returned even if the subgraph has indexing errors */ - Allow = "allow", - /** If the subgraph has indexing errors, data will be omitted. The default. */ - Deny = "deny", -} diff --git a/function/generated/Treasury_Polygon/QmdDUpqEzfKug1ER6HWM8c7U6wf3wtEtRBvXV7LkVoBi9f/TokenRecord/TokenRecord.jsonschema b/function/generated/Treasury_Polygon/QmdDUpqEzfKug1ER6HWM8c7U6wf3wtEtRBvXV7LkVoBi9f/TokenRecord/TokenRecord.jsonschema deleted file mode 100644 index d22d846..0000000 --- a/function/generated/Treasury_Polygon/QmdDUpqEzfKug1ER6HWM8c7U6wf3wtEtRBvXV7LkVoBi9f/TokenRecord/TokenRecord.jsonschema +++ /dev/null @@ -1,62 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "type": "object", - "properties": { - "__typename": { - "type": "string", - "const": "TokenRecord" - }, - "id": { - "type": "string" - }, - "block": { - "type": "string" - }, - "timestamp": { - "type": "string" - }, - "date": { - "type": "string" - }, - "token": { - "type": "string" - }, - "tokenAddress": { - "type": "string" - }, - "source": { - "type": "string" - }, - "sourceAddress": { - "type": "string" - }, - "rate": { - "type": "string" - }, - "balance": { - "type": "string" - }, - "multiplier": { - "type": "string" - }, - "value": { - "type": "string" - }, - "valueExcludingOhm": { - "type": "string" - }, - "category": { - "type": "string" - }, - "isLiquid": { - "type": "boolean" - }, - "isBluechip": { - "type": "boolean" - }, - "blockchain": { - "type": "string" - } - }, - "additionalProperties": false -} \ No newline at end of file diff --git a/function/generated/Treasury_Polygon/QmdDUpqEzfKug1ER6HWM8c7U6wf3wtEtRBvXV7LkVoBi9f/TokenRecord/TokenRecord_schema.json b/function/generated/Treasury_Polygon/QmdDUpqEzfKug1ER6HWM8c7U6wf3wtEtRBvXV7LkVoBi9f/TokenRecord/TokenRecord_schema.json deleted file mode 100644 index a767ca4..0000000 --- a/function/generated/Treasury_Polygon/QmdDUpqEzfKug1ER6HWM8c7U6wf3wtEtRBvXV7LkVoBi9f/TokenRecord/TokenRecord_schema.json +++ /dev/null @@ -1,92 +0,0 @@ -[ - { - "name": "__typename", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "id", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "block", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "timestamp", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "date", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "token", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "tokenAddress", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "source", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "sourceAddress", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "rate", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "balance", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "multiplier", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "value", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "valueExcludingOhm", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "category", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "isLiquid", - "type": "BOOLEAN", - "mode": "NULLABLE" - }, - { - "name": "isBluechip", - "type": "BOOLEAN", - "mode": "NULLABLE" - }, - { - "name": "blockchain", - "type": "STRING", - "mode": "NULLABLE" - } -] diff --git a/function/generated/Treasury_Polygon/QmdDUpqEzfKug1ER6HWM8c7U6wf3wtEtRBvXV7LkVoBi9f/TokenRecord/TokenRecord_types.ts b/function/generated/Treasury_Polygon/QmdDUpqEzfKug1ER6HWM8c7U6wf3wtEtRBvXV7LkVoBi9f/TokenRecord/TokenRecord_types.ts deleted file mode 100644 index 25fd65c..0000000 --- a/function/generated/Treasury_Polygon/QmdDUpqEzfKug1ER6HWM8c7U6wf3wtEtRBvXV7LkVoBi9f/TokenRecord/TokenRecord_types.ts +++ /dev/null @@ -1,1827 +0,0 @@ -export type Maybe = T | null | undefined; -export type InputMaybe = T | null | undefined; -export type Exact = { [K in keyof T]: T[K] }; -export type MakeOptional = Omit & { [SubKey in K]?: Maybe }; -export type MakeMaybe = Omit & { [SubKey in K]: Maybe }; -/** All built-in and custom scalars, mapped to their actual values */ -export type Scalars = { - ID: string; - String: string; - Boolean: boolean; - Int: number; - Float: number; - BigDecimal: string; - BigInt: string; - Bytes: string; - /** - * 8 bytes signed integer - * - */ - Int8: string; - /** - * A string representation of microseconds UNIX timestamp (16 digits) - * - */ - Timestamp: string; -}; - -export enum Aggregation_Interval { - Hour = "hour", - Day = "day", -} - -export type BalancerPoolSnapshot = { - __typename?: "BalancerPoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - pool: Scalars["Bytes"]; - poolToken: Scalars["Bytes"]; - decimals: Scalars["Int"]; - totalSupply: Scalars["BigDecimal"]; - tokens: Array; - balances: Array; - weights: Array; -}; - -export type BalancerPoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_not_contains?: InputMaybe; - poolToken?: InputMaybe; - poolToken_not?: InputMaybe; - poolToken_gt?: InputMaybe; - poolToken_lt?: InputMaybe; - poolToken_gte?: InputMaybe; - poolToken_lte?: InputMaybe; - poolToken_in?: InputMaybe>; - poolToken_not_in?: InputMaybe>; - poolToken_contains?: InputMaybe; - poolToken_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - tokens?: InputMaybe>; - tokens_not?: InputMaybe>; - tokens_contains?: InputMaybe>; - tokens_contains_nocase?: InputMaybe>; - tokens_not_contains?: InputMaybe>; - tokens_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - weights?: InputMaybe>; - weights_not?: InputMaybe>; - weights_contains?: InputMaybe>; - weights_contains_nocase?: InputMaybe>; - weights_not_contains?: InputMaybe>; - weights_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum BalancerPoolSnapshot_OrderBy { - Id = "id", - Block = "block", - Pool = "pool", - PoolToken = "poolToken", - Decimals = "decimals", - TotalSupply = "totalSupply", - Tokens = "tokens", - Balances = "balances", - Weights = "weights", -} - -export type BlockChangedFilter = { - number_gte: Scalars["Int"]; -}; - -export type Block_Height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type Erc20TokenSnapshot = { - __typename?: "ERC20TokenSnapshot"; - id: Scalars["Bytes"]; - address: Scalars["Bytes"]; - decimals: Scalars["Int"]; - totalSupply?: Maybe; -}; - -export type Erc20TokenSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum Erc20TokenSnapshot_OrderBy { - Id = "id", - Address = "address", - Decimals = "decimals", - TotalSupply = "totalSupply", -} - -export type GnosisAuction = { - __typename?: "GnosisAuction"; - id: Scalars["ID"]; - auctionOpenTimestamp: Scalars["BigInt"]; - payoutCapacity: Scalars["BigDecimal"]; - termSeconds: Scalars["BigInt"]; - bidQuantity?: Maybe; - auctionCloseTimestamp?: Maybe; -}; - -export type GnosisAuctionRoot = { - __typename?: "GnosisAuctionRoot"; - id: Scalars["ID"]; - markets: Array; -}; - -export type GnosisAuctionRoot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - markets?: InputMaybe>; - markets_not?: InputMaybe>; - markets_contains?: InputMaybe>; - markets_contains_nocase?: InputMaybe>; - markets_not_contains?: InputMaybe>; - markets_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum GnosisAuctionRoot_OrderBy { - Id = "id", - Markets = "markets", -} - -export type GnosisAuction_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - auctionOpenTimestamp?: InputMaybe; - auctionOpenTimestamp_not?: InputMaybe; - auctionOpenTimestamp_gt?: InputMaybe; - auctionOpenTimestamp_lt?: InputMaybe; - auctionOpenTimestamp_gte?: InputMaybe; - auctionOpenTimestamp_lte?: InputMaybe; - auctionOpenTimestamp_in?: InputMaybe>; - auctionOpenTimestamp_not_in?: InputMaybe>; - payoutCapacity?: InputMaybe; - payoutCapacity_not?: InputMaybe; - payoutCapacity_gt?: InputMaybe; - payoutCapacity_lt?: InputMaybe; - payoutCapacity_gte?: InputMaybe; - payoutCapacity_lte?: InputMaybe; - payoutCapacity_in?: InputMaybe>; - payoutCapacity_not_in?: InputMaybe>; - termSeconds?: InputMaybe; - termSeconds_not?: InputMaybe; - termSeconds_gt?: InputMaybe; - termSeconds_lt?: InputMaybe; - termSeconds_gte?: InputMaybe; - termSeconds_lte?: InputMaybe; - termSeconds_in?: InputMaybe>; - termSeconds_not_in?: InputMaybe>; - bidQuantity?: InputMaybe; - bidQuantity_not?: InputMaybe; - bidQuantity_gt?: InputMaybe; - bidQuantity_lt?: InputMaybe; - bidQuantity_gte?: InputMaybe; - bidQuantity_lte?: InputMaybe; - bidQuantity_in?: InputMaybe>; - bidQuantity_not_in?: InputMaybe>; - auctionCloseTimestamp?: InputMaybe; - auctionCloseTimestamp_not?: InputMaybe; - auctionCloseTimestamp_gt?: InputMaybe; - auctionCloseTimestamp_lt?: InputMaybe; - auctionCloseTimestamp_gte?: InputMaybe; - auctionCloseTimestamp_lte?: InputMaybe; - auctionCloseTimestamp_in?: InputMaybe>; - auctionCloseTimestamp_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum GnosisAuction_OrderBy { - Id = "id", - AuctionOpenTimestamp = "auctionOpenTimestamp", - PayoutCapacity = "payoutCapacity", - TermSeconds = "termSeconds", - BidQuantity = "bidQuantity", - AuctionCloseTimestamp = "auctionCloseTimestamp", -} - -/** Defines the order direction, either ascending or descending */ -export enum OrderDirection { - Asc = "asc", - Desc = "desc", -} - -export type PoolSnapshot = { - __typename?: "PoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - pool: Scalars["Bytes"]; - poolToken?: Maybe; - decimals: Scalars["Int"]; - totalSupply: Scalars["BigDecimal"]; - tokens: Array; - balances: Array; - weights?: Maybe>; -}; - -export type PoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_not_contains?: InputMaybe; - poolToken?: InputMaybe; - poolToken_not?: InputMaybe; - poolToken_gt?: InputMaybe; - poolToken_lt?: InputMaybe; - poolToken_gte?: InputMaybe; - poolToken_lte?: InputMaybe; - poolToken_in?: InputMaybe>; - poolToken_not_in?: InputMaybe>; - poolToken_contains?: InputMaybe; - poolToken_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - tokens?: InputMaybe>; - tokens_not?: InputMaybe>; - tokens_contains?: InputMaybe>; - tokens_contains_nocase?: InputMaybe>; - tokens_not_contains?: InputMaybe>; - tokens_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - weights?: InputMaybe>; - weights_not?: InputMaybe>; - weights_contains?: InputMaybe>; - weights_contains_nocase?: InputMaybe>; - weights_not_contains?: InputMaybe>; - weights_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum PoolSnapshot_OrderBy { - Id = "id", - Block = "block", - Pool = "pool", - PoolToken = "poolToken", - Decimals = "decimals", - TotalSupply = "totalSupply", - Tokens = "tokens", - Balances = "balances", - Weights = "weights", -} - -export type PriceSnapshot = { - __typename?: "PriceSnapshot"; - id: Scalars["ID"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - priceOhm: Scalars["BigDecimal"]; - priceGOhm: Scalars["BigDecimal"]; -}; - -export type PriceSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - priceOhm?: InputMaybe; - priceOhm_not?: InputMaybe; - priceOhm_gt?: InputMaybe; - priceOhm_lt?: InputMaybe; - priceOhm_gte?: InputMaybe; - priceOhm_lte?: InputMaybe; - priceOhm_in?: InputMaybe>; - priceOhm_not_in?: InputMaybe>; - priceGOhm?: InputMaybe; - priceGOhm_not?: InputMaybe; - priceGOhm_gt?: InputMaybe; - priceGOhm_lt?: InputMaybe; - priceGOhm_gte?: InputMaybe; - priceGOhm_lte?: InputMaybe; - priceGOhm_in?: InputMaybe>; - priceGOhm_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum PriceSnapshot_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - PriceOhm = "priceOhm", - PriceGOhm = "priceGOhm", -} - -export type ProtocolMetric = { - __typename?: "ProtocolMetric"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - currentAPY: Scalars["BigDecimal"]; - currentIndex: Scalars["BigDecimal"]; - date: Scalars["String"]; - gOhmPrice: Scalars["BigDecimal"]; - gOhmSyntheticSupply?: Maybe; - gOhmTotalSupply: Scalars["BigDecimal"]; - marketCap?: Maybe; - nextDistributedOhm: Scalars["BigDecimal"]; - nextEpochRebase: Scalars["BigDecimal"]; - ohmCirculatingSupply?: Maybe; - ohmFloatingSupply?: Maybe; - ohmPrice: Scalars["BigDecimal"]; - ohmTotalSupply: Scalars["BigDecimal"]; - sOhmCirculatingSupply: Scalars["BigDecimal"]; - timestamp: Scalars["BigInt"]; - totalValueLocked: Scalars["BigDecimal"]; - treasuryLiquidBacking?: Maybe; - treasuryLiquidBackingPerGOhmSynthetic?: Maybe; - treasuryLiquidBackingPerOhmFloating?: Maybe; - treasuryMarketValue?: Maybe; -}; - -export type ProtocolMetric_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - currentAPY?: InputMaybe; - currentAPY_not?: InputMaybe; - currentAPY_gt?: InputMaybe; - currentAPY_lt?: InputMaybe; - currentAPY_gte?: InputMaybe; - currentAPY_lte?: InputMaybe; - currentAPY_in?: InputMaybe>; - currentAPY_not_in?: InputMaybe>; - currentIndex?: InputMaybe; - currentIndex_not?: InputMaybe; - currentIndex_gt?: InputMaybe; - currentIndex_lt?: InputMaybe; - currentIndex_gte?: InputMaybe; - currentIndex_lte?: InputMaybe; - currentIndex_in?: InputMaybe>; - currentIndex_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - gOhmPrice?: InputMaybe; - gOhmPrice_not?: InputMaybe; - gOhmPrice_gt?: InputMaybe; - gOhmPrice_lt?: InputMaybe; - gOhmPrice_gte?: InputMaybe; - gOhmPrice_lte?: InputMaybe; - gOhmPrice_in?: InputMaybe>; - gOhmPrice_not_in?: InputMaybe>; - gOhmSyntheticSupply?: InputMaybe; - gOhmSyntheticSupply_not?: InputMaybe; - gOhmSyntheticSupply_gt?: InputMaybe; - gOhmSyntheticSupply_lt?: InputMaybe; - gOhmSyntheticSupply_gte?: InputMaybe; - gOhmSyntheticSupply_lte?: InputMaybe; - gOhmSyntheticSupply_in?: InputMaybe>; - gOhmSyntheticSupply_not_in?: InputMaybe>; - gOhmTotalSupply?: InputMaybe; - gOhmTotalSupply_not?: InputMaybe; - gOhmTotalSupply_gt?: InputMaybe; - gOhmTotalSupply_lt?: InputMaybe; - gOhmTotalSupply_gte?: InputMaybe; - gOhmTotalSupply_lte?: InputMaybe; - gOhmTotalSupply_in?: InputMaybe>; - gOhmTotalSupply_not_in?: InputMaybe>; - marketCap?: InputMaybe; - marketCap_not?: InputMaybe; - marketCap_gt?: InputMaybe; - marketCap_lt?: InputMaybe; - marketCap_gte?: InputMaybe; - marketCap_lte?: InputMaybe; - marketCap_in?: InputMaybe>; - marketCap_not_in?: InputMaybe>; - nextDistributedOhm?: InputMaybe; - nextDistributedOhm_not?: InputMaybe; - nextDistributedOhm_gt?: InputMaybe; - nextDistributedOhm_lt?: InputMaybe; - nextDistributedOhm_gte?: InputMaybe; - nextDistributedOhm_lte?: InputMaybe; - nextDistributedOhm_in?: InputMaybe>; - nextDistributedOhm_not_in?: InputMaybe>; - nextEpochRebase?: InputMaybe; - nextEpochRebase_not?: InputMaybe; - nextEpochRebase_gt?: InputMaybe; - nextEpochRebase_lt?: InputMaybe; - nextEpochRebase_gte?: InputMaybe; - nextEpochRebase_lte?: InputMaybe; - nextEpochRebase_in?: InputMaybe>; - nextEpochRebase_not_in?: InputMaybe>; - ohmCirculatingSupply?: InputMaybe; - ohmCirculatingSupply_not?: InputMaybe; - ohmCirculatingSupply_gt?: InputMaybe; - ohmCirculatingSupply_lt?: InputMaybe; - ohmCirculatingSupply_gte?: InputMaybe; - ohmCirculatingSupply_lte?: InputMaybe; - ohmCirculatingSupply_in?: InputMaybe>; - ohmCirculatingSupply_not_in?: InputMaybe>; - ohmFloatingSupply?: InputMaybe; - ohmFloatingSupply_not?: InputMaybe; - ohmFloatingSupply_gt?: InputMaybe; - ohmFloatingSupply_lt?: InputMaybe; - ohmFloatingSupply_gte?: InputMaybe; - ohmFloatingSupply_lte?: InputMaybe; - ohmFloatingSupply_in?: InputMaybe>; - ohmFloatingSupply_not_in?: InputMaybe>; - ohmPrice?: InputMaybe; - ohmPrice_not?: InputMaybe; - ohmPrice_gt?: InputMaybe; - ohmPrice_lt?: InputMaybe; - ohmPrice_gte?: InputMaybe; - ohmPrice_lte?: InputMaybe; - ohmPrice_in?: InputMaybe>; - ohmPrice_not_in?: InputMaybe>; - ohmTotalSupply?: InputMaybe; - ohmTotalSupply_not?: InputMaybe; - ohmTotalSupply_gt?: InputMaybe; - ohmTotalSupply_lt?: InputMaybe; - ohmTotalSupply_gte?: InputMaybe; - ohmTotalSupply_lte?: InputMaybe; - ohmTotalSupply_in?: InputMaybe>; - ohmTotalSupply_not_in?: InputMaybe>; - sOhmCirculatingSupply?: InputMaybe; - sOhmCirculatingSupply_not?: InputMaybe; - sOhmCirculatingSupply_gt?: InputMaybe; - sOhmCirculatingSupply_lt?: InputMaybe; - sOhmCirculatingSupply_gte?: InputMaybe; - sOhmCirculatingSupply_lte?: InputMaybe; - sOhmCirculatingSupply_in?: InputMaybe>; - sOhmCirculatingSupply_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - totalValueLocked?: InputMaybe; - totalValueLocked_not?: InputMaybe; - totalValueLocked_gt?: InputMaybe; - totalValueLocked_lt?: InputMaybe; - totalValueLocked_gte?: InputMaybe; - totalValueLocked_lte?: InputMaybe; - totalValueLocked_in?: InputMaybe>; - totalValueLocked_not_in?: InputMaybe>; - treasuryLiquidBacking?: InputMaybe; - treasuryLiquidBacking_not?: InputMaybe; - treasuryLiquidBacking_gt?: InputMaybe; - treasuryLiquidBacking_lt?: InputMaybe; - treasuryLiquidBacking_gte?: InputMaybe; - treasuryLiquidBacking_lte?: InputMaybe; - treasuryLiquidBacking_in?: InputMaybe>; - treasuryLiquidBacking_not_in?: InputMaybe>; - treasuryLiquidBackingPerGOhmSynthetic?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_not?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_gt?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_lt?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_gte?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_lte?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_in?: InputMaybe>; - treasuryLiquidBackingPerGOhmSynthetic_not_in?: InputMaybe>; - treasuryLiquidBackingPerOhmFloating?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_not?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_gt?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_lt?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_gte?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_lte?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_in?: InputMaybe>; - treasuryLiquidBackingPerOhmFloating_not_in?: InputMaybe>; - treasuryMarketValue?: InputMaybe; - treasuryMarketValue_not?: InputMaybe; - treasuryMarketValue_gt?: InputMaybe; - treasuryMarketValue_lt?: InputMaybe; - treasuryMarketValue_gte?: InputMaybe; - treasuryMarketValue_lte?: InputMaybe; - treasuryMarketValue_in?: InputMaybe>; - treasuryMarketValue_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum ProtocolMetric_OrderBy { - Id = "id", - Block = "block", - CurrentApy = "currentAPY", - CurrentIndex = "currentIndex", - Date = "date", - GOhmPrice = "gOhmPrice", - GOhmSyntheticSupply = "gOhmSyntheticSupply", - GOhmTotalSupply = "gOhmTotalSupply", - MarketCap = "marketCap", - NextDistributedOhm = "nextDistributedOhm", - NextEpochRebase = "nextEpochRebase", - OhmCirculatingSupply = "ohmCirculatingSupply", - OhmFloatingSupply = "ohmFloatingSupply", - OhmPrice = "ohmPrice", - OhmTotalSupply = "ohmTotalSupply", - SOhmCirculatingSupply = "sOhmCirculatingSupply", - Timestamp = "timestamp", - TotalValueLocked = "totalValueLocked", - TreasuryLiquidBacking = "treasuryLiquidBacking", - TreasuryLiquidBackingPerGOhmSynthetic = "treasuryLiquidBackingPerGOhmSynthetic", - TreasuryLiquidBackingPerOhmFloating = "treasuryLiquidBackingPerOhmFloating", - TreasuryMarketValue = "treasuryMarketValue", -} - -export type Query = { - __typename?: "Query"; - protocolMetric?: Maybe; - protocolMetrics: Array; - tokenRecord?: Maybe; - tokenRecords: Array; - tokenSupply?: Maybe; - tokenSupplies: Array; - priceSnapshot?: Maybe; - priceSnapshots: Array; - gnosisAuctionRoot?: Maybe; - gnosisAuctionRoots: Array; - gnosisAuction?: Maybe; - gnosisAuctions: Array; - erc20TokenSnapshot?: Maybe; - erc20TokenSnapshots: Array; - balancerPoolSnapshot?: Maybe; - balancerPoolSnapshots: Array; - poolSnapshot?: Maybe; - poolSnapshots: Array; - tokenPriceSnapshot?: Maybe; - tokenPriceSnapshots: Array; - stakingPoolSnapshot?: Maybe; - stakingPoolSnapshots: Array; - /** Access to subgraph metadata */ - _meta?: Maybe<_Meta_>; -}; - -export type QueryProtocolMetricArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryProtocolMetricsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenRecordArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenRecordsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenSupplyArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenSuppliesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionRootArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryErc20TokenSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryErc20TokenSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryBalancerPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryBalancerPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryStakingPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryStakingPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type Query_MetaArgs = { - block?: InputMaybe; -}; - -export type StakingPoolSnapshot = { - __typename?: "StakingPoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - contractAddress: Scalars["Bytes"]; - stakingToken?: Maybe; -}; - -export type StakingPoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - contractAddress?: InputMaybe; - contractAddress_not?: InputMaybe; - contractAddress_gt?: InputMaybe; - contractAddress_lt?: InputMaybe; - contractAddress_gte?: InputMaybe; - contractAddress_lte?: InputMaybe; - contractAddress_in?: InputMaybe>; - contractAddress_not_in?: InputMaybe>; - contractAddress_contains?: InputMaybe; - contractAddress_not_contains?: InputMaybe; - stakingToken?: InputMaybe; - stakingToken_not?: InputMaybe; - stakingToken_gt?: InputMaybe; - stakingToken_lt?: InputMaybe; - stakingToken_gte?: InputMaybe; - stakingToken_lte?: InputMaybe; - stakingToken_in?: InputMaybe>; - stakingToken_not_in?: InputMaybe>; - stakingToken_contains?: InputMaybe; - stakingToken_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum StakingPoolSnapshot_OrderBy { - Id = "id", - Block = "block", - ContractAddress = "contractAddress", - StakingToken = "stakingToken", -} - -export type Subscription = { - __typename?: "Subscription"; - protocolMetric?: Maybe; - protocolMetrics: Array; - tokenRecord?: Maybe; - tokenRecords: Array; - tokenSupply?: Maybe; - tokenSupplies: Array; - priceSnapshot?: Maybe; - priceSnapshots: Array; - gnosisAuctionRoot?: Maybe; - gnosisAuctionRoots: Array; - gnosisAuction?: Maybe; - gnosisAuctions: Array; - erc20TokenSnapshot?: Maybe; - erc20TokenSnapshots: Array; - balancerPoolSnapshot?: Maybe; - balancerPoolSnapshots: Array; - poolSnapshot?: Maybe; - poolSnapshots: Array; - tokenPriceSnapshot?: Maybe; - tokenPriceSnapshots: Array; - stakingPoolSnapshot?: Maybe; - stakingPoolSnapshots: Array; - /** Access to subgraph metadata */ - _meta?: Maybe<_Meta_>; -}; - -export type SubscriptionProtocolMetricArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionProtocolMetricsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenRecordArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenRecordsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenSupplyArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenSuppliesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionRootArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionErc20TokenSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionErc20TokenSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionBalancerPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionBalancerPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionStakingPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionStakingPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type Subscription_MetaArgs = { - block?: InputMaybe; -}; - -export type TokenPriceSnapshot = { - __typename?: "TokenPriceSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - token: Scalars["Bytes"]; - price: Scalars["BigDecimal"]; -}; - -export type TokenPriceSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_not_contains?: InputMaybe; - price?: InputMaybe; - price_not?: InputMaybe; - price_gt?: InputMaybe; - price_lt?: InputMaybe; - price_gte?: InputMaybe; - price_lte?: InputMaybe; - price_in?: InputMaybe>; - price_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenPriceSnapshot_OrderBy { - Id = "id", - Block = "block", - Token = "token", - Price = "price", -} - -export type TokenRecord = { - __typename?: "TokenRecord"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - token: Scalars["String"]; - tokenAddress: Scalars["String"]; - source: Scalars["String"]; - sourceAddress: Scalars["String"]; - rate: Scalars["BigDecimal"]; - balance: Scalars["BigDecimal"]; - multiplier: Scalars["BigDecimal"]; - value: Scalars["BigDecimal"]; - valueExcludingOhm: Scalars["BigDecimal"]; - category: Scalars["String"]; - isLiquid: Scalars["Boolean"]; - isBluechip: Scalars["Boolean"]; - blockchain: Scalars["String"]; -}; - -export type TokenRecord_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - tokenAddress?: InputMaybe; - tokenAddress_not?: InputMaybe; - tokenAddress_gt?: InputMaybe; - tokenAddress_lt?: InputMaybe; - tokenAddress_gte?: InputMaybe; - tokenAddress_lte?: InputMaybe; - tokenAddress_in?: InputMaybe>; - tokenAddress_not_in?: InputMaybe>; - tokenAddress_contains?: InputMaybe; - tokenAddress_contains_nocase?: InputMaybe; - tokenAddress_not_contains?: InputMaybe; - tokenAddress_not_contains_nocase?: InputMaybe; - tokenAddress_starts_with?: InputMaybe; - tokenAddress_starts_with_nocase?: InputMaybe; - tokenAddress_not_starts_with?: InputMaybe; - tokenAddress_not_starts_with_nocase?: InputMaybe; - tokenAddress_ends_with?: InputMaybe; - tokenAddress_ends_with_nocase?: InputMaybe; - tokenAddress_not_ends_with?: InputMaybe; - tokenAddress_not_ends_with_nocase?: InputMaybe; - source?: InputMaybe; - source_not?: InputMaybe; - source_gt?: InputMaybe; - source_lt?: InputMaybe; - source_gte?: InputMaybe; - source_lte?: InputMaybe; - source_in?: InputMaybe>; - source_not_in?: InputMaybe>; - source_contains?: InputMaybe; - source_contains_nocase?: InputMaybe; - source_not_contains?: InputMaybe; - source_not_contains_nocase?: InputMaybe; - source_starts_with?: InputMaybe; - source_starts_with_nocase?: InputMaybe; - source_not_starts_with?: InputMaybe; - source_not_starts_with_nocase?: InputMaybe; - source_ends_with?: InputMaybe; - source_ends_with_nocase?: InputMaybe; - source_not_ends_with?: InputMaybe; - source_not_ends_with_nocase?: InputMaybe; - sourceAddress?: InputMaybe; - sourceAddress_not?: InputMaybe; - sourceAddress_gt?: InputMaybe; - sourceAddress_lt?: InputMaybe; - sourceAddress_gte?: InputMaybe; - sourceAddress_lte?: InputMaybe; - sourceAddress_in?: InputMaybe>; - sourceAddress_not_in?: InputMaybe>; - sourceAddress_contains?: InputMaybe; - sourceAddress_contains_nocase?: InputMaybe; - sourceAddress_not_contains?: InputMaybe; - sourceAddress_not_contains_nocase?: InputMaybe; - sourceAddress_starts_with?: InputMaybe; - sourceAddress_starts_with_nocase?: InputMaybe; - sourceAddress_not_starts_with?: InputMaybe; - sourceAddress_not_starts_with_nocase?: InputMaybe; - sourceAddress_ends_with?: InputMaybe; - sourceAddress_ends_with_nocase?: InputMaybe; - sourceAddress_not_ends_with?: InputMaybe; - sourceAddress_not_ends_with_nocase?: InputMaybe; - rate?: InputMaybe; - rate_not?: InputMaybe; - rate_gt?: InputMaybe; - rate_lt?: InputMaybe; - rate_gte?: InputMaybe; - rate_lte?: InputMaybe; - rate_in?: InputMaybe>; - rate_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - multiplier?: InputMaybe; - multiplier_not?: InputMaybe; - multiplier_gt?: InputMaybe; - multiplier_lt?: InputMaybe; - multiplier_gte?: InputMaybe; - multiplier_lte?: InputMaybe; - multiplier_in?: InputMaybe>; - multiplier_not_in?: InputMaybe>; - value?: InputMaybe; - value_not?: InputMaybe; - value_gt?: InputMaybe; - value_lt?: InputMaybe; - value_gte?: InputMaybe; - value_lte?: InputMaybe; - value_in?: InputMaybe>; - value_not_in?: InputMaybe>; - valueExcludingOhm?: InputMaybe; - valueExcludingOhm_not?: InputMaybe; - valueExcludingOhm_gt?: InputMaybe; - valueExcludingOhm_lt?: InputMaybe; - valueExcludingOhm_gte?: InputMaybe; - valueExcludingOhm_lte?: InputMaybe; - valueExcludingOhm_in?: InputMaybe>; - valueExcludingOhm_not_in?: InputMaybe>; - category?: InputMaybe; - category_not?: InputMaybe; - category_gt?: InputMaybe; - category_lt?: InputMaybe; - category_gte?: InputMaybe; - category_lte?: InputMaybe; - category_in?: InputMaybe>; - category_not_in?: InputMaybe>; - category_contains?: InputMaybe; - category_contains_nocase?: InputMaybe; - category_not_contains?: InputMaybe; - category_not_contains_nocase?: InputMaybe; - category_starts_with?: InputMaybe; - category_starts_with_nocase?: InputMaybe; - category_not_starts_with?: InputMaybe; - category_not_starts_with_nocase?: InputMaybe; - category_ends_with?: InputMaybe; - category_ends_with_nocase?: InputMaybe; - category_not_ends_with?: InputMaybe; - category_not_ends_with_nocase?: InputMaybe; - isLiquid?: InputMaybe; - isLiquid_not?: InputMaybe; - isLiquid_in?: InputMaybe>; - isLiquid_not_in?: InputMaybe>; - isBluechip?: InputMaybe; - isBluechip_not?: InputMaybe; - isBluechip_in?: InputMaybe>; - isBluechip_not_in?: InputMaybe>; - blockchain?: InputMaybe; - blockchain_not?: InputMaybe; - blockchain_gt?: InputMaybe; - blockchain_lt?: InputMaybe; - blockchain_gte?: InputMaybe; - blockchain_lte?: InputMaybe; - blockchain_in?: InputMaybe>; - blockchain_not_in?: InputMaybe>; - blockchain_contains?: InputMaybe; - blockchain_contains_nocase?: InputMaybe; - blockchain_not_contains?: InputMaybe; - blockchain_not_contains_nocase?: InputMaybe; - blockchain_starts_with?: InputMaybe; - blockchain_starts_with_nocase?: InputMaybe; - blockchain_not_starts_with?: InputMaybe; - blockchain_not_starts_with_nocase?: InputMaybe; - blockchain_ends_with?: InputMaybe; - blockchain_ends_with_nocase?: InputMaybe; - blockchain_not_ends_with?: InputMaybe; - blockchain_not_ends_with_nocase?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenRecord_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - Token = "token", - TokenAddress = "tokenAddress", - Source = "source", - SourceAddress = "sourceAddress", - Rate = "rate", - Balance = "balance", - Multiplier = "multiplier", - Value = "value", - ValueExcludingOhm = "valueExcludingOhm", - Category = "category", - IsLiquid = "isLiquid", - IsBluechip = "isBluechip", - Blockchain = "blockchain", -} - -export type TokenSupply = { - __typename?: "TokenSupply"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - token: Scalars["String"]; - tokenAddress: Scalars["String"]; - pool?: Maybe; - poolAddress?: Maybe; - source?: Maybe; - sourceAddress?: Maybe; - type: Scalars["String"]; - balance: Scalars["BigDecimal"]; - supplyBalance: Scalars["BigDecimal"]; -}; - -export type TokenSupply_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - tokenAddress?: InputMaybe; - tokenAddress_not?: InputMaybe; - tokenAddress_gt?: InputMaybe; - tokenAddress_lt?: InputMaybe; - tokenAddress_gte?: InputMaybe; - tokenAddress_lte?: InputMaybe; - tokenAddress_in?: InputMaybe>; - tokenAddress_not_in?: InputMaybe>; - tokenAddress_contains?: InputMaybe; - tokenAddress_contains_nocase?: InputMaybe; - tokenAddress_not_contains?: InputMaybe; - tokenAddress_not_contains_nocase?: InputMaybe; - tokenAddress_starts_with?: InputMaybe; - tokenAddress_starts_with_nocase?: InputMaybe; - tokenAddress_not_starts_with?: InputMaybe; - tokenAddress_not_starts_with_nocase?: InputMaybe; - tokenAddress_ends_with?: InputMaybe; - tokenAddress_ends_with_nocase?: InputMaybe; - tokenAddress_not_ends_with?: InputMaybe; - tokenAddress_not_ends_with_nocase?: InputMaybe; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_contains_nocase?: InputMaybe; - pool_not_contains?: InputMaybe; - pool_not_contains_nocase?: InputMaybe; - pool_starts_with?: InputMaybe; - pool_starts_with_nocase?: InputMaybe; - pool_not_starts_with?: InputMaybe; - pool_not_starts_with_nocase?: InputMaybe; - pool_ends_with?: InputMaybe; - pool_ends_with_nocase?: InputMaybe; - pool_not_ends_with?: InputMaybe; - pool_not_ends_with_nocase?: InputMaybe; - poolAddress?: InputMaybe; - poolAddress_not?: InputMaybe; - poolAddress_gt?: InputMaybe; - poolAddress_lt?: InputMaybe; - poolAddress_gte?: InputMaybe; - poolAddress_lte?: InputMaybe; - poolAddress_in?: InputMaybe>; - poolAddress_not_in?: InputMaybe>; - poolAddress_contains?: InputMaybe; - poolAddress_contains_nocase?: InputMaybe; - poolAddress_not_contains?: InputMaybe; - poolAddress_not_contains_nocase?: InputMaybe; - poolAddress_starts_with?: InputMaybe; - poolAddress_starts_with_nocase?: InputMaybe; - poolAddress_not_starts_with?: InputMaybe; - poolAddress_not_starts_with_nocase?: InputMaybe; - poolAddress_ends_with?: InputMaybe; - poolAddress_ends_with_nocase?: InputMaybe; - poolAddress_not_ends_with?: InputMaybe; - poolAddress_not_ends_with_nocase?: InputMaybe; - source?: InputMaybe; - source_not?: InputMaybe; - source_gt?: InputMaybe; - source_lt?: InputMaybe; - source_gte?: InputMaybe; - source_lte?: InputMaybe; - source_in?: InputMaybe>; - source_not_in?: InputMaybe>; - source_contains?: InputMaybe; - source_contains_nocase?: InputMaybe; - source_not_contains?: InputMaybe; - source_not_contains_nocase?: InputMaybe; - source_starts_with?: InputMaybe; - source_starts_with_nocase?: InputMaybe; - source_not_starts_with?: InputMaybe; - source_not_starts_with_nocase?: InputMaybe; - source_ends_with?: InputMaybe; - source_ends_with_nocase?: InputMaybe; - source_not_ends_with?: InputMaybe; - source_not_ends_with_nocase?: InputMaybe; - sourceAddress?: InputMaybe; - sourceAddress_not?: InputMaybe; - sourceAddress_gt?: InputMaybe; - sourceAddress_lt?: InputMaybe; - sourceAddress_gte?: InputMaybe; - sourceAddress_lte?: InputMaybe; - sourceAddress_in?: InputMaybe>; - sourceAddress_not_in?: InputMaybe>; - sourceAddress_contains?: InputMaybe; - sourceAddress_contains_nocase?: InputMaybe; - sourceAddress_not_contains?: InputMaybe; - sourceAddress_not_contains_nocase?: InputMaybe; - sourceAddress_starts_with?: InputMaybe; - sourceAddress_starts_with_nocase?: InputMaybe; - sourceAddress_not_starts_with?: InputMaybe; - sourceAddress_not_starts_with_nocase?: InputMaybe; - sourceAddress_ends_with?: InputMaybe; - sourceAddress_ends_with_nocase?: InputMaybe; - sourceAddress_not_ends_with?: InputMaybe; - sourceAddress_not_ends_with_nocase?: InputMaybe; - type?: InputMaybe; - type_not?: InputMaybe; - type_gt?: InputMaybe; - type_lt?: InputMaybe; - type_gte?: InputMaybe; - type_lte?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; - type_contains?: InputMaybe; - type_contains_nocase?: InputMaybe; - type_not_contains?: InputMaybe; - type_not_contains_nocase?: InputMaybe; - type_starts_with?: InputMaybe; - type_starts_with_nocase?: InputMaybe; - type_not_starts_with?: InputMaybe; - type_not_starts_with_nocase?: InputMaybe; - type_ends_with?: InputMaybe; - type_ends_with_nocase?: InputMaybe; - type_not_ends_with?: InputMaybe; - type_not_ends_with_nocase?: InputMaybe; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - supplyBalance?: InputMaybe; - supplyBalance_not?: InputMaybe; - supplyBalance_gt?: InputMaybe; - supplyBalance_lt?: InputMaybe; - supplyBalance_gte?: InputMaybe; - supplyBalance_lte?: InputMaybe; - supplyBalance_in?: InputMaybe>; - supplyBalance_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenSupply_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - Token = "token", - TokenAddress = "tokenAddress", - Pool = "pool", - PoolAddress = "poolAddress", - Source = "source", - SourceAddress = "sourceAddress", - Type = "type", - Balance = "balance", - SupplyBalance = "supplyBalance", -} - -export type _Block_ = { - __typename?: "_Block_"; - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars["Int"]; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type _Meta_ = { - __typename?: "_Meta_"; - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: _Block_; - /** The deployment ID */ - deployment: Scalars["String"]; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars["Boolean"]; -}; - -export enum _SubgraphErrorPolicy_ { - /** Data will be returned even if the subgraph has indexing errors */ - Allow = "allow", - /** If the subgraph has indexing errors, data will be omitted. The default. */ - Deny = "deny", -} diff --git a/function/generated/Treasury_Polygon/QmdDUpqEzfKug1ER6HWM8c7U6wf3wtEtRBvXV7LkVoBi9f/TokenSupply/TokenSupply.jsonschema b/function/generated/Treasury_Polygon/QmdDUpqEzfKug1ER6HWM8c7U6wf3wtEtRBvXV7LkVoBi9f/TokenSupply/TokenSupply.jsonschema deleted file mode 100644 index fe05049..0000000 --- a/function/generated/Treasury_Polygon/QmdDUpqEzfKug1ER6HWM8c7U6wf3wtEtRBvXV7LkVoBi9f/TokenSupply/TokenSupply.jsonschema +++ /dev/null @@ -1,62 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "type": "object", - "properties": { - "__typename": { - "type": "string", - "const": "TokenSupply" - }, - "id": { - "type": "string" - }, - "block": { - "type": "string" - }, - "timestamp": { - "type": "string" - }, - "date": { - "type": "string" - }, - "token": { - "type": "string" - }, - "tokenAddress": { - "type": "string" - }, - "pool": { - "type": [ - "string", - "null" - ] - }, - "poolAddress": { - "type": [ - "string", - "null" - ] - }, - "source": { - "type": [ - "string", - "null" - ] - }, - "sourceAddress": { - "type": [ - "string", - "null" - ] - }, - "type": { - "type": "string" - }, - "balance": { - "type": "string" - }, - "supplyBalance": { - "type": "string" - } - }, - "additionalProperties": false -} \ No newline at end of file diff --git a/function/generated/Treasury_Polygon/QmdDUpqEzfKug1ER6HWM8c7U6wf3wtEtRBvXV7LkVoBi9f/TokenSupply/TokenSupply_schema.json b/function/generated/Treasury_Polygon/QmdDUpqEzfKug1ER6HWM8c7U6wf3wtEtRBvXV7LkVoBi9f/TokenSupply/TokenSupply_schema.json deleted file mode 100644 index 87ab73b..0000000 --- a/function/generated/Treasury_Polygon/QmdDUpqEzfKug1ER6HWM8c7U6wf3wtEtRBvXV7LkVoBi9f/TokenSupply/TokenSupply_schema.json +++ /dev/null @@ -1,72 +0,0 @@ -[ - { - "name": "__typename", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "id", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "block", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "timestamp", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "date", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "token", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "tokenAddress", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "pool", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "poolAddress", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "source", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "sourceAddress", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "type", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "balance", - "type": "STRING", - "mode": "NULLABLE" - }, - { - "name": "supplyBalance", - "type": "STRING", - "mode": "NULLABLE" - } -] diff --git a/function/generated/Treasury_Polygon/QmdDUpqEzfKug1ER6HWM8c7U6wf3wtEtRBvXV7LkVoBi9f/TokenSupply/TokenSupply_types.ts b/function/generated/Treasury_Polygon/QmdDUpqEzfKug1ER6HWM8c7U6wf3wtEtRBvXV7LkVoBi9f/TokenSupply/TokenSupply_types.ts deleted file mode 100644 index 25fd65c..0000000 --- a/function/generated/Treasury_Polygon/QmdDUpqEzfKug1ER6HWM8c7U6wf3wtEtRBvXV7LkVoBi9f/TokenSupply/TokenSupply_types.ts +++ /dev/null @@ -1,1827 +0,0 @@ -export type Maybe = T | null | undefined; -export type InputMaybe = T | null | undefined; -export type Exact = { [K in keyof T]: T[K] }; -export type MakeOptional = Omit & { [SubKey in K]?: Maybe }; -export type MakeMaybe = Omit & { [SubKey in K]: Maybe }; -/** All built-in and custom scalars, mapped to their actual values */ -export type Scalars = { - ID: string; - String: string; - Boolean: boolean; - Int: number; - Float: number; - BigDecimal: string; - BigInt: string; - Bytes: string; - /** - * 8 bytes signed integer - * - */ - Int8: string; - /** - * A string representation of microseconds UNIX timestamp (16 digits) - * - */ - Timestamp: string; -}; - -export enum Aggregation_Interval { - Hour = "hour", - Day = "day", -} - -export type BalancerPoolSnapshot = { - __typename?: "BalancerPoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - pool: Scalars["Bytes"]; - poolToken: Scalars["Bytes"]; - decimals: Scalars["Int"]; - totalSupply: Scalars["BigDecimal"]; - tokens: Array; - balances: Array; - weights: Array; -}; - -export type BalancerPoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_not_contains?: InputMaybe; - poolToken?: InputMaybe; - poolToken_not?: InputMaybe; - poolToken_gt?: InputMaybe; - poolToken_lt?: InputMaybe; - poolToken_gte?: InputMaybe; - poolToken_lte?: InputMaybe; - poolToken_in?: InputMaybe>; - poolToken_not_in?: InputMaybe>; - poolToken_contains?: InputMaybe; - poolToken_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - tokens?: InputMaybe>; - tokens_not?: InputMaybe>; - tokens_contains?: InputMaybe>; - tokens_contains_nocase?: InputMaybe>; - tokens_not_contains?: InputMaybe>; - tokens_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - weights?: InputMaybe>; - weights_not?: InputMaybe>; - weights_contains?: InputMaybe>; - weights_contains_nocase?: InputMaybe>; - weights_not_contains?: InputMaybe>; - weights_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum BalancerPoolSnapshot_OrderBy { - Id = "id", - Block = "block", - Pool = "pool", - PoolToken = "poolToken", - Decimals = "decimals", - TotalSupply = "totalSupply", - Tokens = "tokens", - Balances = "balances", - Weights = "weights", -} - -export type BlockChangedFilter = { - number_gte: Scalars["Int"]; -}; - -export type Block_Height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type Erc20TokenSnapshot = { - __typename?: "ERC20TokenSnapshot"; - id: Scalars["Bytes"]; - address: Scalars["Bytes"]; - decimals: Scalars["Int"]; - totalSupply?: Maybe; -}; - -export type Erc20TokenSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum Erc20TokenSnapshot_OrderBy { - Id = "id", - Address = "address", - Decimals = "decimals", - TotalSupply = "totalSupply", -} - -export type GnosisAuction = { - __typename?: "GnosisAuction"; - id: Scalars["ID"]; - auctionOpenTimestamp: Scalars["BigInt"]; - payoutCapacity: Scalars["BigDecimal"]; - termSeconds: Scalars["BigInt"]; - bidQuantity?: Maybe; - auctionCloseTimestamp?: Maybe; -}; - -export type GnosisAuctionRoot = { - __typename?: "GnosisAuctionRoot"; - id: Scalars["ID"]; - markets: Array; -}; - -export type GnosisAuctionRoot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - markets?: InputMaybe>; - markets_not?: InputMaybe>; - markets_contains?: InputMaybe>; - markets_contains_nocase?: InputMaybe>; - markets_not_contains?: InputMaybe>; - markets_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum GnosisAuctionRoot_OrderBy { - Id = "id", - Markets = "markets", -} - -export type GnosisAuction_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - auctionOpenTimestamp?: InputMaybe; - auctionOpenTimestamp_not?: InputMaybe; - auctionOpenTimestamp_gt?: InputMaybe; - auctionOpenTimestamp_lt?: InputMaybe; - auctionOpenTimestamp_gte?: InputMaybe; - auctionOpenTimestamp_lte?: InputMaybe; - auctionOpenTimestamp_in?: InputMaybe>; - auctionOpenTimestamp_not_in?: InputMaybe>; - payoutCapacity?: InputMaybe; - payoutCapacity_not?: InputMaybe; - payoutCapacity_gt?: InputMaybe; - payoutCapacity_lt?: InputMaybe; - payoutCapacity_gte?: InputMaybe; - payoutCapacity_lte?: InputMaybe; - payoutCapacity_in?: InputMaybe>; - payoutCapacity_not_in?: InputMaybe>; - termSeconds?: InputMaybe; - termSeconds_not?: InputMaybe; - termSeconds_gt?: InputMaybe; - termSeconds_lt?: InputMaybe; - termSeconds_gte?: InputMaybe; - termSeconds_lte?: InputMaybe; - termSeconds_in?: InputMaybe>; - termSeconds_not_in?: InputMaybe>; - bidQuantity?: InputMaybe; - bidQuantity_not?: InputMaybe; - bidQuantity_gt?: InputMaybe; - bidQuantity_lt?: InputMaybe; - bidQuantity_gte?: InputMaybe; - bidQuantity_lte?: InputMaybe; - bidQuantity_in?: InputMaybe>; - bidQuantity_not_in?: InputMaybe>; - auctionCloseTimestamp?: InputMaybe; - auctionCloseTimestamp_not?: InputMaybe; - auctionCloseTimestamp_gt?: InputMaybe; - auctionCloseTimestamp_lt?: InputMaybe; - auctionCloseTimestamp_gte?: InputMaybe; - auctionCloseTimestamp_lte?: InputMaybe; - auctionCloseTimestamp_in?: InputMaybe>; - auctionCloseTimestamp_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum GnosisAuction_OrderBy { - Id = "id", - AuctionOpenTimestamp = "auctionOpenTimestamp", - PayoutCapacity = "payoutCapacity", - TermSeconds = "termSeconds", - BidQuantity = "bidQuantity", - AuctionCloseTimestamp = "auctionCloseTimestamp", -} - -/** Defines the order direction, either ascending or descending */ -export enum OrderDirection { - Asc = "asc", - Desc = "desc", -} - -export type PoolSnapshot = { - __typename?: "PoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - pool: Scalars["Bytes"]; - poolToken?: Maybe; - decimals: Scalars["Int"]; - totalSupply: Scalars["BigDecimal"]; - tokens: Array; - balances: Array; - weights?: Maybe>; -}; - -export type PoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_not_contains?: InputMaybe; - poolToken?: InputMaybe; - poolToken_not?: InputMaybe; - poolToken_gt?: InputMaybe; - poolToken_lt?: InputMaybe; - poolToken_gte?: InputMaybe; - poolToken_lte?: InputMaybe; - poolToken_in?: InputMaybe>; - poolToken_not_in?: InputMaybe>; - poolToken_contains?: InputMaybe; - poolToken_not_contains?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - tokens?: InputMaybe>; - tokens_not?: InputMaybe>; - tokens_contains?: InputMaybe>; - tokens_contains_nocase?: InputMaybe>; - tokens_not_contains?: InputMaybe>; - tokens_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - weights?: InputMaybe>; - weights_not?: InputMaybe>; - weights_contains?: InputMaybe>; - weights_contains_nocase?: InputMaybe>; - weights_not_contains?: InputMaybe>; - weights_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum PoolSnapshot_OrderBy { - Id = "id", - Block = "block", - Pool = "pool", - PoolToken = "poolToken", - Decimals = "decimals", - TotalSupply = "totalSupply", - Tokens = "tokens", - Balances = "balances", - Weights = "weights", -} - -export type PriceSnapshot = { - __typename?: "PriceSnapshot"; - id: Scalars["ID"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - priceOhm: Scalars["BigDecimal"]; - priceGOhm: Scalars["BigDecimal"]; -}; - -export type PriceSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - priceOhm?: InputMaybe; - priceOhm_not?: InputMaybe; - priceOhm_gt?: InputMaybe; - priceOhm_lt?: InputMaybe; - priceOhm_gte?: InputMaybe; - priceOhm_lte?: InputMaybe; - priceOhm_in?: InputMaybe>; - priceOhm_not_in?: InputMaybe>; - priceGOhm?: InputMaybe; - priceGOhm_not?: InputMaybe; - priceGOhm_gt?: InputMaybe; - priceGOhm_lt?: InputMaybe; - priceGOhm_gte?: InputMaybe; - priceGOhm_lte?: InputMaybe; - priceGOhm_in?: InputMaybe>; - priceGOhm_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum PriceSnapshot_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - PriceOhm = "priceOhm", - PriceGOhm = "priceGOhm", -} - -export type ProtocolMetric = { - __typename?: "ProtocolMetric"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - currentAPY: Scalars["BigDecimal"]; - currentIndex: Scalars["BigDecimal"]; - date: Scalars["String"]; - gOhmPrice: Scalars["BigDecimal"]; - gOhmSyntheticSupply?: Maybe; - gOhmTotalSupply: Scalars["BigDecimal"]; - marketCap?: Maybe; - nextDistributedOhm: Scalars["BigDecimal"]; - nextEpochRebase: Scalars["BigDecimal"]; - ohmCirculatingSupply?: Maybe; - ohmFloatingSupply?: Maybe; - ohmPrice: Scalars["BigDecimal"]; - ohmTotalSupply: Scalars["BigDecimal"]; - sOhmCirculatingSupply: Scalars["BigDecimal"]; - timestamp: Scalars["BigInt"]; - totalValueLocked: Scalars["BigDecimal"]; - treasuryLiquidBacking?: Maybe; - treasuryLiquidBackingPerGOhmSynthetic?: Maybe; - treasuryLiquidBackingPerOhmFloating?: Maybe; - treasuryMarketValue?: Maybe; -}; - -export type ProtocolMetric_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - currentAPY?: InputMaybe; - currentAPY_not?: InputMaybe; - currentAPY_gt?: InputMaybe; - currentAPY_lt?: InputMaybe; - currentAPY_gte?: InputMaybe; - currentAPY_lte?: InputMaybe; - currentAPY_in?: InputMaybe>; - currentAPY_not_in?: InputMaybe>; - currentIndex?: InputMaybe; - currentIndex_not?: InputMaybe; - currentIndex_gt?: InputMaybe; - currentIndex_lt?: InputMaybe; - currentIndex_gte?: InputMaybe; - currentIndex_lte?: InputMaybe; - currentIndex_in?: InputMaybe>; - currentIndex_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - gOhmPrice?: InputMaybe; - gOhmPrice_not?: InputMaybe; - gOhmPrice_gt?: InputMaybe; - gOhmPrice_lt?: InputMaybe; - gOhmPrice_gte?: InputMaybe; - gOhmPrice_lte?: InputMaybe; - gOhmPrice_in?: InputMaybe>; - gOhmPrice_not_in?: InputMaybe>; - gOhmSyntheticSupply?: InputMaybe; - gOhmSyntheticSupply_not?: InputMaybe; - gOhmSyntheticSupply_gt?: InputMaybe; - gOhmSyntheticSupply_lt?: InputMaybe; - gOhmSyntheticSupply_gte?: InputMaybe; - gOhmSyntheticSupply_lte?: InputMaybe; - gOhmSyntheticSupply_in?: InputMaybe>; - gOhmSyntheticSupply_not_in?: InputMaybe>; - gOhmTotalSupply?: InputMaybe; - gOhmTotalSupply_not?: InputMaybe; - gOhmTotalSupply_gt?: InputMaybe; - gOhmTotalSupply_lt?: InputMaybe; - gOhmTotalSupply_gte?: InputMaybe; - gOhmTotalSupply_lte?: InputMaybe; - gOhmTotalSupply_in?: InputMaybe>; - gOhmTotalSupply_not_in?: InputMaybe>; - marketCap?: InputMaybe; - marketCap_not?: InputMaybe; - marketCap_gt?: InputMaybe; - marketCap_lt?: InputMaybe; - marketCap_gte?: InputMaybe; - marketCap_lte?: InputMaybe; - marketCap_in?: InputMaybe>; - marketCap_not_in?: InputMaybe>; - nextDistributedOhm?: InputMaybe; - nextDistributedOhm_not?: InputMaybe; - nextDistributedOhm_gt?: InputMaybe; - nextDistributedOhm_lt?: InputMaybe; - nextDistributedOhm_gte?: InputMaybe; - nextDistributedOhm_lte?: InputMaybe; - nextDistributedOhm_in?: InputMaybe>; - nextDistributedOhm_not_in?: InputMaybe>; - nextEpochRebase?: InputMaybe; - nextEpochRebase_not?: InputMaybe; - nextEpochRebase_gt?: InputMaybe; - nextEpochRebase_lt?: InputMaybe; - nextEpochRebase_gte?: InputMaybe; - nextEpochRebase_lte?: InputMaybe; - nextEpochRebase_in?: InputMaybe>; - nextEpochRebase_not_in?: InputMaybe>; - ohmCirculatingSupply?: InputMaybe; - ohmCirculatingSupply_not?: InputMaybe; - ohmCirculatingSupply_gt?: InputMaybe; - ohmCirculatingSupply_lt?: InputMaybe; - ohmCirculatingSupply_gte?: InputMaybe; - ohmCirculatingSupply_lte?: InputMaybe; - ohmCirculatingSupply_in?: InputMaybe>; - ohmCirculatingSupply_not_in?: InputMaybe>; - ohmFloatingSupply?: InputMaybe; - ohmFloatingSupply_not?: InputMaybe; - ohmFloatingSupply_gt?: InputMaybe; - ohmFloatingSupply_lt?: InputMaybe; - ohmFloatingSupply_gte?: InputMaybe; - ohmFloatingSupply_lte?: InputMaybe; - ohmFloatingSupply_in?: InputMaybe>; - ohmFloatingSupply_not_in?: InputMaybe>; - ohmPrice?: InputMaybe; - ohmPrice_not?: InputMaybe; - ohmPrice_gt?: InputMaybe; - ohmPrice_lt?: InputMaybe; - ohmPrice_gte?: InputMaybe; - ohmPrice_lte?: InputMaybe; - ohmPrice_in?: InputMaybe>; - ohmPrice_not_in?: InputMaybe>; - ohmTotalSupply?: InputMaybe; - ohmTotalSupply_not?: InputMaybe; - ohmTotalSupply_gt?: InputMaybe; - ohmTotalSupply_lt?: InputMaybe; - ohmTotalSupply_gte?: InputMaybe; - ohmTotalSupply_lte?: InputMaybe; - ohmTotalSupply_in?: InputMaybe>; - ohmTotalSupply_not_in?: InputMaybe>; - sOhmCirculatingSupply?: InputMaybe; - sOhmCirculatingSupply_not?: InputMaybe; - sOhmCirculatingSupply_gt?: InputMaybe; - sOhmCirculatingSupply_lt?: InputMaybe; - sOhmCirculatingSupply_gte?: InputMaybe; - sOhmCirculatingSupply_lte?: InputMaybe; - sOhmCirculatingSupply_in?: InputMaybe>; - sOhmCirculatingSupply_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - totalValueLocked?: InputMaybe; - totalValueLocked_not?: InputMaybe; - totalValueLocked_gt?: InputMaybe; - totalValueLocked_lt?: InputMaybe; - totalValueLocked_gte?: InputMaybe; - totalValueLocked_lte?: InputMaybe; - totalValueLocked_in?: InputMaybe>; - totalValueLocked_not_in?: InputMaybe>; - treasuryLiquidBacking?: InputMaybe; - treasuryLiquidBacking_not?: InputMaybe; - treasuryLiquidBacking_gt?: InputMaybe; - treasuryLiquidBacking_lt?: InputMaybe; - treasuryLiquidBacking_gte?: InputMaybe; - treasuryLiquidBacking_lte?: InputMaybe; - treasuryLiquidBacking_in?: InputMaybe>; - treasuryLiquidBacking_not_in?: InputMaybe>; - treasuryLiquidBackingPerGOhmSynthetic?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_not?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_gt?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_lt?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_gte?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_lte?: InputMaybe; - treasuryLiquidBackingPerGOhmSynthetic_in?: InputMaybe>; - treasuryLiquidBackingPerGOhmSynthetic_not_in?: InputMaybe>; - treasuryLiquidBackingPerOhmFloating?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_not?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_gt?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_lt?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_gte?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_lte?: InputMaybe; - treasuryLiquidBackingPerOhmFloating_in?: InputMaybe>; - treasuryLiquidBackingPerOhmFloating_not_in?: InputMaybe>; - treasuryMarketValue?: InputMaybe; - treasuryMarketValue_not?: InputMaybe; - treasuryMarketValue_gt?: InputMaybe; - treasuryMarketValue_lt?: InputMaybe; - treasuryMarketValue_gte?: InputMaybe; - treasuryMarketValue_lte?: InputMaybe; - treasuryMarketValue_in?: InputMaybe>; - treasuryMarketValue_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum ProtocolMetric_OrderBy { - Id = "id", - Block = "block", - CurrentApy = "currentAPY", - CurrentIndex = "currentIndex", - Date = "date", - GOhmPrice = "gOhmPrice", - GOhmSyntheticSupply = "gOhmSyntheticSupply", - GOhmTotalSupply = "gOhmTotalSupply", - MarketCap = "marketCap", - NextDistributedOhm = "nextDistributedOhm", - NextEpochRebase = "nextEpochRebase", - OhmCirculatingSupply = "ohmCirculatingSupply", - OhmFloatingSupply = "ohmFloatingSupply", - OhmPrice = "ohmPrice", - OhmTotalSupply = "ohmTotalSupply", - SOhmCirculatingSupply = "sOhmCirculatingSupply", - Timestamp = "timestamp", - TotalValueLocked = "totalValueLocked", - TreasuryLiquidBacking = "treasuryLiquidBacking", - TreasuryLiquidBackingPerGOhmSynthetic = "treasuryLiquidBackingPerGOhmSynthetic", - TreasuryLiquidBackingPerOhmFloating = "treasuryLiquidBackingPerOhmFloating", - TreasuryMarketValue = "treasuryMarketValue", -} - -export type Query = { - __typename?: "Query"; - protocolMetric?: Maybe; - protocolMetrics: Array; - tokenRecord?: Maybe; - tokenRecords: Array; - tokenSupply?: Maybe; - tokenSupplies: Array; - priceSnapshot?: Maybe; - priceSnapshots: Array; - gnosisAuctionRoot?: Maybe; - gnosisAuctionRoots: Array; - gnosisAuction?: Maybe; - gnosisAuctions: Array; - erc20TokenSnapshot?: Maybe; - erc20TokenSnapshots: Array; - balancerPoolSnapshot?: Maybe; - balancerPoolSnapshots: Array; - poolSnapshot?: Maybe; - poolSnapshots: Array; - tokenPriceSnapshot?: Maybe; - tokenPriceSnapshots: Array; - stakingPoolSnapshot?: Maybe; - stakingPoolSnapshots: Array; - /** Access to subgraph metadata */ - _meta?: Maybe<_Meta_>; -}; - -export type QueryProtocolMetricArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryProtocolMetricsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenRecordArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenRecordsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenSupplyArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenSuppliesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionRootArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryGnosisAuctionsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryErc20TokenSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryErc20TokenSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryBalancerPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryBalancerPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryTokenPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryStakingPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type QueryStakingPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type Query_MetaArgs = { - block?: InputMaybe; -}; - -export type StakingPoolSnapshot = { - __typename?: "StakingPoolSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - contractAddress: Scalars["Bytes"]; - stakingToken?: Maybe; -}; - -export type StakingPoolSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - contractAddress?: InputMaybe; - contractAddress_not?: InputMaybe; - contractAddress_gt?: InputMaybe; - contractAddress_lt?: InputMaybe; - contractAddress_gte?: InputMaybe; - contractAddress_lte?: InputMaybe; - contractAddress_in?: InputMaybe>; - contractAddress_not_in?: InputMaybe>; - contractAddress_contains?: InputMaybe; - contractAddress_not_contains?: InputMaybe; - stakingToken?: InputMaybe; - stakingToken_not?: InputMaybe; - stakingToken_gt?: InputMaybe; - stakingToken_lt?: InputMaybe; - stakingToken_gte?: InputMaybe; - stakingToken_lte?: InputMaybe; - stakingToken_in?: InputMaybe>; - stakingToken_not_in?: InputMaybe>; - stakingToken_contains?: InputMaybe; - stakingToken_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum StakingPoolSnapshot_OrderBy { - Id = "id", - Block = "block", - ContractAddress = "contractAddress", - StakingToken = "stakingToken", -} - -export type Subscription = { - __typename?: "Subscription"; - protocolMetric?: Maybe; - protocolMetrics: Array; - tokenRecord?: Maybe; - tokenRecords: Array; - tokenSupply?: Maybe; - tokenSupplies: Array; - priceSnapshot?: Maybe; - priceSnapshots: Array; - gnosisAuctionRoot?: Maybe; - gnosisAuctionRoots: Array; - gnosisAuction?: Maybe; - gnosisAuctions: Array; - erc20TokenSnapshot?: Maybe; - erc20TokenSnapshots: Array; - balancerPoolSnapshot?: Maybe; - balancerPoolSnapshots: Array; - poolSnapshot?: Maybe; - poolSnapshots: Array; - tokenPriceSnapshot?: Maybe; - tokenPriceSnapshots: Array; - stakingPoolSnapshot?: Maybe; - stakingPoolSnapshots: Array; - /** Access to subgraph metadata */ - _meta?: Maybe<_Meta_>; -}; - -export type SubscriptionProtocolMetricArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionProtocolMetricsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenRecordArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenRecordsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenSupplyArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenSuppliesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionRootArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionGnosisAuctionsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionErc20TokenSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionErc20TokenSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionBalancerPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionBalancerPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenPriceSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionTokenPriceSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionStakingPoolSnapshotArgs = { - id: Scalars["ID"]; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type SubscriptionStakingPoolSnapshotsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - -export type Subscription_MetaArgs = { - block?: InputMaybe; -}; - -export type TokenPriceSnapshot = { - __typename?: "TokenPriceSnapshot"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - token: Scalars["Bytes"]; - price: Scalars["BigDecimal"]; -}; - -export type TokenPriceSnapshot_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_not_contains?: InputMaybe; - price?: InputMaybe; - price_not?: InputMaybe; - price_gt?: InputMaybe; - price_lt?: InputMaybe; - price_gte?: InputMaybe; - price_lte?: InputMaybe; - price_in?: InputMaybe>; - price_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenPriceSnapshot_OrderBy { - Id = "id", - Block = "block", - Token = "token", - Price = "price", -} - -export type TokenRecord = { - __typename?: "TokenRecord"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - token: Scalars["String"]; - tokenAddress: Scalars["String"]; - source: Scalars["String"]; - sourceAddress: Scalars["String"]; - rate: Scalars["BigDecimal"]; - balance: Scalars["BigDecimal"]; - multiplier: Scalars["BigDecimal"]; - value: Scalars["BigDecimal"]; - valueExcludingOhm: Scalars["BigDecimal"]; - category: Scalars["String"]; - isLiquid: Scalars["Boolean"]; - isBluechip: Scalars["Boolean"]; - blockchain: Scalars["String"]; -}; - -export type TokenRecord_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - tokenAddress?: InputMaybe; - tokenAddress_not?: InputMaybe; - tokenAddress_gt?: InputMaybe; - tokenAddress_lt?: InputMaybe; - tokenAddress_gte?: InputMaybe; - tokenAddress_lte?: InputMaybe; - tokenAddress_in?: InputMaybe>; - tokenAddress_not_in?: InputMaybe>; - tokenAddress_contains?: InputMaybe; - tokenAddress_contains_nocase?: InputMaybe; - tokenAddress_not_contains?: InputMaybe; - tokenAddress_not_contains_nocase?: InputMaybe; - tokenAddress_starts_with?: InputMaybe; - tokenAddress_starts_with_nocase?: InputMaybe; - tokenAddress_not_starts_with?: InputMaybe; - tokenAddress_not_starts_with_nocase?: InputMaybe; - tokenAddress_ends_with?: InputMaybe; - tokenAddress_ends_with_nocase?: InputMaybe; - tokenAddress_not_ends_with?: InputMaybe; - tokenAddress_not_ends_with_nocase?: InputMaybe; - source?: InputMaybe; - source_not?: InputMaybe; - source_gt?: InputMaybe; - source_lt?: InputMaybe; - source_gte?: InputMaybe; - source_lte?: InputMaybe; - source_in?: InputMaybe>; - source_not_in?: InputMaybe>; - source_contains?: InputMaybe; - source_contains_nocase?: InputMaybe; - source_not_contains?: InputMaybe; - source_not_contains_nocase?: InputMaybe; - source_starts_with?: InputMaybe; - source_starts_with_nocase?: InputMaybe; - source_not_starts_with?: InputMaybe; - source_not_starts_with_nocase?: InputMaybe; - source_ends_with?: InputMaybe; - source_ends_with_nocase?: InputMaybe; - source_not_ends_with?: InputMaybe; - source_not_ends_with_nocase?: InputMaybe; - sourceAddress?: InputMaybe; - sourceAddress_not?: InputMaybe; - sourceAddress_gt?: InputMaybe; - sourceAddress_lt?: InputMaybe; - sourceAddress_gte?: InputMaybe; - sourceAddress_lte?: InputMaybe; - sourceAddress_in?: InputMaybe>; - sourceAddress_not_in?: InputMaybe>; - sourceAddress_contains?: InputMaybe; - sourceAddress_contains_nocase?: InputMaybe; - sourceAddress_not_contains?: InputMaybe; - sourceAddress_not_contains_nocase?: InputMaybe; - sourceAddress_starts_with?: InputMaybe; - sourceAddress_starts_with_nocase?: InputMaybe; - sourceAddress_not_starts_with?: InputMaybe; - sourceAddress_not_starts_with_nocase?: InputMaybe; - sourceAddress_ends_with?: InputMaybe; - sourceAddress_ends_with_nocase?: InputMaybe; - sourceAddress_not_ends_with?: InputMaybe; - sourceAddress_not_ends_with_nocase?: InputMaybe; - rate?: InputMaybe; - rate_not?: InputMaybe; - rate_gt?: InputMaybe; - rate_lt?: InputMaybe; - rate_gte?: InputMaybe; - rate_lte?: InputMaybe; - rate_in?: InputMaybe>; - rate_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - multiplier?: InputMaybe; - multiplier_not?: InputMaybe; - multiplier_gt?: InputMaybe; - multiplier_lt?: InputMaybe; - multiplier_gte?: InputMaybe; - multiplier_lte?: InputMaybe; - multiplier_in?: InputMaybe>; - multiplier_not_in?: InputMaybe>; - value?: InputMaybe; - value_not?: InputMaybe; - value_gt?: InputMaybe; - value_lt?: InputMaybe; - value_gte?: InputMaybe; - value_lte?: InputMaybe; - value_in?: InputMaybe>; - value_not_in?: InputMaybe>; - valueExcludingOhm?: InputMaybe; - valueExcludingOhm_not?: InputMaybe; - valueExcludingOhm_gt?: InputMaybe; - valueExcludingOhm_lt?: InputMaybe; - valueExcludingOhm_gte?: InputMaybe; - valueExcludingOhm_lte?: InputMaybe; - valueExcludingOhm_in?: InputMaybe>; - valueExcludingOhm_not_in?: InputMaybe>; - category?: InputMaybe; - category_not?: InputMaybe; - category_gt?: InputMaybe; - category_lt?: InputMaybe; - category_gte?: InputMaybe; - category_lte?: InputMaybe; - category_in?: InputMaybe>; - category_not_in?: InputMaybe>; - category_contains?: InputMaybe; - category_contains_nocase?: InputMaybe; - category_not_contains?: InputMaybe; - category_not_contains_nocase?: InputMaybe; - category_starts_with?: InputMaybe; - category_starts_with_nocase?: InputMaybe; - category_not_starts_with?: InputMaybe; - category_not_starts_with_nocase?: InputMaybe; - category_ends_with?: InputMaybe; - category_ends_with_nocase?: InputMaybe; - category_not_ends_with?: InputMaybe; - category_not_ends_with_nocase?: InputMaybe; - isLiquid?: InputMaybe; - isLiquid_not?: InputMaybe; - isLiquid_in?: InputMaybe>; - isLiquid_not_in?: InputMaybe>; - isBluechip?: InputMaybe; - isBluechip_not?: InputMaybe; - isBluechip_in?: InputMaybe>; - isBluechip_not_in?: InputMaybe>; - blockchain?: InputMaybe; - blockchain_not?: InputMaybe; - blockchain_gt?: InputMaybe; - blockchain_lt?: InputMaybe; - blockchain_gte?: InputMaybe; - blockchain_lte?: InputMaybe; - blockchain_in?: InputMaybe>; - blockchain_not_in?: InputMaybe>; - blockchain_contains?: InputMaybe; - blockchain_contains_nocase?: InputMaybe; - blockchain_not_contains?: InputMaybe; - blockchain_not_contains_nocase?: InputMaybe; - blockchain_starts_with?: InputMaybe; - blockchain_starts_with_nocase?: InputMaybe; - blockchain_not_starts_with?: InputMaybe; - blockchain_not_starts_with_nocase?: InputMaybe; - blockchain_ends_with?: InputMaybe; - blockchain_ends_with_nocase?: InputMaybe; - blockchain_not_ends_with?: InputMaybe; - blockchain_not_ends_with_nocase?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenRecord_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - Token = "token", - TokenAddress = "tokenAddress", - Source = "source", - SourceAddress = "sourceAddress", - Rate = "rate", - Balance = "balance", - Multiplier = "multiplier", - Value = "value", - ValueExcludingOhm = "valueExcludingOhm", - Category = "category", - IsLiquid = "isLiquid", - IsBluechip = "isBluechip", - Blockchain = "blockchain", -} - -export type TokenSupply = { - __typename?: "TokenSupply"; - id: Scalars["Bytes"]; - block: Scalars["BigInt"]; - timestamp: Scalars["BigInt"]; - date: Scalars["String"]; - token: Scalars["String"]; - tokenAddress: Scalars["String"]; - pool?: Maybe; - poolAddress?: Maybe; - source?: Maybe; - sourceAddress?: Maybe; - type: Scalars["String"]; - balance: Scalars["BigDecimal"]; - supplyBalance: Scalars["BigDecimal"]; -}; - -export type TokenSupply_Filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - id_contains?: InputMaybe; - id_not_contains?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - date?: InputMaybe; - date_not?: InputMaybe; - date_gt?: InputMaybe; - date_lt?: InputMaybe; - date_gte?: InputMaybe; - date_lte?: InputMaybe; - date_in?: InputMaybe>; - date_not_in?: InputMaybe>; - date_contains?: InputMaybe; - date_contains_nocase?: InputMaybe; - date_not_contains?: InputMaybe; - date_not_contains_nocase?: InputMaybe; - date_starts_with?: InputMaybe; - date_starts_with_nocase?: InputMaybe; - date_not_starts_with?: InputMaybe; - date_not_starts_with_nocase?: InputMaybe; - date_ends_with?: InputMaybe; - date_ends_with_nocase?: InputMaybe; - date_not_ends_with?: InputMaybe; - date_not_ends_with_nocase?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - tokenAddress?: InputMaybe; - tokenAddress_not?: InputMaybe; - tokenAddress_gt?: InputMaybe; - tokenAddress_lt?: InputMaybe; - tokenAddress_gte?: InputMaybe; - tokenAddress_lte?: InputMaybe; - tokenAddress_in?: InputMaybe>; - tokenAddress_not_in?: InputMaybe>; - tokenAddress_contains?: InputMaybe; - tokenAddress_contains_nocase?: InputMaybe; - tokenAddress_not_contains?: InputMaybe; - tokenAddress_not_contains_nocase?: InputMaybe; - tokenAddress_starts_with?: InputMaybe; - tokenAddress_starts_with_nocase?: InputMaybe; - tokenAddress_not_starts_with?: InputMaybe; - tokenAddress_not_starts_with_nocase?: InputMaybe; - tokenAddress_ends_with?: InputMaybe; - tokenAddress_ends_with_nocase?: InputMaybe; - tokenAddress_not_ends_with?: InputMaybe; - tokenAddress_not_ends_with_nocase?: InputMaybe; - pool?: InputMaybe; - pool_not?: InputMaybe; - pool_gt?: InputMaybe; - pool_lt?: InputMaybe; - pool_gte?: InputMaybe; - pool_lte?: InputMaybe; - pool_in?: InputMaybe>; - pool_not_in?: InputMaybe>; - pool_contains?: InputMaybe; - pool_contains_nocase?: InputMaybe; - pool_not_contains?: InputMaybe; - pool_not_contains_nocase?: InputMaybe; - pool_starts_with?: InputMaybe; - pool_starts_with_nocase?: InputMaybe; - pool_not_starts_with?: InputMaybe; - pool_not_starts_with_nocase?: InputMaybe; - pool_ends_with?: InputMaybe; - pool_ends_with_nocase?: InputMaybe; - pool_not_ends_with?: InputMaybe; - pool_not_ends_with_nocase?: InputMaybe; - poolAddress?: InputMaybe; - poolAddress_not?: InputMaybe; - poolAddress_gt?: InputMaybe; - poolAddress_lt?: InputMaybe; - poolAddress_gte?: InputMaybe; - poolAddress_lte?: InputMaybe; - poolAddress_in?: InputMaybe>; - poolAddress_not_in?: InputMaybe>; - poolAddress_contains?: InputMaybe; - poolAddress_contains_nocase?: InputMaybe; - poolAddress_not_contains?: InputMaybe; - poolAddress_not_contains_nocase?: InputMaybe; - poolAddress_starts_with?: InputMaybe; - poolAddress_starts_with_nocase?: InputMaybe; - poolAddress_not_starts_with?: InputMaybe; - poolAddress_not_starts_with_nocase?: InputMaybe; - poolAddress_ends_with?: InputMaybe; - poolAddress_ends_with_nocase?: InputMaybe; - poolAddress_not_ends_with?: InputMaybe; - poolAddress_not_ends_with_nocase?: InputMaybe; - source?: InputMaybe; - source_not?: InputMaybe; - source_gt?: InputMaybe; - source_lt?: InputMaybe; - source_gte?: InputMaybe; - source_lte?: InputMaybe; - source_in?: InputMaybe>; - source_not_in?: InputMaybe>; - source_contains?: InputMaybe; - source_contains_nocase?: InputMaybe; - source_not_contains?: InputMaybe; - source_not_contains_nocase?: InputMaybe; - source_starts_with?: InputMaybe; - source_starts_with_nocase?: InputMaybe; - source_not_starts_with?: InputMaybe; - source_not_starts_with_nocase?: InputMaybe; - source_ends_with?: InputMaybe; - source_ends_with_nocase?: InputMaybe; - source_not_ends_with?: InputMaybe; - source_not_ends_with_nocase?: InputMaybe; - sourceAddress?: InputMaybe; - sourceAddress_not?: InputMaybe; - sourceAddress_gt?: InputMaybe; - sourceAddress_lt?: InputMaybe; - sourceAddress_gte?: InputMaybe; - sourceAddress_lte?: InputMaybe; - sourceAddress_in?: InputMaybe>; - sourceAddress_not_in?: InputMaybe>; - sourceAddress_contains?: InputMaybe; - sourceAddress_contains_nocase?: InputMaybe; - sourceAddress_not_contains?: InputMaybe; - sourceAddress_not_contains_nocase?: InputMaybe; - sourceAddress_starts_with?: InputMaybe; - sourceAddress_starts_with_nocase?: InputMaybe; - sourceAddress_not_starts_with?: InputMaybe; - sourceAddress_not_starts_with_nocase?: InputMaybe; - sourceAddress_ends_with?: InputMaybe; - sourceAddress_ends_with_nocase?: InputMaybe; - sourceAddress_not_ends_with?: InputMaybe; - sourceAddress_not_ends_with_nocase?: InputMaybe; - type?: InputMaybe; - type_not?: InputMaybe; - type_gt?: InputMaybe; - type_lt?: InputMaybe; - type_gte?: InputMaybe; - type_lte?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; - type_contains?: InputMaybe; - type_contains_nocase?: InputMaybe; - type_not_contains?: InputMaybe; - type_not_contains_nocase?: InputMaybe; - type_starts_with?: InputMaybe; - type_starts_with_nocase?: InputMaybe; - type_not_starts_with?: InputMaybe; - type_not_starts_with_nocase?: InputMaybe; - type_ends_with?: InputMaybe; - type_ends_with_nocase?: InputMaybe; - type_not_ends_with?: InputMaybe; - type_not_ends_with_nocase?: InputMaybe; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - supplyBalance?: InputMaybe; - supplyBalance_not?: InputMaybe; - supplyBalance_gt?: InputMaybe; - supplyBalance_lt?: InputMaybe; - supplyBalance_gte?: InputMaybe; - supplyBalance_lte?: InputMaybe; - supplyBalance_in?: InputMaybe>; - supplyBalance_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export enum TokenSupply_OrderBy { - Id = "id", - Block = "block", - Timestamp = "timestamp", - Date = "date", - Token = "token", - TokenAddress = "tokenAddress", - Pool = "pool", - PoolAddress = "poolAddress", - Source = "source", - SourceAddress = "sourceAddress", - Type = "type", - Balance = "balance", - SupplyBalance = "supplyBalance", -} - -export type _Block_ = { - __typename?: "_Block_"; - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars["Int"]; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type _Meta_ = { - __typename?: "_Meta_"; - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: _Block_; - /** The deployment ID */ - deployment: Scalars["String"]; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars["Boolean"]; -}; - -export enum _SubgraphErrorPolicy_ { - /** Data will be returned even if the subgraph has indexing errors */ - Allow = "allow", - /** If the subgraph has indexing errors, data will be omitted. The default. */ - Deny = "deny", -} diff --git a/subgraphs/Treasury_Arbitrum_ProtocolMetric.json b/subgraphs/Treasury_Arbitrum_ProtocolMetric.json deleted file mode 100644 index a2ca303..0000000 --- a/subgraphs/Treasury_Arbitrum_ProtocolMetric.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "subgraphName": "Treasury_Arbitrum", - "object": "ProtocolMetric", - "dateField": "timestamp", - "deploymentId": "QmNQfMN2GjnGYx2mGo92gAc7z47fMbTMRR9M1gGEUjLZHX" -} diff --git a/subgraphs/Treasury_Arbitrum_TokenRecord.json b/subgraphs/Treasury_Arbitrum_TokenRecord.json deleted file mode 100644 index 04c07c8..0000000 --- a/subgraphs/Treasury_Arbitrum_TokenRecord.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "subgraphName": "Treasury_Arbitrum", - "object": "TokenRecord", - "dateField": "timestamp", - "deploymentId": "QmNQfMN2GjnGYx2mGo92gAc7z47fMbTMRR9M1gGEUjLZHX" -} diff --git a/subgraphs/Treasury_Arbitrum_TokenSupply.json b/subgraphs/Treasury_Arbitrum_TokenSupply.json deleted file mode 100644 index cf05890..0000000 --- a/subgraphs/Treasury_Arbitrum_TokenSupply.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "subgraphName": "Treasury_Arbitrum", - "object": "TokenSupply", - "dateField": "timestamp", - "deploymentId": "QmNQfMN2GjnGYx2mGo92gAc7z47fMbTMRR9M1gGEUjLZHX" -} diff --git a/subgraphs/Treasury_Base_ProtocolMetric.json b/subgraphs/Treasury_Base_ProtocolMetric.json deleted file mode 100644 index b48650a..0000000 --- a/subgraphs/Treasury_Base_ProtocolMetric.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "subgraphName": "Treasury_Base", - "object": "ProtocolMetric", - "dateField": "timestamp", - "deploymentId": "QmdqJ1zoExrs8u2T93wXSRWSx5VSKqKWTV4gCE2vszGwgt" -} diff --git a/subgraphs/Treasury_Base_TokenRecord.json b/subgraphs/Treasury_Base_TokenRecord.json deleted file mode 100644 index 998c860..0000000 --- a/subgraphs/Treasury_Base_TokenRecord.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "subgraphName": "Treasury_Base", - "object": "TokenRecord", - "dateField": "timestamp", - "deploymentId": "QmdqJ1zoExrs8u2T93wXSRWSx5VSKqKWTV4gCE2vszGwgt" -} diff --git a/subgraphs/Treasury_Base_TokenSupply.json b/subgraphs/Treasury_Base_TokenSupply.json deleted file mode 100644 index 04d1687..0000000 --- a/subgraphs/Treasury_Base_TokenSupply.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "subgraphName": "Treasury_Base", - "object": "TokenSupply", - "dateField": "timestamp", - "deploymentId": "QmdqJ1zoExrs8u2T93wXSRWSx5VSKqKWTV4gCE2vszGwgt" -} diff --git a/subgraphs/Treasury_Ethereum_ProtocolMetric.json b/subgraphs/Treasury_Ethereum_ProtocolMetric.json deleted file mode 100644 index 084af22..0000000 --- a/subgraphs/Treasury_Ethereum_ProtocolMetric.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "subgraphName": "Treasury_Ethereum", - "object": "ProtocolMetric", - "dateField": "timestamp", - "deploymentId": "Qmcw9E6pTyUyGzdwi1tvRBdrDrnjcXVngLeuTkruuM2t8g" -} diff --git a/subgraphs/Treasury_Ethereum_TokenRecord.json b/subgraphs/Treasury_Ethereum_TokenRecord.json deleted file mode 100644 index 3d35c23..0000000 --- a/subgraphs/Treasury_Ethereum_TokenRecord.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "subgraphName": "Treasury_Ethereum", - "object": "TokenRecord", - "dateField": "timestamp", - "deploymentId": "Qmcw9E6pTyUyGzdwi1tvRBdrDrnjcXVngLeuTkruuM2t8g" -} diff --git a/subgraphs/Treasury_Ethereum_TokenRecord_prev.json b/subgraphs/Treasury_Ethereum_TokenRecord_prev.json deleted file mode 100644 index c464857..0000000 --- a/subgraphs/Treasury_Ethereum_TokenRecord_prev.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "subgraphName": "Treasury_Ethereum", - "object": "TokenRecord", - "dateField": "timestamp", - "deploymentId": "Qmam2fnfYzj6srEGC49XxsFyMwngs7xKwjGWZc7jnEU97h" -} diff --git a/subgraphs/Treasury_Ethereum_TokenSupply.json b/subgraphs/Treasury_Ethereum_TokenSupply.json deleted file mode 100644 index b5e6e13..0000000 --- a/subgraphs/Treasury_Ethereum_TokenSupply.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "subgraphName": "Treasury_Ethereum", - "object": "TokenSupply", - "dateField": "timestamp", - "deploymentId": "Qmcw9E6pTyUyGzdwi1tvRBdrDrnjcXVngLeuTkruuM2t8g" -} diff --git a/subgraphs/Treasury_Fantom_ProtocolMetric.json b/subgraphs/Treasury_Fantom_ProtocolMetric.json deleted file mode 100644 index 3c89bb8..0000000 --- a/subgraphs/Treasury_Fantom_ProtocolMetric.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "subgraphName": "Treasury_Fantom", - "object": "ProtocolMetric", - "dateField": "timestamp", - "deploymentId": "QmNUJtrE5Hiwj5eBeF5gSubY2vhuMdjaZnZsaq6vVY2aba" -} diff --git a/subgraphs/Treasury_Fantom_TokenRecord.json b/subgraphs/Treasury_Fantom_TokenRecord.json deleted file mode 100644 index de01b8b..0000000 --- a/subgraphs/Treasury_Fantom_TokenRecord.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "subgraphName": "Treasury_Fantom", - "object": "TokenRecord", - "dateField": "timestamp", - "deploymentId": "QmNUJtrE5Hiwj5eBeF5gSubY2vhuMdjaZnZsaq6vVY2aba" -} diff --git a/subgraphs/Treasury_Fantom_TokenSupply.json b/subgraphs/Treasury_Fantom_TokenSupply.json deleted file mode 100644 index 32e8ace..0000000 --- a/subgraphs/Treasury_Fantom_TokenSupply.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "subgraphName": "Treasury_Fantom", - "object": "TokenSupply", - "dateField": "timestamp", - "deploymentId": "QmNUJtrE5Hiwj5eBeF5gSubY2vhuMdjaZnZsaq6vVY2aba" -} diff --git a/subgraphs/Treasury_Polygon_ProtocolMetric.json b/subgraphs/Treasury_Polygon_ProtocolMetric.json deleted file mode 100644 index 96461d7..0000000 --- a/subgraphs/Treasury_Polygon_ProtocolMetric.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "subgraphName": "Treasury_Polygon", - "object": "ProtocolMetric", - "dateField": "timestamp", - "deploymentId": "QmdDUpqEzfKug1ER6HWM8c7U6wf3wtEtRBvXV7LkVoBi9f" -} diff --git a/subgraphs/Treasury_Polygon_TokenRecord.json b/subgraphs/Treasury_Polygon_TokenRecord.json deleted file mode 100644 index d521a43..0000000 --- a/subgraphs/Treasury_Polygon_TokenRecord.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "subgraphName": "Treasury_Polygon", - "object": "TokenRecord", - "dateField": "timestamp", - "deploymentId": "QmdDUpqEzfKug1ER6HWM8c7U6wf3wtEtRBvXV7LkVoBi9f" -} diff --git a/subgraphs/Treasury_Polygon_TokenSupply.json b/subgraphs/Treasury_Polygon_TokenSupply.json deleted file mode 100644 index 436aa9e..0000000 --- a/subgraphs/Treasury_Polygon_TokenSupply.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "subgraphName": "Treasury_Polygon", - "object": "TokenSupply", - "dateField": "timestamp", - "deploymentId": "QmdDUpqEzfKug1ER6HWM8c7U6wf3wtEtRBvXV7LkVoBi9f" -}