@berachain/graphql 0.1.5 → 0.1.6-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bend/whisk.codegen.cjs +0 -1
- package/dist/bend/whisk.codegen.mjs +0 -1
- package/dist/chain/chain.codegen.cjs +0 -1
- package/dist/chain/chain.codegen.mjs +0 -1
- package/dist/dex/api.codegen.cjs +0 -1
- package/dist/dex/api.codegen.mjs +0 -1
- package/dist/dex/subgraph.codegen.cjs +0 -1
- package/dist/dex/subgraph.codegen.mjs +0 -1
- package/dist/governance/governance.codegen.cjs +0 -1
- package/dist/governance/governance.codegen.mjs +0 -1
- package/dist/honey/honey.codegen.cjs +0 -1
- package/dist/honey/honey.codegen.mjs +0 -1
- package/dist/pol/api.codegen.cjs +0 -1
- package/dist/pol/api.codegen.mjs +0 -1
- package/dist/pol/subgraph.codegen.cjs +0 -1
- package/dist/pol/subgraph.codegen.mjs +0 -1
- package/package.json +1 -1
- package/dist/bend/whisk.codegen.cjs.map +0 -1
- package/dist/bend/whisk.codegen.mjs.map +0 -1
- package/dist/chain/chain.codegen.cjs.map +0 -1
- package/dist/chain/chain.codegen.mjs.map +0 -1
- package/dist/dex/api.codegen.cjs.map +0 -1
- package/dist/dex/api.codegen.mjs.map +0 -1
- package/dist/dex/subgraph.codegen.cjs.map +0 -1
- package/dist/dex/subgraph.codegen.mjs.map +0 -1
- package/dist/governance/governance.codegen.cjs.map +0 -1
- package/dist/governance/governance.codegen.mjs.map +0 -1
- package/dist/honey/honey.codegen.cjs.map +0 -1
- package/dist/honey/honey.codegen.mjs.map +0 -1
- package/dist/pol/api.codegen.cjs.map +0 -1
- package/dist/pol/api.codegen.mjs.map +0 -1
- package/dist/pol/subgraph.codegen.cjs.map +0 -1
- package/dist/pol/subgraph.codegen.mjs.map +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/honey/honey.codegen.ts"],"sourcesContent":["import { gql } from '@apollo/client';\nexport type Maybe<T> = T | null;\nexport type InputMaybe<T> = Maybe<T>;\nexport type Exact<T extends { [key: string]: unknown }> = { [K in keyof T]: T[K] };\nexport type MakeOptional<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]?: Maybe<T[SubKey]> };\nexport type MakeMaybe<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]: Maybe<T[SubKey]> };\nexport type MakeEmpty<T extends { [key: string]: unknown }, K extends keyof T> = { [_ in K]?: never };\nexport type Incremental<T> = T | { [P in keyof T]?: P extends ' $fragmentName' | '__typename' ? T[P] : never };\n/** All built-in and custom scalars, mapped to their actual values */\nexport type Scalars = {\n ID: { input: string; output: string; }\n String: { input: string; output: string; }\n Boolean: { input: boolean; output: boolean; }\n Int: { input: number; output: number; }\n Float: { input: number; output: number; }\n BigDecimal: { input: any; output: any; }\n BigInt: { input: any; output: any; }\n Bytes: { input: any; output: any; }\n Int8: { input: any; output: any; }\n Timestamp: { input: any; output: any; }\n};\n\nexport enum Aggregation_Interval {\n Day = 'day',\n Hour = 'hour'\n}\n\nexport type BlockChangedFilter = {\n number_gte: Scalars['Int']['input'];\n};\n\nexport type Block_Height = {\n hash?: InputMaybe<Scalars['Bytes']['input']>;\n number?: InputMaybe<Scalars['Int']['input']>;\n number_gte?: InputMaybe<Scalars['Int']['input']>;\n};\n\nexport type ChainTransaction = {\n __typename?: 'ChainTransaction';\n honeyTxn: Array<Maybe<HoneyTxn>>;\n id: Scalars['Bytes']['output'];\n isBasketMode: Scalars['Boolean']['output'];\n txHash: Scalars['Bytes']['output'];\n type: TxnType;\n};\n\n\nexport type ChainTransactionHoneyTxnArgs = {\n first?: InputMaybe<Scalars['Int']['input']>;\n orderBy?: InputMaybe<HoneyTxn_OrderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n skip?: InputMaybe<Scalars['Int']['input']>;\n where?: InputMaybe<HoneyTxn_Filter>;\n};\n\nexport type ChainTransaction_Filter = {\n /** Filter for the block changed event. */\n _change_block?: InputMaybe<BlockChangedFilter>;\n and?: InputMaybe<Array<InputMaybe<ChainTransaction_Filter>>>;\n honeyTxn_?: InputMaybe<HoneyTxn_Filter>;\n id?: InputMaybe<Scalars['Bytes']['input']>;\n id_contains?: InputMaybe<Scalars['Bytes']['input']>;\n id_gt?: InputMaybe<Scalars['Bytes']['input']>;\n id_gte?: InputMaybe<Scalars['Bytes']['input']>;\n id_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;\n id_lt?: InputMaybe<Scalars['Bytes']['input']>;\n id_lte?: InputMaybe<Scalars['Bytes']['input']>;\n id_not?: InputMaybe<Scalars['Bytes']['input']>;\n id_not_contains?: InputMaybe<Scalars['Bytes']['input']>;\n id_not_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;\n isBasketMode?: InputMaybe<Scalars['Boolean']['input']>;\n isBasketMode_in?: InputMaybe<Array<Scalars['Boolean']['input']>>;\n isBasketMode_not?: InputMaybe<Scalars['Boolean']['input']>;\n isBasketMode_not_in?: InputMaybe<Array<Scalars['Boolean']['input']>>;\n or?: InputMaybe<Array<InputMaybe<ChainTransaction_Filter>>>;\n txHash?: InputMaybe<Scalars['Bytes']['input']>;\n txHash_contains?: InputMaybe<Scalars['Bytes']['input']>;\n txHash_gt?: InputMaybe<Scalars['Bytes']['input']>;\n txHash_gte?: InputMaybe<Scalars['Bytes']['input']>;\n txHash_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;\n txHash_lt?: InputMaybe<Scalars['Bytes']['input']>;\n txHash_lte?: InputMaybe<Scalars['Bytes']['input']>;\n txHash_not?: InputMaybe<Scalars['Bytes']['input']>;\n txHash_not_contains?: InputMaybe<Scalars['Bytes']['input']>;\n txHash_not_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;\n type?: InputMaybe<TxnType>;\n type_in?: InputMaybe<Array<TxnType>>;\n type_not?: InputMaybe<TxnType>;\n type_not_in?: InputMaybe<Array<TxnType>>;\n};\n\nexport enum ChainTransaction_OrderBy {\n HoneyTxn = 'honeyTxn',\n Id = 'id',\n IsBasketMode = 'isBasketMode',\n TxHash = 'txHash',\n Type = 'type'\n}\n\nexport type HoneyCollateral = {\n __typename?: 'HoneyCollateral';\n collateral: Scalars['Bytes']['output'];\n collateralAmount: Scalars['BigDecimal']['output'];\n honeyTxn: HoneyTxn;\n id: Scalars['ID']['output'];\n};\n\nexport type HoneyCollateral_Filter = {\n /** Filter for the block changed event. */\n _change_block?: InputMaybe<BlockChangedFilter>;\n and?: InputMaybe<Array<InputMaybe<HoneyCollateral_Filter>>>;\n collateral?: InputMaybe<Scalars['Bytes']['input']>;\n collateralAmount?: InputMaybe<Scalars['BigDecimal']['input']>;\n collateralAmount_gt?: InputMaybe<Scalars['BigDecimal']['input']>;\n collateralAmount_gte?: InputMaybe<Scalars['BigDecimal']['input']>;\n collateralAmount_in?: InputMaybe<Array<Scalars['BigDecimal']['input']>>;\n collateralAmount_lt?: InputMaybe<Scalars['BigDecimal']['input']>;\n collateralAmount_lte?: InputMaybe<Scalars['BigDecimal']['input']>;\n collateralAmount_not?: InputMaybe<Scalars['BigDecimal']['input']>;\n collateralAmount_not_in?: InputMaybe<Array<Scalars['BigDecimal']['input']>>;\n collateral_contains?: InputMaybe<Scalars['Bytes']['input']>;\n collateral_gt?: InputMaybe<Scalars['Bytes']['input']>;\n collateral_gte?: InputMaybe<Scalars['Bytes']['input']>;\n collateral_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;\n collateral_lt?: InputMaybe<Scalars['Bytes']['input']>;\n collateral_lte?: InputMaybe<Scalars['Bytes']['input']>;\n collateral_not?: InputMaybe<Scalars['Bytes']['input']>;\n collateral_not_contains?: InputMaybe<Scalars['Bytes']['input']>;\n collateral_not_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;\n honeyTxn?: InputMaybe<Scalars['String']['input']>;\n honeyTxn_?: InputMaybe<HoneyTxn_Filter>;\n honeyTxn_contains?: InputMaybe<Scalars['String']['input']>;\n honeyTxn_contains_nocase?: InputMaybe<Scalars['String']['input']>;\n honeyTxn_ends_with?: InputMaybe<Scalars['String']['input']>;\n honeyTxn_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;\n honeyTxn_gt?: InputMaybe<Scalars['String']['input']>;\n honeyTxn_gte?: InputMaybe<Scalars['String']['input']>;\n honeyTxn_in?: InputMaybe<Array<Scalars['String']['input']>>;\n honeyTxn_lt?: InputMaybe<Scalars['String']['input']>;\n honeyTxn_lte?: InputMaybe<Scalars['String']['input']>;\n honeyTxn_not?: InputMaybe<Scalars['String']['input']>;\n honeyTxn_not_contains?: InputMaybe<Scalars['String']['input']>;\n honeyTxn_not_contains_nocase?: InputMaybe<Scalars['String']['input']>;\n honeyTxn_not_ends_with?: InputMaybe<Scalars['String']['input']>;\n honeyTxn_not_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;\n honeyTxn_not_in?: InputMaybe<Array<Scalars['String']['input']>>;\n honeyTxn_not_starts_with?: InputMaybe<Scalars['String']['input']>;\n honeyTxn_not_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;\n honeyTxn_starts_with?: InputMaybe<Scalars['String']['input']>;\n honeyTxn_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;\n id?: InputMaybe<Scalars['ID']['input']>;\n id_gt?: InputMaybe<Scalars['ID']['input']>;\n id_gte?: InputMaybe<Scalars['ID']['input']>;\n id_in?: InputMaybe<Array<Scalars['ID']['input']>>;\n id_lt?: InputMaybe<Scalars['ID']['input']>;\n id_lte?: InputMaybe<Scalars['ID']['input']>;\n id_not?: InputMaybe<Scalars['ID']['input']>;\n id_not_in?: InputMaybe<Array<Scalars['ID']['input']>>;\n or?: InputMaybe<Array<InputMaybe<HoneyCollateral_Filter>>>;\n};\n\nexport enum HoneyCollateral_OrderBy {\n Collateral = 'collateral',\n CollateralAmount = 'collateralAmount',\n HoneyTxn = 'honeyTxn',\n HoneyTxnFrom = 'honeyTxn__from',\n HoneyTxnHoneyAmount = 'honeyTxn__honeyAmount',\n HoneyTxnId = 'honeyTxn__id',\n HoneyTxnIsBasketMode = 'honeyTxn__isBasketMode',\n HoneyTxnTimestamp = 'honeyTxn__timestamp',\n HoneyTxnTo = 'honeyTxn__to',\n HoneyTxnType = 'honeyTxn__type',\n Id = 'id'\n}\n\nexport type HoneySupplyDayData = {\n __typename?: 'HoneySupplyDayData';\n amount: Scalars['BigDecimal']['output'];\n id: Scalars['ID']['output'];\n timestamp: Scalars['Int']['output'];\n};\n\nexport type HoneySupplyDayData_Filter = {\n /** Filter for the block changed event. */\n _change_block?: InputMaybe<BlockChangedFilter>;\n amount?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_gt?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_gte?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_in?: InputMaybe<Array<Scalars['BigDecimal']['input']>>;\n amount_lt?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_lte?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_not?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_not_in?: InputMaybe<Array<Scalars['BigDecimal']['input']>>;\n and?: InputMaybe<Array<InputMaybe<HoneySupplyDayData_Filter>>>;\n id?: InputMaybe<Scalars['ID']['input']>;\n id_gt?: InputMaybe<Scalars['ID']['input']>;\n id_gte?: InputMaybe<Scalars['ID']['input']>;\n id_in?: InputMaybe<Array<Scalars['ID']['input']>>;\n id_lt?: InputMaybe<Scalars['ID']['input']>;\n id_lte?: InputMaybe<Scalars['ID']['input']>;\n id_not?: InputMaybe<Scalars['ID']['input']>;\n id_not_in?: InputMaybe<Array<Scalars['ID']['input']>>;\n or?: InputMaybe<Array<InputMaybe<HoneySupplyDayData_Filter>>>;\n timestamp?: InputMaybe<Scalars['Int']['input']>;\n timestamp_gt?: InputMaybe<Scalars['Int']['input']>;\n timestamp_gte?: InputMaybe<Scalars['Int']['input']>;\n timestamp_in?: InputMaybe<Array<Scalars['Int']['input']>>;\n timestamp_lt?: InputMaybe<Scalars['Int']['input']>;\n timestamp_lte?: InputMaybe<Scalars['Int']['input']>;\n timestamp_not?: InputMaybe<Scalars['Int']['input']>;\n timestamp_not_in?: InputMaybe<Array<Scalars['Int']['input']>>;\n};\n\nexport enum HoneySupplyDayData_OrderBy {\n Amount = 'amount',\n Id = 'id',\n Timestamp = 'timestamp'\n}\n\nexport type HoneySupplyHourData = {\n __typename?: 'HoneySupplyHourData';\n amount: Scalars['BigDecimal']['output'];\n id: Scalars['ID']['output'];\n timestamp: Scalars['Int']['output'];\n};\n\nexport type HoneySupplyHourData_Filter = {\n /** Filter for the block changed event. */\n _change_block?: InputMaybe<BlockChangedFilter>;\n amount?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_gt?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_gte?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_in?: InputMaybe<Array<Scalars['BigDecimal']['input']>>;\n amount_lt?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_lte?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_not?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_not_in?: InputMaybe<Array<Scalars['BigDecimal']['input']>>;\n and?: InputMaybe<Array<InputMaybe<HoneySupplyHourData_Filter>>>;\n id?: InputMaybe<Scalars['ID']['input']>;\n id_gt?: InputMaybe<Scalars['ID']['input']>;\n id_gte?: InputMaybe<Scalars['ID']['input']>;\n id_in?: InputMaybe<Array<Scalars['ID']['input']>>;\n id_lt?: InputMaybe<Scalars['ID']['input']>;\n id_lte?: InputMaybe<Scalars['ID']['input']>;\n id_not?: InputMaybe<Scalars['ID']['input']>;\n id_not_in?: InputMaybe<Array<Scalars['ID']['input']>>;\n or?: InputMaybe<Array<InputMaybe<HoneySupplyHourData_Filter>>>;\n timestamp?: InputMaybe<Scalars['Int']['input']>;\n timestamp_gt?: InputMaybe<Scalars['Int']['input']>;\n timestamp_gte?: InputMaybe<Scalars['Int']['input']>;\n timestamp_in?: InputMaybe<Array<Scalars['Int']['input']>>;\n timestamp_lt?: InputMaybe<Scalars['Int']['input']>;\n timestamp_lte?: InputMaybe<Scalars['Int']['input']>;\n timestamp_not?: InputMaybe<Scalars['Int']['input']>;\n timestamp_not_in?: InputMaybe<Array<Scalars['Int']['input']>>;\n};\n\nexport enum HoneySupplyHourData_OrderBy {\n Amount = 'amount',\n Id = 'id',\n Timestamp = 'timestamp'\n}\n\nexport type HoneyTxn = {\n __typename?: 'HoneyTxn';\n chainTransaction: ChainTransaction;\n collateral: Array<HoneyCollateral>;\n from: Scalars['Bytes']['output'];\n honeyAmount: Scalars['BigDecimal']['output'];\n id: Scalars['ID']['output'];\n isBasketMode: Scalars['Boolean']['output'];\n timestamp: Scalars['BigInt']['output'];\n to: Scalars['Bytes']['output'];\n type?: Maybe<TxnType>;\n};\n\n\nexport type HoneyTxnCollateralArgs = {\n first?: InputMaybe<Scalars['Int']['input']>;\n orderBy?: InputMaybe<HoneyCollateral_OrderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n skip?: InputMaybe<Scalars['Int']['input']>;\n where?: InputMaybe<HoneyCollateral_Filter>;\n};\n\nexport type HoneyTxn_Filter = {\n /** Filter for the block changed event. */\n _change_block?: InputMaybe<BlockChangedFilter>;\n and?: InputMaybe<Array<InputMaybe<HoneyTxn_Filter>>>;\n chainTransaction?: InputMaybe<Scalars['String']['input']>;\n chainTransaction_?: InputMaybe<ChainTransaction_Filter>;\n chainTransaction_contains?: InputMaybe<Scalars['String']['input']>;\n chainTransaction_contains_nocase?: InputMaybe<Scalars['String']['input']>;\n chainTransaction_ends_with?: InputMaybe<Scalars['String']['input']>;\n chainTransaction_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;\n chainTransaction_gt?: InputMaybe<Scalars['String']['input']>;\n chainTransaction_gte?: InputMaybe<Scalars['String']['input']>;\n chainTransaction_in?: InputMaybe<Array<Scalars['String']['input']>>;\n chainTransaction_lt?: InputMaybe<Scalars['String']['input']>;\n chainTransaction_lte?: InputMaybe<Scalars['String']['input']>;\n chainTransaction_not?: InputMaybe<Scalars['String']['input']>;\n chainTransaction_not_contains?: InputMaybe<Scalars['String']['input']>;\n chainTransaction_not_contains_nocase?: InputMaybe<Scalars['String']['input']>;\n chainTransaction_not_ends_with?: InputMaybe<Scalars['String']['input']>;\n chainTransaction_not_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;\n chainTransaction_not_in?: InputMaybe<Array<Scalars['String']['input']>>;\n chainTransaction_not_starts_with?: InputMaybe<Scalars['String']['input']>;\n chainTransaction_not_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;\n chainTransaction_starts_with?: InputMaybe<Scalars['String']['input']>;\n chainTransaction_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;\n collateral_?: InputMaybe<HoneyCollateral_Filter>;\n from?: InputMaybe<Scalars['Bytes']['input']>;\n from_contains?: InputMaybe<Scalars['Bytes']['input']>;\n from_gt?: InputMaybe<Scalars['Bytes']['input']>;\n from_gte?: InputMaybe<Scalars['Bytes']['input']>;\n from_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;\n from_lt?: InputMaybe<Scalars['Bytes']['input']>;\n from_lte?: InputMaybe<Scalars['Bytes']['input']>;\n from_not?: InputMaybe<Scalars['Bytes']['input']>;\n from_not_contains?: InputMaybe<Scalars['Bytes']['input']>;\n from_not_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;\n honeyAmount?: InputMaybe<Scalars['BigDecimal']['input']>;\n honeyAmount_gt?: InputMaybe<Scalars['BigDecimal']['input']>;\n honeyAmount_gte?: InputMaybe<Scalars['BigDecimal']['input']>;\n honeyAmount_in?: InputMaybe<Array<Scalars['BigDecimal']['input']>>;\n honeyAmount_lt?: InputMaybe<Scalars['BigDecimal']['input']>;\n honeyAmount_lte?: InputMaybe<Scalars['BigDecimal']['input']>;\n honeyAmount_not?: InputMaybe<Scalars['BigDecimal']['input']>;\n honeyAmount_not_in?: InputMaybe<Array<Scalars['BigDecimal']['input']>>;\n id?: InputMaybe<Scalars['ID']['input']>;\n id_gt?: InputMaybe<Scalars['ID']['input']>;\n id_gte?: InputMaybe<Scalars['ID']['input']>;\n id_in?: InputMaybe<Array<Scalars['ID']['input']>>;\n id_lt?: InputMaybe<Scalars['ID']['input']>;\n id_lte?: InputMaybe<Scalars['ID']['input']>;\n id_not?: InputMaybe<Scalars['ID']['input']>;\n id_not_in?: InputMaybe<Array<Scalars['ID']['input']>>;\n isBasketMode?: InputMaybe<Scalars['Boolean']['input']>;\n isBasketMode_in?: InputMaybe<Array<Scalars['Boolean']['input']>>;\n isBasketMode_not?: InputMaybe<Scalars['Boolean']['input']>;\n isBasketMode_not_in?: InputMaybe<Array<Scalars['Boolean']['input']>>;\n or?: InputMaybe<Array<InputMaybe<HoneyTxn_Filter>>>;\n timestamp?: InputMaybe<Scalars['BigInt']['input']>;\n timestamp_gt?: InputMaybe<Scalars['BigInt']['input']>;\n timestamp_gte?: InputMaybe<Scalars['BigInt']['input']>;\n timestamp_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;\n timestamp_lt?: InputMaybe<Scalars['BigInt']['input']>;\n timestamp_lte?: InputMaybe<Scalars['BigInt']['input']>;\n timestamp_not?: InputMaybe<Scalars['BigInt']['input']>;\n timestamp_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;\n to?: InputMaybe<Scalars['Bytes']['input']>;\n to_contains?: InputMaybe<Scalars['Bytes']['input']>;\n to_gt?: InputMaybe<Scalars['Bytes']['input']>;\n to_gte?: InputMaybe<Scalars['Bytes']['input']>;\n to_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;\n to_lt?: InputMaybe<Scalars['Bytes']['input']>;\n to_lte?: InputMaybe<Scalars['Bytes']['input']>;\n to_not?: InputMaybe<Scalars['Bytes']['input']>;\n to_not_contains?: InputMaybe<Scalars['Bytes']['input']>;\n to_not_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;\n type?: InputMaybe<TxnType>;\n type_in?: InputMaybe<Array<TxnType>>;\n type_not?: InputMaybe<TxnType>;\n type_not_in?: InputMaybe<Array<TxnType>>;\n};\n\nexport enum HoneyTxn_OrderBy {\n ChainTransaction = 'chainTransaction',\n ChainTransactionId = 'chainTransaction__id',\n ChainTransactionIsBasketMode = 'chainTransaction__isBasketMode',\n ChainTransactionTxHash = 'chainTransaction__txHash',\n ChainTransactionType = 'chainTransaction__type',\n Collateral = 'collateral',\n From = 'from',\n HoneyAmount = 'honeyAmount',\n Id = 'id',\n IsBasketMode = 'isBasketMode',\n Timestamp = 'timestamp',\n To = 'to',\n Type = 'type'\n}\n\nexport type HoneyVolumeDayData = {\n __typename?: 'HoneyVolumeDayData';\n amount: Scalars['BigDecimal']['output'];\n id: Scalars['ID']['output'];\n timestamp: Scalars['Int']['output'];\n};\n\nexport type HoneyVolumeDayData_Filter = {\n /** Filter for the block changed event. */\n _change_block?: InputMaybe<BlockChangedFilter>;\n amount?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_gt?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_gte?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_in?: InputMaybe<Array<Scalars['BigDecimal']['input']>>;\n amount_lt?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_lte?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_not?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_not_in?: InputMaybe<Array<Scalars['BigDecimal']['input']>>;\n and?: InputMaybe<Array<InputMaybe<HoneyVolumeDayData_Filter>>>;\n id?: InputMaybe<Scalars['ID']['input']>;\n id_gt?: InputMaybe<Scalars['ID']['input']>;\n id_gte?: InputMaybe<Scalars['ID']['input']>;\n id_in?: InputMaybe<Array<Scalars['ID']['input']>>;\n id_lt?: InputMaybe<Scalars['ID']['input']>;\n id_lte?: InputMaybe<Scalars['ID']['input']>;\n id_not?: InputMaybe<Scalars['ID']['input']>;\n id_not_in?: InputMaybe<Array<Scalars['ID']['input']>>;\n or?: InputMaybe<Array<InputMaybe<HoneyVolumeDayData_Filter>>>;\n timestamp?: InputMaybe<Scalars['Int']['input']>;\n timestamp_gt?: InputMaybe<Scalars['Int']['input']>;\n timestamp_gte?: InputMaybe<Scalars['Int']['input']>;\n timestamp_in?: InputMaybe<Array<Scalars['Int']['input']>>;\n timestamp_lt?: InputMaybe<Scalars['Int']['input']>;\n timestamp_lte?: InputMaybe<Scalars['Int']['input']>;\n timestamp_not?: InputMaybe<Scalars['Int']['input']>;\n timestamp_not_in?: InputMaybe<Array<Scalars['Int']['input']>>;\n};\n\nexport enum HoneyVolumeDayData_OrderBy {\n Amount = 'amount',\n Id = 'id',\n Timestamp = 'timestamp'\n}\n\nexport type HoneyVolumeHourData = {\n __typename?: 'HoneyVolumeHourData';\n amount: Scalars['BigDecimal']['output'];\n id: Scalars['ID']['output'];\n timestamp: Scalars['Int']['output'];\n};\n\nexport type HoneyVolumeHourData_Filter = {\n /** Filter for the block changed event. */\n _change_block?: InputMaybe<BlockChangedFilter>;\n amount?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_gt?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_gte?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_in?: InputMaybe<Array<Scalars['BigDecimal']['input']>>;\n amount_lt?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_lte?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_not?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_not_in?: InputMaybe<Array<Scalars['BigDecimal']['input']>>;\n and?: InputMaybe<Array<InputMaybe<HoneyVolumeHourData_Filter>>>;\n id?: InputMaybe<Scalars['ID']['input']>;\n id_gt?: InputMaybe<Scalars['ID']['input']>;\n id_gte?: InputMaybe<Scalars['ID']['input']>;\n id_in?: InputMaybe<Array<Scalars['ID']['input']>>;\n id_lt?: InputMaybe<Scalars['ID']['input']>;\n id_lte?: InputMaybe<Scalars['ID']['input']>;\n id_not?: InputMaybe<Scalars['ID']['input']>;\n id_not_in?: InputMaybe<Array<Scalars['ID']['input']>>;\n or?: InputMaybe<Array<InputMaybe<HoneyVolumeHourData_Filter>>>;\n timestamp?: InputMaybe<Scalars['Int']['input']>;\n timestamp_gt?: InputMaybe<Scalars['Int']['input']>;\n timestamp_gte?: InputMaybe<Scalars['Int']['input']>;\n timestamp_in?: InputMaybe<Array<Scalars['Int']['input']>>;\n timestamp_lt?: InputMaybe<Scalars['Int']['input']>;\n timestamp_lte?: InputMaybe<Scalars['Int']['input']>;\n timestamp_not?: InputMaybe<Scalars['Int']['input']>;\n timestamp_not_in?: InputMaybe<Array<Scalars['Int']['input']>>;\n};\n\nexport enum HoneyVolumeHourData_OrderBy {\n Amount = 'amount',\n Id = 'id',\n Timestamp = 'timestamp'\n}\n\n/** Defines the order direction, either ascending or descending */\nexport enum OrderDirection {\n Asc = 'asc',\n Desc = 'desc'\n}\n\nexport type Query = {\n __typename?: 'Query';\n /** Access to subgraph metadata */\n _meta?: Maybe<_Meta_>;\n chainTransaction?: Maybe<ChainTransaction>;\n chainTransactions: Array<ChainTransaction>;\n honeyCollateral?: Maybe<HoneyCollateral>;\n honeyCollaterals: Array<HoneyCollateral>;\n honeySupplyDayData?: Maybe<HoneySupplyDayData>;\n honeySupplyDayDatas: Array<HoneySupplyDayData>;\n honeySupplyHourData?: Maybe<HoneySupplyHourData>;\n honeySupplyHourDatas: Array<HoneySupplyHourData>;\n honeyTxn?: Maybe<HoneyTxn>;\n honeyTxns: Array<HoneyTxn>;\n honeyVolumeDayData?: Maybe<HoneyVolumeDayData>;\n honeyVolumeDayDatas: Array<HoneyVolumeDayData>;\n honeyVolumeHourData?: Maybe<HoneyVolumeHourData>;\n honeyVolumeHourDatas: Array<HoneyVolumeHourData>;\n};\n\n\nexport type Query_MetaArgs = {\n block?: InputMaybe<Block_Height>;\n};\n\n\nexport type QueryChainTransactionArgs = {\n block?: InputMaybe<Block_Height>;\n id: Scalars['ID']['input'];\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type QueryChainTransactionsArgs = {\n block?: InputMaybe<Block_Height>;\n first?: InputMaybe<Scalars['Int']['input']>;\n orderBy?: InputMaybe<ChainTransaction_OrderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n skip?: InputMaybe<Scalars['Int']['input']>;\n subgraphError?: _SubgraphErrorPolicy_;\n where?: InputMaybe<ChainTransaction_Filter>;\n};\n\n\nexport type QueryHoneyCollateralArgs = {\n block?: InputMaybe<Block_Height>;\n id: Scalars['ID']['input'];\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type QueryHoneyCollateralsArgs = {\n block?: InputMaybe<Block_Height>;\n first?: InputMaybe<Scalars['Int']['input']>;\n orderBy?: InputMaybe<HoneyCollateral_OrderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n skip?: InputMaybe<Scalars['Int']['input']>;\n subgraphError?: _SubgraphErrorPolicy_;\n where?: InputMaybe<HoneyCollateral_Filter>;\n};\n\n\nexport type QueryHoneySupplyDayDataArgs = {\n block?: InputMaybe<Block_Height>;\n id: Scalars['ID']['input'];\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type QueryHoneySupplyDayDatasArgs = {\n block?: InputMaybe<Block_Height>;\n first?: InputMaybe<Scalars['Int']['input']>;\n orderBy?: InputMaybe<HoneySupplyDayData_OrderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n skip?: InputMaybe<Scalars['Int']['input']>;\n subgraphError?: _SubgraphErrorPolicy_;\n where?: InputMaybe<HoneySupplyDayData_Filter>;\n};\n\n\nexport type QueryHoneySupplyHourDataArgs = {\n block?: InputMaybe<Block_Height>;\n id: Scalars['ID']['input'];\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type QueryHoneySupplyHourDatasArgs = {\n block?: InputMaybe<Block_Height>;\n first?: InputMaybe<Scalars['Int']['input']>;\n orderBy?: InputMaybe<HoneySupplyHourData_OrderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n skip?: InputMaybe<Scalars['Int']['input']>;\n subgraphError?: _SubgraphErrorPolicy_;\n where?: InputMaybe<HoneySupplyHourData_Filter>;\n};\n\n\nexport type QueryHoneyTxnArgs = {\n block?: InputMaybe<Block_Height>;\n id: Scalars['ID']['input'];\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type QueryHoneyTxnsArgs = {\n block?: InputMaybe<Block_Height>;\n first?: InputMaybe<Scalars['Int']['input']>;\n orderBy?: InputMaybe<HoneyTxn_OrderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n skip?: InputMaybe<Scalars['Int']['input']>;\n subgraphError?: _SubgraphErrorPolicy_;\n where?: InputMaybe<HoneyTxn_Filter>;\n};\n\n\nexport type QueryHoneyVolumeDayDataArgs = {\n block?: InputMaybe<Block_Height>;\n id: Scalars['ID']['input'];\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type QueryHoneyVolumeDayDatasArgs = {\n block?: InputMaybe<Block_Height>;\n first?: InputMaybe<Scalars['Int']['input']>;\n orderBy?: InputMaybe<HoneyVolumeDayData_OrderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n skip?: InputMaybe<Scalars['Int']['input']>;\n subgraphError?: _SubgraphErrorPolicy_;\n where?: InputMaybe<HoneyVolumeDayData_Filter>;\n};\n\n\nexport type QueryHoneyVolumeHourDataArgs = {\n block?: InputMaybe<Block_Height>;\n id: Scalars['ID']['input'];\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type QueryHoneyVolumeHourDatasArgs = {\n block?: InputMaybe<Block_Height>;\n first?: InputMaybe<Scalars['Int']['input']>;\n orderBy?: InputMaybe<HoneyVolumeHourData_OrderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n skip?: InputMaybe<Scalars['Int']['input']>;\n subgraphError?: _SubgraphErrorPolicy_;\n where?: InputMaybe<HoneyVolumeHourData_Filter>;\n};\n\nexport type Subscription = {\n __typename?: 'Subscription';\n /** Access to subgraph metadata */\n _meta?: Maybe<_Meta_>;\n chainTransaction?: Maybe<ChainTransaction>;\n chainTransactions: Array<ChainTransaction>;\n honeyCollateral?: Maybe<HoneyCollateral>;\n honeyCollaterals: Array<HoneyCollateral>;\n honeySupplyDayData?: Maybe<HoneySupplyDayData>;\n honeySupplyDayDatas: Array<HoneySupplyDayData>;\n honeySupplyHourData?: Maybe<HoneySupplyHourData>;\n honeySupplyHourDatas: Array<HoneySupplyHourData>;\n honeyTxn?: Maybe<HoneyTxn>;\n honeyTxns: Array<HoneyTxn>;\n honeyVolumeDayData?: Maybe<HoneyVolumeDayData>;\n honeyVolumeDayDatas: Array<HoneyVolumeDayData>;\n honeyVolumeHourData?: Maybe<HoneyVolumeHourData>;\n honeyVolumeHourDatas: Array<HoneyVolumeHourData>;\n};\n\n\nexport type Subscription_MetaArgs = {\n block?: InputMaybe<Block_Height>;\n};\n\n\nexport type SubscriptionChainTransactionArgs = {\n block?: InputMaybe<Block_Height>;\n id: Scalars['ID']['input'];\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type SubscriptionChainTransactionsArgs = {\n block?: InputMaybe<Block_Height>;\n first?: InputMaybe<Scalars['Int']['input']>;\n orderBy?: InputMaybe<ChainTransaction_OrderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n skip?: InputMaybe<Scalars['Int']['input']>;\n subgraphError?: _SubgraphErrorPolicy_;\n where?: InputMaybe<ChainTransaction_Filter>;\n};\n\n\nexport type SubscriptionHoneyCollateralArgs = {\n block?: InputMaybe<Block_Height>;\n id: Scalars['ID']['input'];\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type SubscriptionHoneyCollateralsArgs = {\n block?: InputMaybe<Block_Height>;\n first?: InputMaybe<Scalars['Int']['input']>;\n orderBy?: InputMaybe<HoneyCollateral_OrderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n skip?: InputMaybe<Scalars['Int']['input']>;\n subgraphError?: _SubgraphErrorPolicy_;\n where?: InputMaybe<HoneyCollateral_Filter>;\n};\n\n\nexport type SubscriptionHoneySupplyDayDataArgs = {\n block?: InputMaybe<Block_Height>;\n id: Scalars['ID']['input'];\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type SubscriptionHoneySupplyDayDatasArgs = {\n block?: InputMaybe<Block_Height>;\n first?: InputMaybe<Scalars['Int']['input']>;\n orderBy?: InputMaybe<HoneySupplyDayData_OrderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n skip?: InputMaybe<Scalars['Int']['input']>;\n subgraphError?: _SubgraphErrorPolicy_;\n where?: InputMaybe<HoneySupplyDayData_Filter>;\n};\n\n\nexport type SubscriptionHoneySupplyHourDataArgs = {\n block?: InputMaybe<Block_Height>;\n id: Scalars['ID']['input'];\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type SubscriptionHoneySupplyHourDatasArgs = {\n block?: InputMaybe<Block_Height>;\n first?: InputMaybe<Scalars['Int']['input']>;\n orderBy?: InputMaybe<HoneySupplyHourData_OrderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n skip?: InputMaybe<Scalars['Int']['input']>;\n subgraphError?: _SubgraphErrorPolicy_;\n where?: InputMaybe<HoneySupplyHourData_Filter>;\n};\n\n\nexport type SubscriptionHoneyTxnArgs = {\n block?: InputMaybe<Block_Height>;\n id: Scalars['ID']['input'];\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type SubscriptionHoneyTxnsArgs = {\n block?: InputMaybe<Block_Height>;\n first?: InputMaybe<Scalars['Int']['input']>;\n orderBy?: InputMaybe<HoneyTxn_OrderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n skip?: InputMaybe<Scalars['Int']['input']>;\n subgraphError?: _SubgraphErrorPolicy_;\n where?: InputMaybe<HoneyTxn_Filter>;\n};\n\n\nexport type SubscriptionHoneyVolumeDayDataArgs = {\n block?: InputMaybe<Block_Height>;\n id: Scalars['ID']['input'];\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type SubscriptionHoneyVolumeDayDatasArgs = {\n block?: InputMaybe<Block_Height>;\n first?: InputMaybe<Scalars['Int']['input']>;\n orderBy?: InputMaybe<HoneyVolumeDayData_OrderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n skip?: InputMaybe<Scalars['Int']['input']>;\n subgraphError?: _SubgraphErrorPolicy_;\n where?: InputMaybe<HoneyVolumeDayData_Filter>;\n};\n\n\nexport type SubscriptionHoneyVolumeHourDataArgs = {\n block?: InputMaybe<Block_Height>;\n id: Scalars['ID']['input'];\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type SubscriptionHoneyVolumeHourDatasArgs = {\n block?: InputMaybe<Block_Height>;\n first?: InputMaybe<Scalars['Int']['input']>;\n orderBy?: InputMaybe<HoneyVolumeHourData_OrderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n skip?: InputMaybe<Scalars['Int']['input']>;\n subgraphError?: _SubgraphErrorPolicy_;\n where?: InputMaybe<HoneyVolumeHourData_Filter>;\n};\n\nexport enum TxnType {\n Mint = 'MINT',\n Redeem = 'REDEEM'\n}\n\nexport type _Block_ = {\n __typename?: '_Block_';\n /** The hash of the block */\n hash?: Maybe<Scalars['Bytes']['output']>;\n /** The block number */\n number: Scalars['Int']['output'];\n /** The hash of the parent block */\n parentHash?: Maybe<Scalars['Bytes']['output']>;\n /** Integer representation of the timestamp stored in blocks for the chain */\n timestamp?: Maybe<Scalars['Int']['output']>;\n};\n\n/** The type for the top-level _meta field */\nexport type _Meta_ = {\n __typename?: '_Meta_';\n /**\n * Information about a specific subgraph block. The hash of the block\n * will be null if the _meta field has a block constraint that asks for\n * a block number. It will be filled if the _meta field has no block constraint\n * and therefore asks for the latest block\n *\n */\n block: _Block_;\n /** The deployment ID */\n deployment: Scalars['String']['output'];\n /** If `true`, the subgraph encountered indexing errors at some past block */\n hasIndexingErrors: Scalars['Boolean']['output'];\n};\n\nexport enum _SubgraphErrorPolicy_ {\n /** Data will be returned even if the subgraph has indexing errors */\n Allow = 'allow',\n /** If the subgraph has indexing errors, data will be omitted. The default. */\n Deny = 'deny'\n}\n\nexport type HoneyTxnDataFragment = { __typename?: 'HoneyTxn', id: string, timestamp: any, from: any, to: any, type?: TxnType | null, honeyAmount: any, chainTransaction: { __typename?: 'ChainTransaction', id: any, txHash: any }, collateral: Array<{ __typename?: 'HoneyCollateral', collateral: any, collateralAmount: any, id: string }> };\n\nexport type GetHoneyTxnByTypeQueryVariables = Exact<{\n page: Scalars['Int']['input'];\n limit: Scalars['Int']['input'];\n type: TxnType;\n}>;\n\n\nexport type GetHoneyTxnByTypeQuery = { __typename?: 'Query', honeyTxns: Array<{ __typename?: 'HoneyTxn', id: string, timestamp: any, from: any, to: any, type?: TxnType | null, honeyAmount: any, chainTransaction: { __typename?: 'ChainTransaction', id: any, txHash: any }, collateral: Array<{ __typename?: 'HoneyCollateral', collateral: any, collateralAmount: any, id: string }> }> };\n\nexport type GetHoneyTxnQueryVariables = Exact<{\n page: Scalars['Int']['input'];\n limit: Scalars['Int']['input'];\n}>;\n\n\nexport type GetHoneyTxnQuery = { __typename?: 'Query', honeyTxns: Array<{ __typename?: 'HoneyTxn', id: string, timestamp: any, from: any, to: any, type?: TxnType | null, honeyAmount: any, chainTransaction: { __typename?: 'ChainTransaction', id: any, txHash: any }, collateral: Array<{ __typename?: 'HoneyCollateral', collateral: any, collateralAmount: any, id: string }> }> };\n\nexport type GetVolumeAndSupplyDayQueryVariables = Exact<{\n timestamp_gt: Scalars['Int']['input'];\n}>;\n\n\nexport type GetVolumeAndSupplyDayQuery = { __typename?: 'Query', honeyVolumeDayDatas: Array<{ __typename?: 'HoneyVolumeDayData', id: string, timestamp: number, amount: any }>, honeySupplyDayDatas: Array<{ __typename?: 'HoneySupplyDayData', id: string, timestamp: number, amount: any }> };\n\nexport type GetVolumeHourQueryVariables = Exact<{\n timestamp_gt: Scalars['Int']['input'];\n}>;\n\n\nexport type GetVolumeHourQuery = { __typename?: 'Query', honeyVolumeHourDatas: Array<{ __typename?: 'HoneyVolumeHourData', id: string, timestamp: number, amount: any }> };\n\nexport type GetGlobalDataQueryVariables = Exact<{ [key: string]: never; }>;\n\n\nexport type GetGlobalDataQuery = { __typename?: 'Query', honeyVolumeDayDatas: Array<{ __typename?: 'HoneyVolumeDayData', id: string, timestamp: number, amount: any }>, honeySupplyHourDatas: Array<{ __typename?: 'HoneySupplyHourData', id: string, timestamp: number, amount: any }> };\n\nexport type GetFirstHoneyTxnDateQueryVariables = Exact<{ [key: string]: never; }>;\n\n\nexport type GetFirstHoneyTxnDateQuery = { __typename?: 'Query', honeyTxns: Array<{ __typename?: 'HoneyTxn', timestamp: any }> };\n\nexport const HoneyTxnData = gql`\n fragment HoneyTxnData on HoneyTxn {\n id\n timestamp\n from\n to\n type\n honeyAmount\n chainTransaction {\n id\n txHash\n }\n collateral {\n collateral\n collateralAmount\n id\n }\n}\n `;\nexport const GetHoneyTxnByType = gql`\n query GetHoneyTxnByType($page: Int!, $limit: Int!, $type: TxnType!) {\n honeyTxns(\n skip: $page\n first: $limit\n orderBy: timestamp\n orderDirection: desc\n where: {type: $type}\n ) {\n ...HoneyTxnData\n }\n}\n ${HoneyTxnData}`;\nexport const GetHoneyTxn = gql`\n query GetHoneyTxn($page: Int!, $limit: Int!) {\n honeyTxns(skip: $page, first: $limit, orderBy: timestamp, orderDirection: desc) {\n ...HoneyTxnData\n }\n}\n ${HoneyTxnData}`;\nexport const GetVolumeAndSupplyDay = gql`\n query GetVolumeAndSupplyDay($timestamp_gt: Int!) {\n honeyVolumeDayDatas(\n where: {timestamp_gt: $timestamp_gt}\n orderBy: timestamp\n orderDirection: asc\n ) {\n id\n timestamp\n amount\n }\n honeySupplyDayDatas(\n where: {timestamp_gt: $timestamp_gt}\n orderBy: timestamp\n orderDirection: asc\n ) {\n id\n timestamp\n amount\n }\n}\n `;\nexport const GetVolumeHour = gql`\n query GetVolumeHour($timestamp_gt: Int!) {\n honeyVolumeHourDatas(\n where: {timestamp_gt: $timestamp_gt}\n orderBy: timestamp\n orderDirection: asc\n ) {\n id\n timestamp\n amount\n }\n}\n `;\nexport const GetGlobalData = gql`\n query GetGlobalData {\n honeyVolumeDayDatas(first: 1, orderBy: timestamp, orderDirection: desc) {\n id\n timestamp\n amount\n }\n honeySupplyHourDatas(first: 1, orderBy: timestamp, orderDirection: desc) {\n id\n timestamp\n amount\n }\n}\n `;\nexport const GetFirstHoneyTxnDate = gql`\n query GetFirstHoneyTxnDate {\n honeyTxns(first: 1) {\n timestamp\n }\n}\n `;\n\n export interface PossibleTypesResultData {\n possibleTypes: {\n [key: string]: string[]\n }\n }\n const result: PossibleTypesResultData = {\n \"possibleTypes\": {}\n};\n export default result;\n "],"mappings":"yaAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,0BAAAE,EAAA,6BAAAC,EAAA,yBAAAC,EAAA,kBAAAC,EAAA,gBAAAC,EAAA,sBAAAC,EAAA,0BAAAC,EAAA,kBAAAC,EAAA,4BAAAC,EAAA,+BAAAC,EAAA,gCAAAC,EAAA,iBAAAC,EAAA,qBAAAC,EAAA,+BAAAC,EAAA,gCAAAC,EAAA,mBAAAC,EAAA,YAAAC,EAAA,0BAAAC,EAAA,YAAAC,IAAA,eAAAC,EAAArB,GAAA,IAAAsB,EAAoB,0BAsBRpB,OACVA,EAAA,IAAM,MACNA,EAAA,KAAO,OAFGA,OAAA,IAqEAC,OACVA,EAAA,SAAW,WACXA,EAAA,GAAK,KACLA,EAAA,aAAe,eACfA,EAAA,OAAS,SACTA,EAAA,KAAO,OALGA,OAAA,IAsEAO,OACVA,EAAA,WAAa,aACbA,EAAA,iBAAmB,mBACnBA,EAAA,SAAW,WACXA,EAAA,aAAe,iBACfA,EAAA,oBAAsB,wBACtBA,EAAA,WAAa,eACbA,EAAA,qBAAuB,yBACvBA,EAAA,kBAAoB,sBACpBA,EAAA,WAAa,eACbA,EAAA,aAAe,iBACfA,EAAA,GAAK,KAXKA,OAAA,IAoDAC,OACVA,EAAA,OAAS,SACTA,EAAA,GAAK,KACLA,EAAA,UAAY,YAHFA,OAAA,IA4CAC,OACVA,EAAA,OAAS,SACTA,EAAA,GAAK,KACLA,EAAA,UAAY,YAHFA,OAAA,IA6GAE,OACVA,EAAA,iBAAmB,mBACnBA,EAAA,mBAAqB,uBACrBA,EAAA,6BAA+B,iCAC/BA,EAAA,uBAAyB,2BACzBA,EAAA,qBAAuB,yBACvBA,EAAA,WAAa,aACbA,EAAA,KAAO,OACPA,EAAA,YAAc,cACdA,EAAA,GAAK,KACLA,EAAA,aAAe,eACfA,EAAA,UAAY,YACZA,EAAA,GAAK,KACLA,EAAA,KAAO,OAbGA,OAAA,IAsDAC,OACVA,EAAA,OAAS,SACTA,EAAA,GAAK,KACLA,EAAA,UAAY,YAHFA,OAAA,IA4CAC,OACVA,EAAA,OAAS,SACTA,EAAA,GAAK,KACLA,EAAA,UAAY,YAHFA,OAAA,IAOAC,OACVA,EAAA,IAAM,MACNA,EAAA,KAAO,OAFGA,OAAA,IAmTAC,OACVA,EAAA,KAAO,OACPA,EAAA,OAAS,SAFCA,OAAA,IAkCAC,OAEVA,EAAA,MAAQ,QAERA,EAAA,KAAO,OAJGA,OAAA,IAkDCN,EAAe;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,MAmBfN,EAAoB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,MAY3BM,CAAY,GACLP,EAAc;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,MAMrBO,CAAY,GACLL,EAAwB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,MAsBxBC,EAAgB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,MAahBJ,EAAgB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,MAchBD,EAAuB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,MAaxBmB,EAAkC,CAC5C,cAAiB,CAAC,CACpB,EACaH,EAAQG","names":["honey_codegen_exports","__export","Aggregation_Interval","ChainTransaction_OrderBy","GetFirstHoneyTxnDate","GetGlobalData","GetHoneyTxn","GetHoneyTxnByType","GetVolumeAndSupplyDay","GetVolumeHour","HoneyCollateral_OrderBy","HoneySupplyDayData_OrderBy","HoneySupplyHourData_OrderBy","HoneyTxnData","HoneyTxn_OrderBy","HoneyVolumeDayData_OrderBy","HoneyVolumeHourData_OrderBy","OrderDirection","TxnType","_SubgraphErrorPolicy_","honey_codegen_default","__toCommonJS","import_client","result"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/honey/honey.codegen.ts"],"sourcesContent":["import { gql } from '@apollo/client';\nexport type Maybe<T> = T | null;\nexport type InputMaybe<T> = Maybe<T>;\nexport type Exact<T extends { [key: string]: unknown }> = { [K in keyof T]: T[K] };\nexport type MakeOptional<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]?: Maybe<T[SubKey]> };\nexport type MakeMaybe<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]: Maybe<T[SubKey]> };\nexport type MakeEmpty<T extends { [key: string]: unknown }, K extends keyof T> = { [_ in K]?: never };\nexport type Incremental<T> = T | { [P in keyof T]?: P extends ' $fragmentName' | '__typename' ? T[P] : never };\n/** All built-in and custom scalars, mapped to their actual values */\nexport type Scalars = {\n ID: { input: string; output: string; }\n String: { input: string; output: string; }\n Boolean: { input: boolean; output: boolean; }\n Int: { input: number; output: number; }\n Float: { input: number; output: number; }\n BigDecimal: { input: any; output: any; }\n BigInt: { input: any; output: any; }\n Bytes: { input: any; output: any; }\n Int8: { input: any; output: any; }\n Timestamp: { input: any; output: any; }\n};\n\nexport enum Aggregation_Interval {\n Day = 'day',\n Hour = 'hour'\n}\n\nexport type BlockChangedFilter = {\n number_gte: Scalars['Int']['input'];\n};\n\nexport type Block_Height = {\n hash?: InputMaybe<Scalars['Bytes']['input']>;\n number?: InputMaybe<Scalars['Int']['input']>;\n number_gte?: InputMaybe<Scalars['Int']['input']>;\n};\n\nexport type ChainTransaction = {\n __typename?: 'ChainTransaction';\n honeyTxn: Array<Maybe<HoneyTxn>>;\n id: Scalars['Bytes']['output'];\n isBasketMode: Scalars['Boolean']['output'];\n txHash: Scalars['Bytes']['output'];\n type: TxnType;\n};\n\n\nexport type ChainTransactionHoneyTxnArgs = {\n first?: InputMaybe<Scalars['Int']['input']>;\n orderBy?: InputMaybe<HoneyTxn_OrderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n skip?: InputMaybe<Scalars['Int']['input']>;\n where?: InputMaybe<HoneyTxn_Filter>;\n};\n\nexport type ChainTransaction_Filter = {\n /** Filter for the block changed event. */\n _change_block?: InputMaybe<BlockChangedFilter>;\n and?: InputMaybe<Array<InputMaybe<ChainTransaction_Filter>>>;\n honeyTxn_?: InputMaybe<HoneyTxn_Filter>;\n id?: InputMaybe<Scalars['Bytes']['input']>;\n id_contains?: InputMaybe<Scalars['Bytes']['input']>;\n id_gt?: InputMaybe<Scalars['Bytes']['input']>;\n id_gte?: InputMaybe<Scalars['Bytes']['input']>;\n id_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;\n id_lt?: InputMaybe<Scalars['Bytes']['input']>;\n id_lte?: InputMaybe<Scalars['Bytes']['input']>;\n id_not?: InputMaybe<Scalars['Bytes']['input']>;\n id_not_contains?: InputMaybe<Scalars['Bytes']['input']>;\n id_not_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;\n isBasketMode?: InputMaybe<Scalars['Boolean']['input']>;\n isBasketMode_in?: InputMaybe<Array<Scalars['Boolean']['input']>>;\n isBasketMode_not?: InputMaybe<Scalars['Boolean']['input']>;\n isBasketMode_not_in?: InputMaybe<Array<Scalars['Boolean']['input']>>;\n or?: InputMaybe<Array<InputMaybe<ChainTransaction_Filter>>>;\n txHash?: InputMaybe<Scalars['Bytes']['input']>;\n txHash_contains?: InputMaybe<Scalars['Bytes']['input']>;\n txHash_gt?: InputMaybe<Scalars['Bytes']['input']>;\n txHash_gte?: InputMaybe<Scalars['Bytes']['input']>;\n txHash_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;\n txHash_lt?: InputMaybe<Scalars['Bytes']['input']>;\n txHash_lte?: InputMaybe<Scalars['Bytes']['input']>;\n txHash_not?: InputMaybe<Scalars['Bytes']['input']>;\n txHash_not_contains?: InputMaybe<Scalars['Bytes']['input']>;\n txHash_not_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;\n type?: InputMaybe<TxnType>;\n type_in?: InputMaybe<Array<TxnType>>;\n type_not?: InputMaybe<TxnType>;\n type_not_in?: InputMaybe<Array<TxnType>>;\n};\n\nexport enum ChainTransaction_OrderBy {\n HoneyTxn = 'honeyTxn',\n Id = 'id',\n IsBasketMode = 'isBasketMode',\n TxHash = 'txHash',\n Type = 'type'\n}\n\nexport type HoneyCollateral = {\n __typename?: 'HoneyCollateral';\n collateral: Scalars['Bytes']['output'];\n collateralAmount: Scalars['BigDecimal']['output'];\n honeyTxn: HoneyTxn;\n id: Scalars['ID']['output'];\n};\n\nexport type HoneyCollateral_Filter = {\n /** Filter for the block changed event. */\n _change_block?: InputMaybe<BlockChangedFilter>;\n and?: InputMaybe<Array<InputMaybe<HoneyCollateral_Filter>>>;\n collateral?: InputMaybe<Scalars['Bytes']['input']>;\n collateralAmount?: InputMaybe<Scalars['BigDecimal']['input']>;\n collateralAmount_gt?: InputMaybe<Scalars['BigDecimal']['input']>;\n collateralAmount_gte?: InputMaybe<Scalars['BigDecimal']['input']>;\n collateralAmount_in?: InputMaybe<Array<Scalars['BigDecimal']['input']>>;\n collateralAmount_lt?: InputMaybe<Scalars['BigDecimal']['input']>;\n collateralAmount_lte?: InputMaybe<Scalars['BigDecimal']['input']>;\n collateralAmount_not?: InputMaybe<Scalars['BigDecimal']['input']>;\n collateralAmount_not_in?: InputMaybe<Array<Scalars['BigDecimal']['input']>>;\n collateral_contains?: InputMaybe<Scalars['Bytes']['input']>;\n collateral_gt?: InputMaybe<Scalars['Bytes']['input']>;\n collateral_gte?: InputMaybe<Scalars['Bytes']['input']>;\n collateral_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;\n collateral_lt?: InputMaybe<Scalars['Bytes']['input']>;\n collateral_lte?: InputMaybe<Scalars['Bytes']['input']>;\n collateral_not?: InputMaybe<Scalars['Bytes']['input']>;\n collateral_not_contains?: InputMaybe<Scalars['Bytes']['input']>;\n collateral_not_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;\n honeyTxn?: InputMaybe<Scalars['String']['input']>;\n honeyTxn_?: InputMaybe<HoneyTxn_Filter>;\n honeyTxn_contains?: InputMaybe<Scalars['String']['input']>;\n honeyTxn_contains_nocase?: InputMaybe<Scalars['String']['input']>;\n honeyTxn_ends_with?: InputMaybe<Scalars['String']['input']>;\n honeyTxn_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;\n honeyTxn_gt?: InputMaybe<Scalars['String']['input']>;\n honeyTxn_gte?: InputMaybe<Scalars['String']['input']>;\n honeyTxn_in?: InputMaybe<Array<Scalars['String']['input']>>;\n honeyTxn_lt?: InputMaybe<Scalars['String']['input']>;\n honeyTxn_lte?: InputMaybe<Scalars['String']['input']>;\n honeyTxn_not?: InputMaybe<Scalars['String']['input']>;\n honeyTxn_not_contains?: InputMaybe<Scalars['String']['input']>;\n honeyTxn_not_contains_nocase?: InputMaybe<Scalars['String']['input']>;\n honeyTxn_not_ends_with?: InputMaybe<Scalars['String']['input']>;\n honeyTxn_not_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;\n honeyTxn_not_in?: InputMaybe<Array<Scalars['String']['input']>>;\n honeyTxn_not_starts_with?: InputMaybe<Scalars['String']['input']>;\n honeyTxn_not_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;\n honeyTxn_starts_with?: InputMaybe<Scalars['String']['input']>;\n honeyTxn_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;\n id?: InputMaybe<Scalars['ID']['input']>;\n id_gt?: InputMaybe<Scalars['ID']['input']>;\n id_gte?: InputMaybe<Scalars['ID']['input']>;\n id_in?: InputMaybe<Array<Scalars['ID']['input']>>;\n id_lt?: InputMaybe<Scalars['ID']['input']>;\n id_lte?: InputMaybe<Scalars['ID']['input']>;\n id_not?: InputMaybe<Scalars['ID']['input']>;\n id_not_in?: InputMaybe<Array<Scalars['ID']['input']>>;\n or?: InputMaybe<Array<InputMaybe<HoneyCollateral_Filter>>>;\n};\n\nexport enum HoneyCollateral_OrderBy {\n Collateral = 'collateral',\n CollateralAmount = 'collateralAmount',\n HoneyTxn = 'honeyTxn',\n HoneyTxnFrom = 'honeyTxn__from',\n HoneyTxnHoneyAmount = 'honeyTxn__honeyAmount',\n HoneyTxnId = 'honeyTxn__id',\n HoneyTxnIsBasketMode = 'honeyTxn__isBasketMode',\n HoneyTxnTimestamp = 'honeyTxn__timestamp',\n HoneyTxnTo = 'honeyTxn__to',\n HoneyTxnType = 'honeyTxn__type',\n Id = 'id'\n}\n\nexport type HoneySupplyDayData = {\n __typename?: 'HoneySupplyDayData';\n amount: Scalars['BigDecimal']['output'];\n id: Scalars['ID']['output'];\n timestamp: Scalars['Int']['output'];\n};\n\nexport type HoneySupplyDayData_Filter = {\n /** Filter for the block changed event. */\n _change_block?: InputMaybe<BlockChangedFilter>;\n amount?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_gt?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_gte?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_in?: InputMaybe<Array<Scalars['BigDecimal']['input']>>;\n amount_lt?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_lte?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_not?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_not_in?: InputMaybe<Array<Scalars['BigDecimal']['input']>>;\n and?: InputMaybe<Array<InputMaybe<HoneySupplyDayData_Filter>>>;\n id?: InputMaybe<Scalars['ID']['input']>;\n id_gt?: InputMaybe<Scalars['ID']['input']>;\n id_gte?: InputMaybe<Scalars['ID']['input']>;\n id_in?: InputMaybe<Array<Scalars['ID']['input']>>;\n id_lt?: InputMaybe<Scalars['ID']['input']>;\n id_lte?: InputMaybe<Scalars['ID']['input']>;\n id_not?: InputMaybe<Scalars['ID']['input']>;\n id_not_in?: InputMaybe<Array<Scalars['ID']['input']>>;\n or?: InputMaybe<Array<InputMaybe<HoneySupplyDayData_Filter>>>;\n timestamp?: InputMaybe<Scalars['Int']['input']>;\n timestamp_gt?: InputMaybe<Scalars['Int']['input']>;\n timestamp_gte?: InputMaybe<Scalars['Int']['input']>;\n timestamp_in?: InputMaybe<Array<Scalars['Int']['input']>>;\n timestamp_lt?: InputMaybe<Scalars['Int']['input']>;\n timestamp_lte?: InputMaybe<Scalars['Int']['input']>;\n timestamp_not?: InputMaybe<Scalars['Int']['input']>;\n timestamp_not_in?: InputMaybe<Array<Scalars['Int']['input']>>;\n};\n\nexport enum HoneySupplyDayData_OrderBy {\n Amount = 'amount',\n Id = 'id',\n Timestamp = 'timestamp'\n}\n\nexport type HoneySupplyHourData = {\n __typename?: 'HoneySupplyHourData';\n amount: Scalars['BigDecimal']['output'];\n id: Scalars['ID']['output'];\n timestamp: Scalars['Int']['output'];\n};\n\nexport type HoneySupplyHourData_Filter = {\n /** Filter for the block changed event. */\n _change_block?: InputMaybe<BlockChangedFilter>;\n amount?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_gt?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_gte?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_in?: InputMaybe<Array<Scalars['BigDecimal']['input']>>;\n amount_lt?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_lte?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_not?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_not_in?: InputMaybe<Array<Scalars['BigDecimal']['input']>>;\n and?: InputMaybe<Array<InputMaybe<HoneySupplyHourData_Filter>>>;\n id?: InputMaybe<Scalars['ID']['input']>;\n id_gt?: InputMaybe<Scalars['ID']['input']>;\n id_gte?: InputMaybe<Scalars['ID']['input']>;\n id_in?: InputMaybe<Array<Scalars['ID']['input']>>;\n id_lt?: InputMaybe<Scalars['ID']['input']>;\n id_lte?: InputMaybe<Scalars['ID']['input']>;\n id_not?: InputMaybe<Scalars['ID']['input']>;\n id_not_in?: InputMaybe<Array<Scalars['ID']['input']>>;\n or?: InputMaybe<Array<InputMaybe<HoneySupplyHourData_Filter>>>;\n timestamp?: InputMaybe<Scalars['Int']['input']>;\n timestamp_gt?: InputMaybe<Scalars['Int']['input']>;\n timestamp_gte?: InputMaybe<Scalars['Int']['input']>;\n timestamp_in?: InputMaybe<Array<Scalars['Int']['input']>>;\n timestamp_lt?: InputMaybe<Scalars['Int']['input']>;\n timestamp_lte?: InputMaybe<Scalars['Int']['input']>;\n timestamp_not?: InputMaybe<Scalars['Int']['input']>;\n timestamp_not_in?: InputMaybe<Array<Scalars['Int']['input']>>;\n};\n\nexport enum HoneySupplyHourData_OrderBy {\n Amount = 'amount',\n Id = 'id',\n Timestamp = 'timestamp'\n}\n\nexport type HoneyTxn = {\n __typename?: 'HoneyTxn';\n chainTransaction: ChainTransaction;\n collateral: Array<HoneyCollateral>;\n from: Scalars['Bytes']['output'];\n honeyAmount: Scalars['BigDecimal']['output'];\n id: Scalars['ID']['output'];\n isBasketMode: Scalars['Boolean']['output'];\n timestamp: Scalars['BigInt']['output'];\n to: Scalars['Bytes']['output'];\n type?: Maybe<TxnType>;\n};\n\n\nexport type HoneyTxnCollateralArgs = {\n first?: InputMaybe<Scalars['Int']['input']>;\n orderBy?: InputMaybe<HoneyCollateral_OrderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n skip?: InputMaybe<Scalars['Int']['input']>;\n where?: InputMaybe<HoneyCollateral_Filter>;\n};\n\nexport type HoneyTxn_Filter = {\n /** Filter for the block changed event. */\n _change_block?: InputMaybe<BlockChangedFilter>;\n and?: InputMaybe<Array<InputMaybe<HoneyTxn_Filter>>>;\n chainTransaction?: InputMaybe<Scalars['String']['input']>;\n chainTransaction_?: InputMaybe<ChainTransaction_Filter>;\n chainTransaction_contains?: InputMaybe<Scalars['String']['input']>;\n chainTransaction_contains_nocase?: InputMaybe<Scalars['String']['input']>;\n chainTransaction_ends_with?: InputMaybe<Scalars['String']['input']>;\n chainTransaction_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;\n chainTransaction_gt?: InputMaybe<Scalars['String']['input']>;\n chainTransaction_gte?: InputMaybe<Scalars['String']['input']>;\n chainTransaction_in?: InputMaybe<Array<Scalars['String']['input']>>;\n chainTransaction_lt?: InputMaybe<Scalars['String']['input']>;\n chainTransaction_lte?: InputMaybe<Scalars['String']['input']>;\n chainTransaction_not?: InputMaybe<Scalars['String']['input']>;\n chainTransaction_not_contains?: InputMaybe<Scalars['String']['input']>;\n chainTransaction_not_contains_nocase?: InputMaybe<Scalars['String']['input']>;\n chainTransaction_not_ends_with?: InputMaybe<Scalars['String']['input']>;\n chainTransaction_not_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;\n chainTransaction_not_in?: InputMaybe<Array<Scalars['String']['input']>>;\n chainTransaction_not_starts_with?: InputMaybe<Scalars['String']['input']>;\n chainTransaction_not_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;\n chainTransaction_starts_with?: InputMaybe<Scalars['String']['input']>;\n chainTransaction_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;\n collateral_?: InputMaybe<HoneyCollateral_Filter>;\n from?: InputMaybe<Scalars['Bytes']['input']>;\n from_contains?: InputMaybe<Scalars['Bytes']['input']>;\n from_gt?: InputMaybe<Scalars['Bytes']['input']>;\n from_gte?: InputMaybe<Scalars['Bytes']['input']>;\n from_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;\n from_lt?: InputMaybe<Scalars['Bytes']['input']>;\n from_lte?: InputMaybe<Scalars['Bytes']['input']>;\n from_not?: InputMaybe<Scalars['Bytes']['input']>;\n from_not_contains?: InputMaybe<Scalars['Bytes']['input']>;\n from_not_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;\n honeyAmount?: InputMaybe<Scalars['BigDecimal']['input']>;\n honeyAmount_gt?: InputMaybe<Scalars['BigDecimal']['input']>;\n honeyAmount_gte?: InputMaybe<Scalars['BigDecimal']['input']>;\n honeyAmount_in?: InputMaybe<Array<Scalars['BigDecimal']['input']>>;\n honeyAmount_lt?: InputMaybe<Scalars['BigDecimal']['input']>;\n honeyAmount_lte?: InputMaybe<Scalars['BigDecimal']['input']>;\n honeyAmount_not?: InputMaybe<Scalars['BigDecimal']['input']>;\n honeyAmount_not_in?: InputMaybe<Array<Scalars['BigDecimal']['input']>>;\n id?: InputMaybe<Scalars['ID']['input']>;\n id_gt?: InputMaybe<Scalars['ID']['input']>;\n id_gte?: InputMaybe<Scalars['ID']['input']>;\n id_in?: InputMaybe<Array<Scalars['ID']['input']>>;\n id_lt?: InputMaybe<Scalars['ID']['input']>;\n id_lte?: InputMaybe<Scalars['ID']['input']>;\n id_not?: InputMaybe<Scalars['ID']['input']>;\n id_not_in?: InputMaybe<Array<Scalars['ID']['input']>>;\n isBasketMode?: InputMaybe<Scalars['Boolean']['input']>;\n isBasketMode_in?: InputMaybe<Array<Scalars['Boolean']['input']>>;\n isBasketMode_not?: InputMaybe<Scalars['Boolean']['input']>;\n isBasketMode_not_in?: InputMaybe<Array<Scalars['Boolean']['input']>>;\n or?: InputMaybe<Array<InputMaybe<HoneyTxn_Filter>>>;\n timestamp?: InputMaybe<Scalars['BigInt']['input']>;\n timestamp_gt?: InputMaybe<Scalars['BigInt']['input']>;\n timestamp_gte?: InputMaybe<Scalars['BigInt']['input']>;\n timestamp_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;\n timestamp_lt?: InputMaybe<Scalars['BigInt']['input']>;\n timestamp_lte?: InputMaybe<Scalars['BigInt']['input']>;\n timestamp_not?: InputMaybe<Scalars['BigInt']['input']>;\n timestamp_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;\n to?: InputMaybe<Scalars['Bytes']['input']>;\n to_contains?: InputMaybe<Scalars['Bytes']['input']>;\n to_gt?: InputMaybe<Scalars['Bytes']['input']>;\n to_gte?: InputMaybe<Scalars['Bytes']['input']>;\n to_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;\n to_lt?: InputMaybe<Scalars['Bytes']['input']>;\n to_lte?: InputMaybe<Scalars['Bytes']['input']>;\n to_not?: InputMaybe<Scalars['Bytes']['input']>;\n to_not_contains?: InputMaybe<Scalars['Bytes']['input']>;\n to_not_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;\n type?: InputMaybe<TxnType>;\n type_in?: InputMaybe<Array<TxnType>>;\n type_not?: InputMaybe<TxnType>;\n type_not_in?: InputMaybe<Array<TxnType>>;\n};\n\nexport enum HoneyTxn_OrderBy {\n ChainTransaction = 'chainTransaction',\n ChainTransactionId = 'chainTransaction__id',\n ChainTransactionIsBasketMode = 'chainTransaction__isBasketMode',\n ChainTransactionTxHash = 'chainTransaction__txHash',\n ChainTransactionType = 'chainTransaction__type',\n Collateral = 'collateral',\n From = 'from',\n HoneyAmount = 'honeyAmount',\n Id = 'id',\n IsBasketMode = 'isBasketMode',\n Timestamp = 'timestamp',\n To = 'to',\n Type = 'type'\n}\n\nexport type HoneyVolumeDayData = {\n __typename?: 'HoneyVolumeDayData';\n amount: Scalars['BigDecimal']['output'];\n id: Scalars['ID']['output'];\n timestamp: Scalars['Int']['output'];\n};\n\nexport type HoneyVolumeDayData_Filter = {\n /** Filter for the block changed event. */\n _change_block?: InputMaybe<BlockChangedFilter>;\n amount?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_gt?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_gte?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_in?: InputMaybe<Array<Scalars['BigDecimal']['input']>>;\n amount_lt?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_lte?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_not?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_not_in?: InputMaybe<Array<Scalars['BigDecimal']['input']>>;\n and?: InputMaybe<Array<InputMaybe<HoneyVolumeDayData_Filter>>>;\n id?: InputMaybe<Scalars['ID']['input']>;\n id_gt?: InputMaybe<Scalars['ID']['input']>;\n id_gte?: InputMaybe<Scalars['ID']['input']>;\n id_in?: InputMaybe<Array<Scalars['ID']['input']>>;\n id_lt?: InputMaybe<Scalars['ID']['input']>;\n id_lte?: InputMaybe<Scalars['ID']['input']>;\n id_not?: InputMaybe<Scalars['ID']['input']>;\n id_not_in?: InputMaybe<Array<Scalars['ID']['input']>>;\n or?: InputMaybe<Array<InputMaybe<HoneyVolumeDayData_Filter>>>;\n timestamp?: InputMaybe<Scalars['Int']['input']>;\n timestamp_gt?: InputMaybe<Scalars['Int']['input']>;\n timestamp_gte?: InputMaybe<Scalars['Int']['input']>;\n timestamp_in?: InputMaybe<Array<Scalars['Int']['input']>>;\n timestamp_lt?: InputMaybe<Scalars['Int']['input']>;\n timestamp_lte?: InputMaybe<Scalars['Int']['input']>;\n timestamp_not?: InputMaybe<Scalars['Int']['input']>;\n timestamp_not_in?: InputMaybe<Array<Scalars['Int']['input']>>;\n};\n\nexport enum HoneyVolumeDayData_OrderBy {\n Amount = 'amount',\n Id = 'id',\n Timestamp = 'timestamp'\n}\n\nexport type HoneyVolumeHourData = {\n __typename?: 'HoneyVolumeHourData';\n amount: Scalars['BigDecimal']['output'];\n id: Scalars['ID']['output'];\n timestamp: Scalars['Int']['output'];\n};\n\nexport type HoneyVolumeHourData_Filter = {\n /** Filter for the block changed event. */\n _change_block?: InputMaybe<BlockChangedFilter>;\n amount?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_gt?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_gte?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_in?: InputMaybe<Array<Scalars['BigDecimal']['input']>>;\n amount_lt?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_lte?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_not?: InputMaybe<Scalars['BigDecimal']['input']>;\n amount_not_in?: InputMaybe<Array<Scalars['BigDecimal']['input']>>;\n and?: InputMaybe<Array<InputMaybe<HoneyVolumeHourData_Filter>>>;\n id?: InputMaybe<Scalars['ID']['input']>;\n id_gt?: InputMaybe<Scalars['ID']['input']>;\n id_gte?: InputMaybe<Scalars['ID']['input']>;\n id_in?: InputMaybe<Array<Scalars['ID']['input']>>;\n id_lt?: InputMaybe<Scalars['ID']['input']>;\n id_lte?: InputMaybe<Scalars['ID']['input']>;\n id_not?: InputMaybe<Scalars['ID']['input']>;\n id_not_in?: InputMaybe<Array<Scalars['ID']['input']>>;\n or?: InputMaybe<Array<InputMaybe<HoneyVolumeHourData_Filter>>>;\n timestamp?: InputMaybe<Scalars['Int']['input']>;\n timestamp_gt?: InputMaybe<Scalars['Int']['input']>;\n timestamp_gte?: InputMaybe<Scalars['Int']['input']>;\n timestamp_in?: InputMaybe<Array<Scalars['Int']['input']>>;\n timestamp_lt?: InputMaybe<Scalars['Int']['input']>;\n timestamp_lte?: InputMaybe<Scalars['Int']['input']>;\n timestamp_not?: InputMaybe<Scalars['Int']['input']>;\n timestamp_not_in?: InputMaybe<Array<Scalars['Int']['input']>>;\n};\n\nexport enum HoneyVolumeHourData_OrderBy {\n Amount = 'amount',\n Id = 'id',\n Timestamp = 'timestamp'\n}\n\n/** Defines the order direction, either ascending or descending */\nexport enum OrderDirection {\n Asc = 'asc',\n Desc = 'desc'\n}\n\nexport type Query = {\n __typename?: 'Query';\n /** Access to subgraph metadata */\n _meta?: Maybe<_Meta_>;\n chainTransaction?: Maybe<ChainTransaction>;\n chainTransactions: Array<ChainTransaction>;\n honeyCollateral?: Maybe<HoneyCollateral>;\n honeyCollaterals: Array<HoneyCollateral>;\n honeySupplyDayData?: Maybe<HoneySupplyDayData>;\n honeySupplyDayDatas: Array<HoneySupplyDayData>;\n honeySupplyHourData?: Maybe<HoneySupplyHourData>;\n honeySupplyHourDatas: Array<HoneySupplyHourData>;\n honeyTxn?: Maybe<HoneyTxn>;\n honeyTxns: Array<HoneyTxn>;\n honeyVolumeDayData?: Maybe<HoneyVolumeDayData>;\n honeyVolumeDayDatas: Array<HoneyVolumeDayData>;\n honeyVolumeHourData?: Maybe<HoneyVolumeHourData>;\n honeyVolumeHourDatas: Array<HoneyVolumeHourData>;\n};\n\n\nexport type Query_MetaArgs = {\n block?: InputMaybe<Block_Height>;\n};\n\n\nexport type QueryChainTransactionArgs = {\n block?: InputMaybe<Block_Height>;\n id: Scalars['ID']['input'];\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type QueryChainTransactionsArgs = {\n block?: InputMaybe<Block_Height>;\n first?: InputMaybe<Scalars['Int']['input']>;\n orderBy?: InputMaybe<ChainTransaction_OrderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n skip?: InputMaybe<Scalars['Int']['input']>;\n subgraphError?: _SubgraphErrorPolicy_;\n where?: InputMaybe<ChainTransaction_Filter>;\n};\n\n\nexport type QueryHoneyCollateralArgs = {\n block?: InputMaybe<Block_Height>;\n id: Scalars['ID']['input'];\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type QueryHoneyCollateralsArgs = {\n block?: InputMaybe<Block_Height>;\n first?: InputMaybe<Scalars['Int']['input']>;\n orderBy?: InputMaybe<HoneyCollateral_OrderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n skip?: InputMaybe<Scalars['Int']['input']>;\n subgraphError?: _SubgraphErrorPolicy_;\n where?: InputMaybe<HoneyCollateral_Filter>;\n};\n\n\nexport type QueryHoneySupplyDayDataArgs = {\n block?: InputMaybe<Block_Height>;\n id: Scalars['ID']['input'];\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type QueryHoneySupplyDayDatasArgs = {\n block?: InputMaybe<Block_Height>;\n first?: InputMaybe<Scalars['Int']['input']>;\n orderBy?: InputMaybe<HoneySupplyDayData_OrderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n skip?: InputMaybe<Scalars['Int']['input']>;\n subgraphError?: _SubgraphErrorPolicy_;\n where?: InputMaybe<HoneySupplyDayData_Filter>;\n};\n\n\nexport type QueryHoneySupplyHourDataArgs = {\n block?: InputMaybe<Block_Height>;\n id: Scalars['ID']['input'];\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type QueryHoneySupplyHourDatasArgs = {\n block?: InputMaybe<Block_Height>;\n first?: InputMaybe<Scalars['Int']['input']>;\n orderBy?: InputMaybe<HoneySupplyHourData_OrderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n skip?: InputMaybe<Scalars['Int']['input']>;\n subgraphError?: _SubgraphErrorPolicy_;\n where?: InputMaybe<HoneySupplyHourData_Filter>;\n};\n\n\nexport type QueryHoneyTxnArgs = {\n block?: InputMaybe<Block_Height>;\n id: Scalars['ID']['input'];\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type QueryHoneyTxnsArgs = {\n block?: InputMaybe<Block_Height>;\n first?: InputMaybe<Scalars['Int']['input']>;\n orderBy?: InputMaybe<HoneyTxn_OrderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n skip?: InputMaybe<Scalars['Int']['input']>;\n subgraphError?: _SubgraphErrorPolicy_;\n where?: InputMaybe<HoneyTxn_Filter>;\n};\n\n\nexport type QueryHoneyVolumeDayDataArgs = {\n block?: InputMaybe<Block_Height>;\n id: Scalars['ID']['input'];\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type QueryHoneyVolumeDayDatasArgs = {\n block?: InputMaybe<Block_Height>;\n first?: InputMaybe<Scalars['Int']['input']>;\n orderBy?: InputMaybe<HoneyVolumeDayData_OrderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n skip?: InputMaybe<Scalars['Int']['input']>;\n subgraphError?: _SubgraphErrorPolicy_;\n where?: InputMaybe<HoneyVolumeDayData_Filter>;\n};\n\n\nexport type QueryHoneyVolumeHourDataArgs = {\n block?: InputMaybe<Block_Height>;\n id: Scalars['ID']['input'];\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type QueryHoneyVolumeHourDatasArgs = {\n block?: InputMaybe<Block_Height>;\n first?: InputMaybe<Scalars['Int']['input']>;\n orderBy?: InputMaybe<HoneyVolumeHourData_OrderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n skip?: InputMaybe<Scalars['Int']['input']>;\n subgraphError?: _SubgraphErrorPolicy_;\n where?: InputMaybe<HoneyVolumeHourData_Filter>;\n};\n\nexport type Subscription = {\n __typename?: 'Subscription';\n /** Access to subgraph metadata */\n _meta?: Maybe<_Meta_>;\n chainTransaction?: Maybe<ChainTransaction>;\n chainTransactions: Array<ChainTransaction>;\n honeyCollateral?: Maybe<HoneyCollateral>;\n honeyCollaterals: Array<HoneyCollateral>;\n honeySupplyDayData?: Maybe<HoneySupplyDayData>;\n honeySupplyDayDatas: Array<HoneySupplyDayData>;\n honeySupplyHourData?: Maybe<HoneySupplyHourData>;\n honeySupplyHourDatas: Array<HoneySupplyHourData>;\n honeyTxn?: Maybe<HoneyTxn>;\n honeyTxns: Array<HoneyTxn>;\n honeyVolumeDayData?: Maybe<HoneyVolumeDayData>;\n honeyVolumeDayDatas: Array<HoneyVolumeDayData>;\n honeyVolumeHourData?: Maybe<HoneyVolumeHourData>;\n honeyVolumeHourDatas: Array<HoneyVolumeHourData>;\n};\n\n\nexport type Subscription_MetaArgs = {\n block?: InputMaybe<Block_Height>;\n};\n\n\nexport type SubscriptionChainTransactionArgs = {\n block?: InputMaybe<Block_Height>;\n id: Scalars['ID']['input'];\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type SubscriptionChainTransactionsArgs = {\n block?: InputMaybe<Block_Height>;\n first?: InputMaybe<Scalars['Int']['input']>;\n orderBy?: InputMaybe<ChainTransaction_OrderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n skip?: InputMaybe<Scalars['Int']['input']>;\n subgraphError?: _SubgraphErrorPolicy_;\n where?: InputMaybe<ChainTransaction_Filter>;\n};\n\n\nexport type SubscriptionHoneyCollateralArgs = {\n block?: InputMaybe<Block_Height>;\n id: Scalars['ID']['input'];\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type SubscriptionHoneyCollateralsArgs = {\n block?: InputMaybe<Block_Height>;\n first?: InputMaybe<Scalars['Int']['input']>;\n orderBy?: InputMaybe<HoneyCollateral_OrderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n skip?: InputMaybe<Scalars['Int']['input']>;\n subgraphError?: _SubgraphErrorPolicy_;\n where?: InputMaybe<HoneyCollateral_Filter>;\n};\n\n\nexport type SubscriptionHoneySupplyDayDataArgs = {\n block?: InputMaybe<Block_Height>;\n id: Scalars['ID']['input'];\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type SubscriptionHoneySupplyDayDatasArgs = {\n block?: InputMaybe<Block_Height>;\n first?: InputMaybe<Scalars['Int']['input']>;\n orderBy?: InputMaybe<HoneySupplyDayData_OrderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n skip?: InputMaybe<Scalars['Int']['input']>;\n subgraphError?: _SubgraphErrorPolicy_;\n where?: InputMaybe<HoneySupplyDayData_Filter>;\n};\n\n\nexport type SubscriptionHoneySupplyHourDataArgs = {\n block?: InputMaybe<Block_Height>;\n id: Scalars['ID']['input'];\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type SubscriptionHoneySupplyHourDatasArgs = {\n block?: InputMaybe<Block_Height>;\n first?: InputMaybe<Scalars['Int']['input']>;\n orderBy?: InputMaybe<HoneySupplyHourData_OrderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n skip?: InputMaybe<Scalars['Int']['input']>;\n subgraphError?: _SubgraphErrorPolicy_;\n where?: InputMaybe<HoneySupplyHourData_Filter>;\n};\n\n\nexport type SubscriptionHoneyTxnArgs = {\n block?: InputMaybe<Block_Height>;\n id: Scalars['ID']['input'];\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type SubscriptionHoneyTxnsArgs = {\n block?: InputMaybe<Block_Height>;\n first?: InputMaybe<Scalars['Int']['input']>;\n orderBy?: InputMaybe<HoneyTxn_OrderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n skip?: InputMaybe<Scalars['Int']['input']>;\n subgraphError?: _SubgraphErrorPolicy_;\n where?: InputMaybe<HoneyTxn_Filter>;\n};\n\n\nexport type SubscriptionHoneyVolumeDayDataArgs = {\n block?: InputMaybe<Block_Height>;\n id: Scalars['ID']['input'];\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type SubscriptionHoneyVolumeDayDatasArgs = {\n block?: InputMaybe<Block_Height>;\n first?: InputMaybe<Scalars['Int']['input']>;\n orderBy?: InputMaybe<HoneyVolumeDayData_OrderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n skip?: InputMaybe<Scalars['Int']['input']>;\n subgraphError?: _SubgraphErrorPolicy_;\n where?: InputMaybe<HoneyVolumeDayData_Filter>;\n};\n\n\nexport type SubscriptionHoneyVolumeHourDataArgs = {\n block?: InputMaybe<Block_Height>;\n id: Scalars['ID']['input'];\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type SubscriptionHoneyVolumeHourDatasArgs = {\n block?: InputMaybe<Block_Height>;\n first?: InputMaybe<Scalars['Int']['input']>;\n orderBy?: InputMaybe<HoneyVolumeHourData_OrderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n skip?: InputMaybe<Scalars['Int']['input']>;\n subgraphError?: _SubgraphErrorPolicy_;\n where?: InputMaybe<HoneyVolumeHourData_Filter>;\n};\n\nexport enum TxnType {\n Mint = 'MINT',\n Redeem = 'REDEEM'\n}\n\nexport type _Block_ = {\n __typename?: '_Block_';\n /** The hash of the block */\n hash?: Maybe<Scalars['Bytes']['output']>;\n /** The block number */\n number: Scalars['Int']['output'];\n /** The hash of the parent block */\n parentHash?: Maybe<Scalars['Bytes']['output']>;\n /** Integer representation of the timestamp stored in blocks for the chain */\n timestamp?: Maybe<Scalars['Int']['output']>;\n};\n\n/** The type for the top-level _meta field */\nexport type _Meta_ = {\n __typename?: '_Meta_';\n /**\n * Information about a specific subgraph block. The hash of the block\n * will be null if the _meta field has a block constraint that asks for\n * a block number. It will be filled if the _meta field has no block constraint\n * and therefore asks for the latest block\n *\n */\n block: _Block_;\n /** The deployment ID */\n deployment: Scalars['String']['output'];\n /** If `true`, the subgraph encountered indexing errors at some past block */\n hasIndexingErrors: Scalars['Boolean']['output'];\n};\n\nexport enum _SubgraphErrorPolicy_ {\n /** Data will be returned even if the subgraph has indexing errors */\n Allow = 'allow',\n /** If the subgraph has indexing errors, data will be omitted. The default. */\n Deny = 'deny'\n}\n\nexport type HoneyTxnDataFragment = { __typename?: 'HoneyTxn', id: string, timestamp: any, from: any, to: any, type?: TxnType | null, honeyAmount: any, chainTransaction: { __typename?: 'ChainTransaction', id: any, txHash: any }, collateral: Array<{ __typename?: 'HoneyCollateral', collateral: any, collateralAmount: any, id: string }> };\n\nexport type GetHoneyTxnByTypeQueryVariables = Exact<{\n page: Scalars['Int']['input'];\n limit: Scalars['Int']['input'];\n type: TxnType;\n}>;\n\n\nexport type GetHoneyTxnByTypeQuery = { __typename?: 'Query', honeyTxns: Array<{ __typename?: 'HoneyTxn', id: string, timestamp: any, from: any, to: any, type?: TxnType | null, honeyAmount: any, chainTransaction: { __typename?: 'ChainTransaction', id: any, txHash: any }, collateral: Array<{ __typename?: 'HoneyCollateral', collateral: any, collateralAmount: any, id: string }> }> };\n\nexport type GetHoneyTxnQueryVariables = Exact<{\n page: Scalars['Int']['input'];\n limit: Scalars['Int']['input'];\n}>;\n\n\nexport type GetHoneyTxnQuery = { __typename?: 'Query', honeyTxns: Array<{ __typename?: 'HoneyTxn', id: string, timestamp: any, from: any, to: any, type?: TxnType | null, honeyAmount: any, chainTransaction: { __typename?: 'ChainTransaction', id: any, txHash: any }, collateral: Array<{ __typename?: 'HoneyCollateral', collateral: any, collateralAmount: any, id: string }> }> };\n\nexport type GetVolumeAndSupplyDayQueryVariables = Exact<{\n timestamp_gt: Scalars['Int']['input'];\n}>;\n\n\nexport type GetVolumeAndSupplyDayQuery = { __typename?: 'Query', honeyVolumeDayDatas: Array<{ __typename?: 'HoneyVolumeDayData', id: string, timestamp: number, amount: any }>, honeySupplyDayDatas: Array<{ __typename?: 'HoneySupplyDayData', id: string, timestamp: number, amount: any }> };\n\nexport type GetVolumeHourQueryVariables = Exact<{\n timestamp_gt: Scalars['Int']['input'];\n}>;\n\n\nexport type GetVolumeHourQuery = { __typename?: 'Query', honeyVolumeHourDatas: Array<{ __typename?: 'HoneyVolumeHourData', id: string, timestamp: number, amount: any }> };\n\nexport type GetGlobalDataQueryVariables = Exact<{ [key: string]: never; }>;\n\n\nexport type GetGlobalDataQuery = { __typename?: 'Query', honeyVolumeDayDatas: Array<{ __typename?: 'HoneyVolumeDayData', id: string, timestamp: number, amount: any }>, honeySupplyHourDatas: Array<{ __typename?: 'HoneySupplyHourData', id: string, timestamp: number, amount: any }> };\n\nexport type GetFirstHoneyTxnDateQueryVariables = Exact<{ [key: string]: never; }>;\n\n\nexport type GetFirstHoneyTxnDateQuery = { __typename?: 'Query', honeyTxns: Array<{ __typename?: 'HoneyTxn', timestamp: any }> };\n\nexport const HoneyTxnData = gql`\n fragment HoneyTxnData on HoneyTxn {\n id\n timestamp\n from\n to\n type\n honeyAmount\n chainTransaction {\n id\n txHash\n }\n collateral {\n collateral\n collateralAmount\n id\n }\n}\n `;\nexport const GetHoneyTxnByType = gql`\n query GetHoneyTxnByType($page: Int!, $limit: Int!, $type: TxnType!) {\n honeyTxns(\n skip: $page\n first: $limit\n orderBy: timestamp\n orderDirection: desc\n where: {type: $type}\n ) {\n ...HoneyTxnData\n }\n}\n ${HoneyTxnData}`;\nexport const GetHoneyTxn = gql`\n query GetHoneyTxn($page: Int!, $limit: Int!) {\n honeyTxns(skip: $page, first: $limit, orderBy: timestamp, orderDirection: desc) {\n ...HoneyTxnData\n }\n}\n ${HoneyTxnData}`;\nexport const GetVolumeAndSupplyDay = gql`\n query GetVolumeAndSupplyDay($timestamp_gt: Int!) {\n honeyVolumeDayDatas(\n where: {timestamp_gt: $timestamp_gt}\n orderBy: timestamp\n orderDirection: asc\n ) {\n id\n timestamp\n amount\n }\n honeySupplyDayDatas(\n where: {timestamp_gt: $timestamp_gt}\n orderBy: timestamp\n orderDirection: asc\n ) {\n id\n timestamp\n amount\n }\n}\n `;\nexport const GetVolumeHour = gql`\n query GetVolumeHour($timestamp_gt: Int!) {\n honeyVolumeHourDatas(\n where: {timestamp_gt: $timestamp_gt}\n orderBy: timestamp\n orderDirection: asc\n ) {\n id\n timestamp\n amount\n }\n}\n `;\nexport const GetGlobalData = gql`\n query GetGlobalData {\n honeyVolumeDayDatas(first: 1, orderBy: timestamp, orderDirection: desc) {\n id\n timestamp\n amount\n }\n honeySupplyHourDatas(first: 1, orderBy: timestamp, orderDirection: desc) {\n id\n timestamp\n amount\n }\n}\n `;\nexport const GetFirstHoneyTxnDate = gql`\n query GetFirstHoneyTxnDate {\n honeyTxns(first: 1) {\n timestamp\n }\n}\n `;\n\n export interface PossibleTypesResultData {\n possibleTypes: {\n [key: string]: string[]\n }\n }\n const result: PossibleTypesResultData = {\n \"possibleTypes\": {}\n};\n export default result;\n "],"mappings":"AAAA,OAAS,OAAAA,MAAW,iBAsBb,IAAKC,OACVA,EAAA,IAAM,MACNA,EAAA,KAAO,OAFGA,OAAA,IAqEAC,OACVA,EAAA,SAAW,WACXA,EAAA,GAAK,KACLA,EAAA,aAAe,eACfA,EAAA,OAAS,SACTA,EAAA,KAAO,OALGA,OAAA,IAsEAC,OACVA,EAAA,WAAa,aACbA,EAAA,iBAAmB,mBACnBA,EAAA,SAAW,WACXA,EAAA,aAAe,iBACfA,EAAA,oBAAsB,wBACtBA,EAAA,WAAa,eACbA,EAAA,qBAAuB,yBACvBA,EAAA,kBAAoB,sBACpBA,EAAA,WAAa,eACbA,EAAA,aAAe,iBACfA,EAAA,GAAK,KAXKA,OAAA,IAoDAC,OACVA,EAAA,OAAS,SACTA,EAAA,GAAK,KACLA,EAAA,UAAY,YAHFA,OAAA,IA4CAC,OACVA,EAAA,OAAS,SACTA,EAAA,GAAK,KACLA,EAAA,UAAY,YAHFA,OAAA,IA6GAC,OACVA,EAAA,iBAAmB,mBACnBA,EAAA,mBAAqB,uBACrBA,EAAA,6BAA+B,iCAC/BA,EAAA,uBAAyB,2BACzBA,EAAA,qBAAuB,yBACvBA,EAAA,WAAa,aACbA,EAAA,KAAO,OACPA,EAAA,YAAc,cACdA,EAAA,GAAK,KACLA,EAAA,aAAe,eACfA,EAAA,UAAY,YACZA,EAAA,GAAK,KACLA,EAAA,KAAO,OAbGA,OAAA,IAsDAC,OACVA,EAAA,OAAS,SACTA,EAAA,GAAK,KACLA,EAAA,UAAY,YAHFA,OAAA,IA4CAC,OACVA,EAAA,OAAS,SACTA,EAAA,GAAK,KACLA,EAAA,UAAY,YAHFA,OAAA,IAOAC,OACVA,EAAA,IAAM,MACNA,EAAA,KAAO,OAFGA,OAAA,IAmTAC,OACVA,EAAA,KAAO,OACPA,EAAA,OAAS,SAFCA,OAAA,IAkCAC,OAEVA,EAAA,MAAQ,QAERA,EAAA,KAAO,OAJGA,OAAA,IAkDCC,EAAeZ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,MAmBfa,EAAoBb;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,MAY3BY,CAAY,GACLE,EAAcd;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,MAMrBY,CAAY,GACLG,EAAwBf;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,MAsBxBgB,EAAgBhB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,MAahBiB,EAAgBjB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,MAchBkB,EAAuBlB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,MAaxBmB,EAAkC,CAC5C,cAAiB,CAAC,CACpB,EACaC,EAAQD","names":["gql","Aggregation_Interval","ChainTransaction_OrderBy","HoneyCollateral_OrderBy","HoneySupplyDayData_OrderBy","HoneySupplyHourData_OrderBy","HoneyTxn_OrderBy","HoneyVolumeDayData_OrderBy","HoneyVolumeHourData_OrderBy","OrderDirection","TxnType","_SubgraphErrorPolicy_","HoneyTxnData","GetHoneyTxnByType","GetHoneyTxn","GetVolumeAndSupplyDay","GetVolumeHour","GetGlobalData","GetFirstHoneyTxnDate","result","honey_codegen_default"]}
|