From 51e7b0defc5462a57b734dcdd7aa06c6cd646be8 Mon Sep 17 00:00:00 2001 From: Valentin Dosimont Date: Mon, 19 Aug 2024 09:38:37 +0200 Subject: [PATCH] fix: ci format command --- apps/auth-proxy/eslint.config.js | 2 +- apps/auth-proxy/package.json | 1 + apps/nextjs/package.json | 1 + apps/nextjs/postcss.config.cjs | 2 +- apps/nextjs/src/.graphclient/index.ts | 4020 +-- .../sources/apibara/introspectionSchema.ts | 1680 +- .../src/.graphclient/sources/apibara/types.ts | 222 +- .../sources/l1Realms/introspectionSchema.ts | 22063 ++++++++-------- .../.graphclient/sources/l1Realms/types.ts | 2013 +- .../lordsbridge/introspectionSchema.ts | 18895 ++++++------- .../.graphclient/sources/lordsbridge/types.ts | 1636 +- apps/nextjs/src/abi/L1/ERC20.ts | 312 +- apps/nextjs/src/abi/L1/ERC721.ts | 374 +- apps/nextjs/src/abi/L1/StarknetBridgeLords.ts | 204 +- apps/nextjs/src/abi/L1/StarknetMessaging.ts | 1108 +- apps/nextjs/src/abi/L1/v1GalleonStaking.ts | 317 +- apps/nextjs/src/abi/L1/v2CarrackStaking.ts | 406 +- apps/nextjs/src/app/AMMA/page.tsx | 6 +- .../src/app/_components/AnimatedMap.tsx | 323 +- apps/nextjs/src/app/_components/Footer.tsx | 25 +- apps/nextjs/src/app/_components/Partners.tsx | 2 +- .../src/app/_components/auth/SIWSLogin.tsx | 4 +- .../src/app/_components/modal/ErrorModal.tsx | 4 +- .../app/_components/modal/NftBridgeModal.tsx | 99 +- .../ProgressModal/ProgressModalHeader.tsx | 4 +- .../TransactionSubmittedModalHeader.tsx | 6 +- .../_components/modal/WrongNetworkModal.tsx | 8 +- .../app/_components/staking/PaymentPoolV2.tsx | 2 +- .../app/_components/wallet/ExplorerLink.tsx | 2 +- .../app/_components/wallet/StarkAccount.tsx | 7 +- .../wallet/StarknetLoginButton.tsx | 8 +- .../app/_components/wallet/WalletIcons.tsx | 4 +- .../app/_components/wallet/WalletSheet.tsx | 11 +- apps/nextjs/src/app/account/AuthWrapper.tsx | 10 +- .../assets/AssetL1CollectionPreview.tsx | 46 +- .../assets/AssetL2CollectionPreview.tsx | 2 +- .../src/app/account/assets/NftActions.tsx | 8 +- .../app/account/delegates/DelegateActions.tsx | 12 +- .../app/account/delegates/DelegateCard.tsx | 70 +- .../app/account/delegates/DelegatesList.tsx | 56 +- .../account/delegates/DelegatesToolbar.tsx | 45 +- .../nextjs/src/app/account/delegates/page.tsx | 7 +- .../src/app/account/lords/LegacyClaim.tsx | 84 +- .../src/app/account/lords/Migration.tsx | 32 +- .../nextjs/src/app/account/lords/Overview.tsx | 57 +- .../src/app/account/profile/Profile.tsx | 59 +- .../src/app/account/profile/ProfileForm.tsx | 12 +- .../src/app/account/profile/SignInSIWS.tsx | 4 +- .../src/app/api/staking/[address]/route.ts | 2 +- .../src/app/api/subgraph/getRealms/route.ts | 1 - apps/nextjs/src/app/api/trpc/[trpc]/route.ts | 2 +- .../app/blog/content/ForcePrimeHeroesBeta.md | 35 +- apps/nextjs/src/app/bridge/TokenBalance.tsx | 4 +- apps/nextjs/src/app/bridge/Transfer.tsx | 8 +- apps/nextjs/src/app/bridge/page.tsx | 2 +- .../[id]/(list)/AttributesDropdown.tsx | 2 +- .../[id]/(list)/CollectionSummary.tsx | 6 +- .../collection/[id]/(list)/L1ERC721Card.tsx | 14 +- .../[id]/(list)/L2CollectionSummary.tsx | 2 +- .../collection/[id]/(list)/L2ERC721Card.tsx | 3 +- .../collection/[id]/(list)/ListingCard.tsx | 4 +- .../collection/[id]/(list)/TradeFilters.tsx | 4 +- .../[id]/(list)/activity/ActivityCard.tsx | 4 +- .../(list)/activity/ActivityCardSkeleton.tsx | 4 +- .../[id]/(list)/activity/L2ActivityCard.tsx | 4 +- .../src/app/collection/[id]/(list)/layout.tsx | 6 +- .../app/collection/[id]/(list)/loading.tsx | 2 +- .../[id]/[tokenId]/ContractImage.tsx | 10 +- .../[id]/[tokenId]/TokenInformation.tsx | 13 +- .../app/collection/[id]/[tokenId]/error.tsx | 2 +- .../app/collection/[id]/[tokenId]/loading.tsx | 4 +- .../marketplace/ERC721MarketplaceItem.tsx | 7 +- .../collection/marketplace/buy/BuyModal.tsx | 4 +- .../marketplace/buy/BuyModalRender.tsx | 13 +- .../marketplace/list/ListModalRender.tsx | 6 +- .../listEdit/ListingEditModalRender.tsx | 10 +- apps/nextjs/src/app/error.tsx | 2 +- apps/nextjs/src/app/events/EventGrid.tsx | 13 +- apps/nextjs/src/app/events/[id]/page.tsx | 2 +- apps/nextjs/src/app/games/GameCard.tsx | 6 +- .../src/app/staking/StakingContainer.tsx | 26 +- apps/nextjs/src/app/staking/page.tsx | 2 +- apps/nextjs/src/app/studios/StudioCard.tsx | 2 +- apps/nextjs/src/app/swap/SwapTokens.tsx | 16 +- apps/nextjs/src/app/tokenomics/Dashboard.tsx | 15 +- .../app/tokenomics/ExchagesVolumeChart.tsx | 13 +- apps/nextjs/src/app/tokenomics/LordsChart.tsx | 22 +- .../app/tokenomics/TotalValueLockedChart.tsx | 11 +- apps/nextjs/src/app/tokenomics/Treasury.tsx | 2 +- apps/nextjs/src/app/user/UserTabs.tsx | 2 +- .../src/app/user/[address]/activity/page.tsx | 2 +- apps/nextjs/src/constants/events.ts | 4 +- apps/nextjs/src/env.ts | 3 +- apps/nextjs/src/hooks/useDebounce.ts | 18 +- apps/nextjs/src/hooks/useTransferToL1.ts | 3 +- apps/nextjs/src/lib/ark/ark-api.test.ts | 168 +- apps/nextjs/src/lib/ark/client.test.ts | 14 +- apps/nextjs/src/lib/ark/client.ts | 29 +- apps/nextjs/src/lib/ark/getCollection.ts | 18 +- .../src/lib/ark/getCollectionActivity.ts | 27 +- .../nextjs/src/lib/ark/getCollectionSearch.ts | 8 +- .../nextjs/src/lib/ark/getCollectionTokens.ts | 28 +- .../src/lib/ark/getPortfolioActivity.ts | 25 +- .../src/lib/ark/getPortfolioCollections.ts | 22 +- apps/nextjs/src/lib/ark/getPortfolioTokens.ts | 31 +- apps/nextjs/src/lib/ark/getPrices.ts | 2 +- apps/nextjs/src/lib/ark/getSystemStatus.ts | 13 +- apps/nextjs/src/lib/ark/getToken.ts | 19 +- apps/nextjs/src/lib/ark/getTokenActivity.ts | 25 +- apps/nextjs/src/lib/ark/getTokenMarketdata.ts | 19 +- apps/nextjs/src/lib/ark/getTokenOffers.ts | 25 +- apps/nextjs/src/lib/coingecko/index.ts | 3 +- apps/nextjs/src/lib/ethplorer/types.ts | 7 +- .../src/lib/subgraph/getBridgeDeposits.ts | 1 - .../src/providers/ModalProvider/index.ts | 6 +- .../providers/TransferLogProvider/index.ts | 8 +- .../WalletsProvider/WalletsProvider.tsx | 4 +- apps/nextjs/src/providers/Web3Providers.tsx | 4 +- apps/nextjs/tsconfig.json | 23 +- apps/nextjs/vitest.config.ts | 4 +- apps/ui/package.json | 1 + package.json | 1 + packages/api/package.json | 1 + packages/api/src/router/auth.ts | 2 +- packages/auth/package.json | 1 + packages/auth/src/index.rsc.ts | 2 +- packages/auth/src/index.ts | 1 + packages/constants/package.json | 1 + packages/constants/src/DAO.ts | 52 +- packages/constants/src/Studios.ts | 5 +- packages/db/drizzle/meta/0000_snapshot.json | 2 +- packages/db/drizzle/meta/_journal.json | 2 +- packages/db/drizzle/relations.ts | 2 +- packages/db/drizzle/schema.ts | 184 +- packages/db/package.json | 1 + packages/siws/package.json | 3 +- packages/siws/src/account-contract-abi.json | 1072 +- tooling/eslint/package.json | 1 + tooling/eslint/react.js | 2 +- tooling/eslint/types.d.ts | 100 +- turbo.json | 1 + 141 files changed, 29414 insertions(+), 27173 deletions(-) diff --git a/apps/auth-proxy/eslint.config.js b/apps/auth-proxy/eslint.config.js index a79f8121..397b62cf 100644 --- a/apps/auth-proxy/eslint.config.js +++ b/apps/auth-proxy/eslint.config.js @@ -6,4 +6,4 @@ export default [ ignores: [".nitro/**", ".output/**"], }, ...baseConfig, -]; \ No newline at end of file +]; diff --git a/apps/auth-proxy/package.json b/apps/auth-proxy/package.json index f222be69..ed6865d3 100644 --- a/apps/auth-proxy/package.json +++ b/apps/auth-proxy/package.json @@ -7,6 +7,7 @@ "clean": "git clean -xdf .cache .nitro .output .turbo .vercel node_modules", "lint": "eslint", "format": "prettier --check . --ignore-path ../../.gitignore", + "format:write": "prettier --check --write . --ignore-path ../../.gitignore", "typecheck": "tsc --noEmit" }, "dependencies": { diff --git a/apps/nextjs/package.json b/apps/nextjs/package.json index 05227ec3..67acad4f 100644 --- a/apps/nextjs/package.json +++ b/apps/nextjs/package.json @@ -9,6 +9,7 @@ "dev": "bun with-env next dev", "lint": "eslint", "format": "prettier --check \"**/*.{js,cjs,mjs,ts,tsx,md,json}\"", + "format:write": "prettier --check --write \"**/*.{js,cjs,mjs,ts,tsx,md,json}\"", "start": "bun with-env next start", "typecheck": "tsc --noEmit", "with-env": "dotenv -e ../../.env --", diff --git a/apps/nextjs/postcss.config.cjs b/apps/nextjs/postcss.config.cjs index 562d0f66..ee5f90b3 100644 --- a/apps/nextjs/postcss.config.cjs +++ b/apps/nextjs/postcss.config.cjs @@ -2,4 +2,4 @@ module.exports = { plugins: { tailwindcss: {}, }, -} \ No newline at end of file +}; diff --git a/apps/nextjs/src/.graphclient/index.ts b/apps/nextjs/src/.graphclient/index.ts index 20f803f0..a18de2d1 100644 --- a/apps/nextjs/src/.graphclient/index.ts +++ b/apps/nextjs/src/.graphclient/index.ts @@ -1,40 +1,62 @@ // @ts-nocheck -import type { GraphQLResolveInfo, SelectionSetNode, FieldNode, GraphQLScalarType, GraphQLScalarTypeConfig } from 'graphql'; -import type { TypedDocumentNode as DocumentNode } from '@graphql-typed-document-node/core'; -import { gql } from '@graphql-mesh/utils'; - -import type { GetMeshOptions , ExecuteMeshFn, SubscribeMeshFn, MeshContext as BaseMeshContext, MeshInstance } from '@graphql-mesh/runtime'; -import type { YamlConfig } from '@graphql-mesh/types'; -import { PubSub } from '@graphql-mesh/utils'; -import { DefaultLogger } from '@graphql-mesh/utils'; +import type { MeshHTTPHandler } from "@graphql-mesh/http"; +import type { + MeshContext as BaseMeshContext, + ExecuteMeshFn, + GetMeshOptions, + MeshInstance, + MeshResolvedSource, + SubscribeMeshFn, +} from "@graphql-mesh/runtime"; +import type { + ImportFn, + MeshPlugin, + MeshTransform, + YamlConfig, +} from "@graphql-mesh/types"; +import type { TypedDocumentNode as DocumentNode } from "@graphql-typed-document-node/core"; +import type { + FieldNode, + GraphQLResolveInfo, + GraphQLScalarType, + GraphQLScalarTypeConfig, + SelectionSetNode, +} from "graphql"; import MeshCache from "@graphql-mesh/cache-localforage"; -import { fetch as fetchFn } from '@whatwg-node/fetch'; - -import type { MeshResolvedSource } from '@graphql-mesh/runtime'; -import type { MeshTransform, MeshPlugin } from '@graphql-mesh/types'; -import GraphqlHandler from "@graphql-mesh/graphql" +import { path as pathModule } from "@graphql-mesh/cross-helpers"; +import GraphqlHandler from "@graphql-mesh/graphql"; +import { createMeshHTTPHandler } from "@graphql-mesh/http"; import StitchingMerger from "@graphql-mesh/merger-stitching"; -import { printWithCache } from '@graphql-mesh/utils'; -import type { MeshHTTPHandler } from '@graphql-mesh/http'; -import { createMeshHTTPHandler } from '@graphql-mesh/http'; -import { getMesh } from '@graphql-mesh/runtime'; -import { MeshStore, FsStoreStorageAdapter } from '@graphql-mesh/store'; -import { path as pathModule } from '@graphql-mesh/cross-helpers'; -import type { ImportFn } from '@graphql-mesh/types'; -import type { LordsbridgeTypes } from './sources/lordsbridge/types'; -import type { ApibaraTypes } from './sources/apibara/types'; -import type { L1RealmsTypes } from './sources/l1Realms/types'; +import { getMesh } from "@graphql-mesh/runtime"; +import { FsStoreStorageAdapter, MeshStore } from "@graphql-mesh/store"; +import { + DefaultLogger, + fileURLToPath, + gql, + printWithCache, + PubSub, +} from "@graphql-mesh/utils"; +import { fetch as fetchFn } from "@whatwg-node/fetch"; + +import type { ApibaraTypes } from "./sources/apibara/types"; +import type { L1RealmsTypes } from "./sources/l1Realms/types"; +import type { LordsbridgeTypes } from "./sources/lordsbridge/types"; import * as importedModule$0 from "./sources/apibara/introspectionSchema"; -import * as importedModule$1 from "./sources/lordsbridge/introspectionSchema"; import * as importedModule$2 from "./sources/l1Realms/introspectionSchema"; +import * as importedModule$1 from "./sources/lordsbridge/introspectionSchema"; + export type Maybe = T | null; export type InputMaybe = Maybe; 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 }; -export type RequireFields = Omit & { [P in K]-?: NonNullable }; - - +export type MakeOptional = Omit & { + [SubKey in K]?: Maybe; +}; +export type MakeMaybe = Omit & { + [SubKey in K]: Maybe; +}; +export type RequireFields = Omit & { + [P in K]-?: NonNullable; +}; /** All built-in and custom scalars, mapped to their actual values */ export interface Scalars { @@ -79,51 +101,45 @@ export interface Query { transfers: Transfer[]; } - export interface Queryl2depositsArgs { - first?: InputMaybe; - skip?: InputMaybe; - orderBy?: InputMaybe; - orderByDirection?: InputMaybe; + first?: InputMaybe; + skip?: InputMaybe; + orderBy?: InputMaybe; + orderByDirection?: InputMaybe; where?: InputMaybe; } - export interface QuerydepositArgs { - id: Scalars['ID']; + id: Scalars["ID"]; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; } - export interface Queryl2withdrawalsArgs { - first?: InputMaybe; - skip?: InputMaybe; - orderBy?: InputMaybe; - orderByDirection?: InputMaybe; + first?: InputMaybe; + skip?: InputMaybe; + orderBy?: InputMaybe; + orderByDirection?: InputMaybe; where?: InputMaybe; } - export interface QuerybeastsArgs { - first?: InputMaybe; - skip?: InputMaybe; - orderBy?: InputMaybe; - orderByDirection?: InputMaybe; + first?: InputMaybe; + skip?: InputMaybe; + orderBy?: InputMaybe; + orderByDirection?: InputMaybe; where?: InputMaybe; } - export interface QuerydepositEventArgs { - id: Scalars['ID']; + id: Scalars["ID"]; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; } - export interface QuerydepositEventsArgs { - skip?: InputMaybe; - first?: InputMaybe; + skip?: InputMaybe; + first?: InputMaybe; orderBy?: InputMaybe; orderDirection?: InputMaybe; where?: InputMaybe; @@ -131,10 +147,9 @@ export interface QuerydepositEventsArgs { subgraphError?: _SubgraphErrorPolicy_; } - export interface QuerydepositsArgs { - skip?: InputMaybe; - first?: InputMaybe; + skip?: InputMaybe; + first?: InputMaybe; orderBy?: InputMaybe; orderDirection?: InputMaybe; where?: InputMaybe; @@ -142,17 +157,15 @@ export interface QuerydepositsArgs { subgraphError?: _SubgraphErrorPolicy_; } - export interface QuerywithdrawalEventArgs { - id: Scalars['ID']; + id: Scalars["ID"]; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; } - export interface QuerywithdrawalEventsArgs { - skip?: InputMaybe; - first?: InputMaybe; + skip?: InputMaybe; + first?: InputMaybe; orderBy?: InputMaybe; orderDirection?: InputMaybe; where?: InputMaybe; @@ -160,17 +173,15 @@ export interface QuerywithdrawalEventsArgs { subgraphError?: _SubgraphErrorPolicy_; } - export interface QuerywithdrawalArgs { - id: Scalars['ID']; + id: Scalars["ID"]; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; } - export interface QuerywithdrawalsArgs { - skip?: InputMaybe; - first?: InputMaybe; + skip?: InputMaybe; + first?: InputMaybe; orderBy?: InputMaybe; orderDirection?: InputMaybe; where?: InputMaybe; @@ -178,17 +189,15 @@ export interface QuerywithdrawalsArgs { subgraphError?: _SubgraphErrorPolicy_; } - export interface QuerytokenArgs { - id: Scalars['ID']; + id: Scalars["ID"]; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; } - export interface QuerytokensArgs { - skip?: InputMaybe; - first?: InputMaybe; + skip?: InputMaybe; + first?: InputMaybe; orderBy?: InputMaybe; orderDirection?: InputMaybe; where?: InputMaybe; @@ -196,22 +205,19 @@ export interface QuerytokensArgs { subgraphError?: _SubgraphErrorPolicy_; } - export interface Query_metaArgs { block?: InputMaybe; } - export interface QueryresourceArgs { - id: Scalars['ID']; + id: Scalars["ID"]; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; } - export interface QueryresourcesArgs { - skip?: InputMaybe; - first?: InputMaybe; + skip?: InputMaybe; + first?: InputMaybe; orderBy?: InputMaybe; orderDirection?: InputMaybe; where?: InputMaybe; @@ -219,17 +225,15 @@ export interface QueryresourcesArgs { subgraphError?: _SubgraphErrorPolicy_; } - export interface QueryrealmArgs { - id: Scalars['ID']; + id: Scalars["ID"]; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; } - export interface QueryrealmsArgs { - skip?: InputMaybe; - first?: InputMaybe; + skip?: InputMaybe; + first?: InputMaybe; orderBy?: InputMaybe; orderDirection?: InputMaybe; where?: InputMaybe; @@ -237,17 +241,15 @@ export interface QueryrealmsArgs { subgraphError?: _SubgraphErrorPolicy_; } - export interface QueryrealmResourceArgs { - id: Scalars['ID']; + id: Scalars["ID"]; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; } - export interface QueryrealmResourcesArgs { - skip?: InputMaybe; - first?: InputMaybe; + skip?: InputMaybe; + first?: InputMaybe; orderBy?: InputMaybe; orderDirection?: InputMaybe; where?: InputMaybe; @@ -255,17 +257,15 @@ export interface QueryrealmResourcesArgs { subgraphError?: _SubgraphErrorPolicy_; } - export interface QuerywalletArgs { - id: Scalars['ID']; + id: Scalars["ID"]; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; } - export interface QuerywalletsArgs { - skip?: InputMaybe; - first?: InputMaybe; + skip?: InputMaybe; + first?: InputMaybe; orderBy?: InputMaybe; orderDirection?: InputMaybe; where?: InputMaybe; @@ -273,17 +273,15 @@ export interface QuerywalletsArgs { subgraphError?: _SubgraphErrorPolicy_; } - export interface QuerytransferArgs { - id: Scalars['ID']; + id: Scalars["ID"]; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; } - export interface QuerytransfersArgs { - skip?: InputMaybe; - first?: InputMaybe; + skip?: InputMaybe; + first?: InputMaybe; orderBy?: InputMaybe; orderDirection?: InputMaybe; where?: InputMaybe; @@ -292,46 +290,46 @@ export interface QuerytransfersArgs { } export interface L2Deposit { - id: Scalars['String']; - l2Recipient: Scalars['String']; - amount: Scalars['Decimal']; - timestamp: Scalars['DateTime']; - hash: Scalars['String']; + id: Scalars["String"]; + l2Recipient: Scalars["String"]; + amount: Scalars["Decimal"]; + timestamp: Scalars["DateTime"]; + hash: Scalars["String"]; } export interface WhereFilterForTransaction { - id?: InputMaybe; - l2Recipient?: InputMaybe; + id?: InputMaybe; + l2Recipient?: InputMaybe; } export interface L2Withdrawal { - id: Scalars['String']; - l1Recipient: Scalars['String']; - l2Sender: Scalars['String']; - amount: Scalars['Decimal']; - timestamp: Scalars['DateTime']; - hash: Scalars['String']; + id: Scalars["String"]; + l1Recipient: Scalars["String"]; + l2Sender: Scalars["String"]; + amount: Scalars["Decimal"]; + timestamp: Scalars["DateTime"]; + hash: Scalars["String"]; } export interface WhereFilterForWithdrawals { - id?: InputMaybe; - l2Sender?: InputMaybe; + id?: InputMaybe; + l2Sender?: InputMaybe; } export interface Beast { - id: Scalars['String']; - name?: Maybe; - image?: Maybe; - level?: Maybe; - tier?: Maybe; - prefix?: Maybe; - suffix?: Maybe; - owner: Scalars['String']; + id: Scalars["String"]; + name?: Maybe; + image?: Maybe; + level?: Maybe; + tier?: Maybe; + prefix?: Maybe; + suffix?: Maybe; + owner: Scalars["String"]; } export interface WhereFilterForBeasts { - id?: InputMaybe; - owner?: InputMaybe; + id?: InputMaybe; + owner?: InputMaybe; } export interface Subscription { @@ -359,17 +357,15 @@ export interface Subscription { transfers: Transfer[]; } - export interface SubscriptiondepositEventArgs { - id: Scalars['ID']; + id: Scalars["ID"]; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; } - export interface SubscriptiondepositEventsArgs { - skip?: InputMaybe; - first?: InputMaybe; + skip?: InputMaybe; + first?: InputMaybe; orderBy?: InputMaybe; orderDirection?: InputMaybe; where?: InputMaybe; @@ -377,17 +373,15 @@ export interface SubscriptiondepositEventsArgs { subgraphError?: _SubgraphErrorPolicy_; } - export interface SubscriptiondepositArgs { - id: Scalars['ID']; + id: Scalars["ID"]; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; } - export interface SubscriptiondepositsArgs { - skip?: InputMaybe; - first?: InputMaybe; + skip?: InputMaybe; + first?: InputMaybe; orderBy?: InputMaybe; orderDirection?: InputMaybe; where?: InputMaybe; @@ -395,17 +389,15 @@ export interface SubscriptiondepositsArgs { subgraphError?: _SubgraphErrorPolicy_; } - export interface SubscriptionwithdrawalEventArgs { - id: Scalars['ID']; + id: Scalars["ID"]; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; } - export interface SubscriptionwithdrawalEventsArgs { - skip?: InputMaybe; - first?: InputMaybe; + skip?: InputMaybe; + first?: InputMaybe; orderBy?: InputMaybe; orderDirection?: InputMaybe; where?: InputMaybe; @@ -413,17 +405,15 @@ export interface SubscriptionwithdrawalEventsArgs { subgraphError?: _SubgraphErrorPolicy_; } - export interface SubscriptionwithdrawalArgs { - id: Scalars['ID']; + id: Scalars["ID"]; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; } - export interface SubscriptionwithdrawalsArgs { - skip?: InputMaybe; - first?: InputMaybe; + skip?: InputMaybe; + first?: InputMaybe; orderBy?: InputMaybe; orderDirection?: InputMaybe; where?: InputMaybe; @@ -431,17 +421,15 @@ export interface SubscriptionwithdrawalsArgs { subgraphError?: _SubgraphErrorPolicy_; } - export interface SubscriptiontokenArgs { - id: Scalars['ID']; + id: Scalars["ID"]; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; } - export interface SubscriptiontokensArgs { - skip?: InputMaybe; - first?: InputMaybe; + skip?: InputMaybe; + first?: InputMaybe; orderBy?: InputMaybe; orderDirection?: InputMaybe; where?: InputMaybe; @@ -449,22 +437,19 @@ export interface SubscriptiontokensArgs { subgraphError?: _SubgraphErrorPolicy_; } - export interface Subscription_metaArgs { block?: InputMaybe; } - export interface SubscriptionresourceArgs { - id: Scalars['ID']; + id: Scalars["ID"]; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; } - export interface SubscriptionresourcesArgs { - skip?: InputMaybe; - first?: InputMaybe; + skip?: InputMaybe; + first?: InputMaybe; orderBy?: InputMaybe; orderDirection?: InputMaybe; where?: InputMaybe; @@ -472,17 +457,15 @@ export interface SubscriptionresourcesArgs { subgraphError?: _SubgraphErrorPolicy_; } - export interface SubscriptionrealmArgs { - id: Scalars['ID']; + id: Scalars["ID"]; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; } - export interface SubscriptionrealmsArgs { - skip?: InputMaybe; - first?: InputMaybe; + skip?: InputMaybe; + first?: InputMaybe; orderBy?: InputMaybe; orderDirection?: InputMaybe; where?: InputMaybe; @@ -490,17 +473,15 @@ export interface SubscriptionrealmsArgs { subgraphError?: _SubgraphErrorPolicy_; } - export interface SubscriptionrealmResourceArgs { - id: Scalars['ID']; + id: Scalars["ID"]; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; } - export interface SubscriptionrealmResourcesArgs { - skip?: InputMaybe; - first?: InputMaybe; + skip?: InputMaybe; + first?: InputMaybe; orderBy?: InputMaybe; orderDirection?: InputMaybe; where?: InputMaybe; @@ -508,17 +489,15 @@ export interface SubscriptionrealmResourcesArgs { subgraphError?: _SubgraphErrorPolicy_; } - export interface SubscriptionwalletArgs { - id: Scalars['ID']; + id: Scalars["ID"]; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; } - export interface SubscriptionwalletsArgs { - skip?: InputMaybe; - first?: InputMaybe; + skip?: InputMaybe; + first?: InputMaybe; orderBy?: InputMaybe; orderDirection?: InputMaybe; where?: InputMaybe; @@ -526,17 +505,15 @@ export interface SubscriptionwalletsArgs { subgraphError?: _SubgraphErrorPolicy_; } - export interface SubscriptiontransferArgs { - id: Scalars['ID']; + id: Scalars["ID"]; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; } - export interface SubscriptiontransfersArgs { - skip?: InputMaybe; - first?: InputMaybe; + skip?: InputMaybe; + first?: InputMaybe; orderBy?: InputMaybe; orderDirection?: InputMaybe; where?: InputMaybe; @@ -545,28 +522,27 @@ export interface SubscriptiontransfersArgs { } export interface BlockChangedFilter { - number_gte: Scalars['Int']; + number_gte: Scalars["Int"]; } export interface Block_height { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; } export interface Deposit { /** [bridgeL1Address, ...payload].join('-') */ - id: Scalars['ID']; + id: Scalars["ID"]; depositEvents: DepositEvent[]; - l1Sender: Scalars['Bytes']; - l2Recipient: Scalars['Bytes']; - createdTimestamp?: Maybe; + l1Sender: Scalars["Bytes"]; + l2Recipient: Scalars["Bytes"]; + createdTimestamp?: Maybe; } - export interface DepositdepositEventsArgs { - skip?: InputMaybe; - first?: InputMaybe; + skip?: InputMaybe; + first?: InputMaybe; orderBy?: InputMaybe; orderDirection?: InputMaybe; where?: InputMaybe; @@ -574,119 +550,119 @@ export interface DepositdepositEventsArgs { export interface DepositEvent { /** uniq ID */ - id: Scalars['ID']; - bridgeAddressL1: Scalars['Bytes']; - bridgeAddressL2: Scalars['Bytes']; - amount: Scalars['BigInt']; + id: Scalars["ID"]; + bridgeAddressL1: Scalars["Bytes"]; + bridgeAddressL2: Scalars["Bytes"]; + amount: Scalars["BigInt"]; status: TransferStatus; - payload?: Maybe; - nonce?: Maybe; - createdAtBlock: Scalars['BigInt']; - createdTxHash: Scalars['Bytes']; - finishedAtBlock?: Maybe; - finishedAtDate?: Maybe; - finishedTxHash?: Maybe; + payload?: Maybe; + nonce?: Maybe; + createdAtBlock: Scalars["BigInt"]; + createdTxHash: Scalars["Bytes"]; + finishedAtBlock?: Maybe; + finishedAtDate?: Maybe; + finishedTxHash?: Maybe; } export interface DepositEvent_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; - bridgeAddressL1?: InputMaybe; - bridgeAddressL1_not?: InputMaybe; - bridgeAddressL1_gt?: InputMaybe; - bridgeAddressL1_lt?: InputMaybe; - bridgeAddressL1_gte?: InputMaybe; - bridgeAddressL1_lte?: InputMaybe; - bridgeAddressL1_in?: InputMaybe; - bridgeAddressL1_not_in?: InputMaybe; - bridgeAddressL1_contains?: InputMaybe; - bridgeAddressL1_not_contains?: InputMaybe; - bridgeAddressL2?: InputMaybe; - bridgeAddressL2_not?: InputMaybe; - bridgeAddressL2_gt?: InputMaybe; - bridgeAddressL2_lt?: InputMaybe; - bridgeAddressL2_gte?: InputMaybe; - bridgeAddressL2_lte?: InputMaybe; - bridgeAddressL2_in?: InputMaybe; - bridgeAddressL2_not_in?: InputMaybe; - bridgeAddressL2_contains?: InputMaybe; - bridgeAddressL2_not_contains?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe; - amount_not_in?: InputMaybe; + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe; + id_not_in?: InputMaybe; + bridgeAddressL1?: InputMaybe; + bridgeAddressL1_not?: InputMaybe; + bridgeAddressL1_gt?: InputMaybe; + bridgeAddressL1_lt?: InputMaybe; + bridgeAddressL1_gte?: InputMaybe; + bridgeAddressL1_lte?: InputMaybe; + bridgeAddressL1_in?: InputMaybe; + bridgeAddressL1_not_in?: InputMaybe; + bridgeAddressL1_contains?: InputMaybe; + bridgeAddressL1_not_contains?: InputMaybe; + bridgeAddressL2?: InputMaybe; + bridgeAddressL2_not?: InputMaybe; + bridgeAddressL2_gt?: InputMaybe; + bridgeAddressL2_lt?: InputMaybe; + bridgeAddressL2_gte?: InputMaybe; + bridgeAddressL2_lte?: InputMaybe; + bridgeAddressL2_in?: InputMaybe; + bridgeAddressL2_not_in?: InputMaybe; + bridgeAddressL2_contains?: InputMaybe; + bridgeAddressL2_not_contains?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe; + amount_not_in?: InputMaybe; status?: InputMaybe; status_not?: InputMaybe; status_in?: InputMaybe; status_not_in?: InputMaybe; - payload?: InputMaybe; - payload_not?: InputMaybe; - payload_contains?: InputMaybe; - payload_contains_nocase?: InputMaybe; - payload_not_contains?: InputMaybe; - payload_not_contains_nocase?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe; - nonce_not_in?: InputMaybe; - createdAtBlock?: InputMaybe; - createdAtBlock_not?: InputMaybe; - createdAtBlock_gt?: InputMaybe; - createdAtBlock_lt?: InputMaybe; - createdAtBlock_gte?: InputMaybe; - createdAtBlock_lte?: InputMaybe; - createdAtBlock_in?: InputMaybe; - createdAtBlock_not_in?: InputMaybe; - createdTxHash?: InputMaybe; - createdTxHash_not?: InputMaybe; - createdTxHash_gt?: InputMaybe; - createdTxHash_lt?: InputMaybe; - createdTxHash_gte?: InputMaybe; - createdTxHash_lte?: InputMaybe; - createdTxHash_in?: InputMaybe; - createdTxHash_not_in?: InputMaybe; - createdTxHash_contains?: InputMaybe; - createdTxHash_not_contains?: InputMaybe; - finishedAtBlock?: InputMaybe; - finishedAtBlock_not?: InputMaybe; - finishedAtBlock_gt?: InputMaybe; - finishedAtBlock_lt?: InputMaybe; - finishedAtBlock_gte?: InputMaybe; - finishedAtBlock_lte?: InputMaybe; - finishedAtBlock_in?: InputMaybe; - finishedAtBlock_not_in?: InputMaybe; - finishedAtDate?: InputMaybe; - finishedAtDate_not?: InputMaybe; - finishedAtDate_gt?: InputMaybe; - finishedAtDate_lt?: InputMaybe; - finishedAtDate_gte?: InputMaybe; - finishedAtDate_lte?: InputMaybe; - finishedAtDate_in?: InputMaybe; - finishedAtDate_not_in?: InputMaybe; - finishedTxHash?: InputMaybe; - finishedTxHash_not?: InputMaybe; - finishedTxHash_gt?: InputMaybe; - finishedTxHash_lt?: InputMaybe; - finishedTxHash_gte?: InputMaybe; - finishedTxHash_lte?: InputMaybe; - finishedTxHash_in?: InputMaybe; - finishedTxHash_not_in?: InputMaybe; - finishedTxHash_contains?: InputMaybe; - finishedTxHash_not_contains?: InputMaybe; + payload?: InputMaybe; + payload_not?: InputMaybe; + payload_contains?: InputMaybe; + payload_contains_nocase?: InputMaybe; + payload_not_contains?: InputMaybe; + payload_not_contains_nocase?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe; + nonce_not_in?: InputMaybe; + createdAtBlock?: InputMaybe; + createdAtBlock_not?: InputMaybe; + createdAtBlock_gt?: InputMaybe; + createdAtBlock_lt?: InputMaybe; + createdAtBlock_gte?: InputMaybe; + createdAtBlock_lte?: InputMaybe; + createdAtBlock_in?: InputMaybe; + createdAtBlock_not_in?: InputMaybe; + createdTxHash?: InputMaybe; + createdTxHash_not?: InputMaybe; + createdTxHash_gt?: InputMaybe; + createdTxHash_lt?: InputMaybe; + createdTxHash_gte?: InputMaybe; + createdTxHash_lte?: InputMaybe; + createdTxHash_in?: InputMaybe; + createdTxHash_not_in?: InputMaybe; + createdTxHash_contains?: InputMaybe; + createdTxHash_not_contains?: InputMaybe; + finishedAtBlock?: InputMaybe; + finishedAtBlock_not?: InputMaybe; + finishedAtBlock_gt?: InputMaybe; + finishedAtBlock_lt?: InputMaybe; + finishedAtBlock_gte?: InputMaybe; + finishedAtBlock_lte?: InputMaybe; + finishedAtBlock_in?: InputMaybe; + finishedAtBlock_not_in?: InputMaybe; + finishedAtDate?: InputMaybe; + finishedAtDate_not?: InputMaybe; + finishedAtDate_gt?: InputMaybe; + finishedAtDate_lt?: InputMaybe; + finishedAtDate_gte?: InputMaybe; + finishedAtDate_lte?: InputMaybe; + finishedAtDate_in?: InputMaybe; + finishedAtDate_not_in?: InputMaybe; + finishedTxHash?: InputMaybe; + finishedTxHash_not?: InputMaybe; + finishedTxHash_gt?: InputMaybe; + finishedTxHash_lt?: InputMaybe; + finishedTxHash_gte?: InputMaybe; + finishedTxHash_lte?: InputMaybe; + finishedTxHash_in?: InputMaybe; + finishedTxHash_not_in?: InputMaybe; + finishedTxHash_contains?: InputMaybe; + finishedTxHash_not_contains?: InputMaybe; /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe[]>; @@ -694,63 +670,63 @@ export interface DepositEvent_filter { } export type DepositEvent_orderBy = - | 'id' - | 'bridgeAddressL1' - | 'bridgeAddressL2' - | 'amount' - | 'status' - | 'payload' - | 'nonce' - | 'createdAtBlock' - | 'createdTxHash' - | 'finishedAtBlock' - | 'finishedAtDate' - | 'finishedTxHash'; + | "id" + | "bridgeAddressL1" + | "bridgeAddressL2" + | "amount" + | "status" + | "payload" + | "nonce" + | "createdAtBlock" + | "createdTxHash" + | "finishedAtBlock" + | "finishedAtDate" + | "finishedTxHash"; export interface Deposit_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; - depositEvents?: InputMaybe; - depositEvents_not?: InputMaybe; - depositEvents_contains?: InputMaybe; - depositEvents_contains_nocase?: InputMaybe; - depositEvents_not_contains?: InputMaybe; - depositEvents_not_contains_nocase?: InputMaybe; + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe; + id_not_in?: InputMaybe; + depositEvents?: InputMaybe; + depositEvents_not?: InputMaybe; + depositEvents_contains?: InputMaybe; + depositEvents_contains_nocase?: InputMaybe; + depositEvents_not_contains?: InputMaybe; + depositEvents_not_contains_nocase?: InputMaybe; depositEvents_?: InputMaybe; - l1Sender?: InputMaybe; - l1Sender_not?: InputMaybe; - l1Sender_gt?: InputMaybe; - l1Sender_lt?: InputMaybe; - l1Sender_gte?: InputMaybe; - l1Sender_lte?: InputMaybe; - l1Sender_in?: InputMaybe; - l1Sender_not_in?: InputMaybe; - l1Sender_contains?: InputMaybe; - l1Sender_not_contains?: InputMaybe; - l2Recipient?: InputMaybe; - l2Recipient_not?: InputMaybe; - l2Recipient_gt?: InputMaybe; - l2Recipient_lt?: InputMaybe; - l2Recipient_gte?: InputMaybe; - l2Recipient_lte?: InputMaybe; - l2Recipient_in?: InputMaybe; - l2Recipient_not_in?: InputMaybe; - l2Recipient_contains?: InputMaybe; - l2Recipient_not_contains?: InputMaybe; - createdTimestamp?: InputMaybe; - createdTimestamp_not?: InputMaybe; - createdTimestamp_gt?: InputMaybe; - createdTimestamp_lt?: InputMaybe; - createdTimestamp_gte?: InputMaybe; - createdTimestamp_lte?: InputMaybe; - createdTimestamp_in?: InputMaybe; - createdTimestamp_not_in?: InputMaybe; + l1Sender?: InputMaybe; + l1Sender_not?: InputMaybe; + l1Sender_gt?: InputMaybe; + l1Sender_lt?: InputMaybe; + l1Sender_gte?: InputMaybe; + l1Sender_lte?: InputMaybe; + l1Sender_in?: InputMaybe; + l1Sender_not_in?: InputMaybe; + l1Sender_contains?: InputMaybe; + l1Sender_not_contains?: InputMaybe; + l2Recipient?: InputMaybe; + l2Recipient_not?: InputMaybe; + l2Recipient_gt?: InputMaybe; + l2Recipient_lt?: InputMaybe; + l2Recipient_gte?: InputMaybe; + l2Recipient_lte?: InputMaybe; + l2Recipient_in?: InputMaybe; + l2Recipient_not_in?: InputMaybe; + l2Recipient_contains?: InputMaybe; + l2Recipient_not_contains?: InputMaybe; + createdTimestamp?: InputMaybe; + createdTimestamp_not?: InputMaybe; + createdTimestamp_gt?: InputMaybe; + createdTimestamp_lt?: InputMaybe; + createdTimestamp_gte?: InputMaybe; + createdTimestamp_lte?: InputMaybe; + createdTimestamp_in?: InputMaybe; + createdTimestamp_not_in?: InputMaybe; /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe[]>; @@ -758,113 +734,106 @@ export interface Deposit_filter { } export type Deposit_orderBy = - | 'id' - | 'depositEvents' - | 'l1Sender' - | 'l2Recipient' - | 'createdTimestamp'; + | "id" + | "depositEvents" + | "l1Sender" + | "l2Recipient" + | "createdTimestamp"; /** Defines the order direction, either ascending or descending */ -export type OrderDirection = - | 'asc' - | 'desc'; +export type OrderDirection = "asc" | "desc"; export interface Token { /** address */ - id: Scalars['ID']; - name: Scalars['String']; - symbol: Scalars['String']; - decimals: Scalars['Int']; + id: Scalars["ID"]; + name: Scalars["String"]; + symbol: Scalars["String"]; + decimals: Scalars["Int"]; } export interface Token_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; - name?: InputMaybe; - name_not?: InputMaybe; - name_gt?: InputMaybe; - name_lt?: InputMaybe; - name_gte?: InputMaybe; - name_lte?: InputMaybe; - name_in?: InputMaybe; - name_not_in?: InputMaybe; - name_contains?: InputMaybe; - name_contains_nocase?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_contains_nocase?: InputMaybe; - name_starts_with?: InputMaybe; - name_starts_with_nocase?: InputMaybe; - name_not_starts_with?: InputMaybe; - name_not_starts_with_nocase?: InputMaybe; - name_ends_with?: InputMaybe; - name_ends_with_nocase?: InputMaybe; - name_not_ends_with?: InputMaybe; - name_not_ends_with_nocase?: InputMaybe; - symbol?: InputMaybe; - symbol_not?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_in?: InputMaybe; - symbol_not_in?: InputMaybe; - symbol_contains?: InputMaybe; - symbol_contains_nocase?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_contains_nocase?: InputMaybe; - symbol_starts_with?: InputMaybe; - symbol_starts_with_nocase?: InputMaybe; - symbol_not_starts_with?: InputMaybe; - symbol_not_starts_with_nocase?: InputMaybe; - symbol_ends_with?: InputMaybe; - symbol_ends_with_nocase?: InputMaybe; - symbol_not_ends_with?: InputMaybe; - symbol_not_ends_with_nocase?: 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; + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe; + id_not_in?: InputMaybe; + name?: InputMaybe; + name_not?: InputMaybe; + name_gt?: InputMaybe; + name_lt?: InputMaybe; + name_gte?: InputMaybe; + name_lte?: InputMaybe; + name_in?: InputMaybe; + name_not_in?: InputMaybe; + name_contains?: InputMaybe; + name_contains_nocase?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_nocase?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_nocase?: InputMaybe; + name_not_starts_with?: InputMaybe; + name_not_starts_with_nocase?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_nocase?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_nocase?: InputMaybe; + symbol?: InputMaybe; + symbol_not?: InputMaybe; + symbol_gt?: InputMaybe; + symbol_lt?: InputMaybe; + symbol_gte?: InputMaybe; + symbol_lte?: InputMaybe; + symbol_in?: InputMaybe; + symbol_not_in?: InputMaybe; + symbol_contains?: InputMaybe; + symbol_contains_nocase?: InputMaybe; + symbol_not_contains?: InputMaybe; + symbol_not_contains_nocase?: InputMaybe; + symbol_starts_with?: InputMaybe; + symbol_starts_with_nocase?: InputMaybe; + symbol_not_starts_with?: InputMaybe; + symbol_not_starts_with_nocase?: InputMaybe; + symbol_ends_with?: InputMaybe; + symbol_ends_with_nocase?: InputMaybe; + symbol_not_ends_with?: InputMaybe; + symbol_not_ends_with_nocase?: 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; /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe[]>; or?: InputMaybe[]>; } -export type Token_orderBy = - | 'id' - | 'name' - | 'symbol' - | 'decimals'; +export type Token_orderBy = "id" | "name" | "symbol" | "decimals"; export type TransferStatus = - | 'PENDING' - | 'FINISHED' - | 'ACCEPTED_ON_L1' - | 'ACCEPTED_ON_L2'; + | "PENDING" + | "FINISHED" + | "ACCEPTED_ON_L1" + | "ACCEPTED_ON_L2"; export interface Withdrawal { /** [bridgeL1Address, ...payload].join('-') */ - id: Scalars['ID']; - l1Recipient: Scalars['Bytes']; - l2Sender: Scalars['Bytes']; - createdTimestamp?: Maybe; + id: Scalars["ID"]; + l1Recipient: Scalars["Bytes"]; + l2Sender: Scalars["Bytes"]; + createdTimestamp?: Maybe; withdrawalEvents: WithdrawalEvent[]; } - export interface WithdrawalwithdrawalEventsArgs { - skip?: InputMaybe; - first?: InputMaybe; + skip?: InputMaybe; + first?: InputMaybe; orderBy?: InputMaybe; orderDirection?: InputMaybe; where?: InputMaybe; @@ -872,114 +841,114 @@ export interface WithdrawalwithdrawalEventsArgs { export interface WithdrawalEvent { /** uniq ID */ - id: Scalars['ID']; - bridgeAddressL1: Scalars['Bytes']; - bridgeAddressL2: Scalars['Bytes']; - l1Recipient: Scalars['Bytes']; - amount: Scalars['BigInt']; + id: Scalars["ID"]; + bridgeAddressL1: Scalars["Bytes"]; + bridgeAddressL2: Scalars["Bytes"]; + l1Recipient: Scalars["Bytes"]; + amount: Scalars["BigInt"]; status: TransferStatus; - createdAtBlock: Scalars['BigInt']; - createdTxHash: Scalars['Bytes']; - finishedAtBlock?: Maybe; - finishedAtDate?: Maybe; - finishedTxHash?: Maybe; + createdAtBlock: Scalars["BigInt"]; + createdTxHash: Scalars["Bytes"]; + finishedAtBlock?: Maybe; + finishedAtDate?: Maybe; + finishedTxHash?: Maybe; } export interface WithdrawalEvent_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; - bridgeAddressL1?: InputMaybe; - bridgeAddressL1_not?: InputMaybe; - bridgeAddressL1_gt?: InputMaybe; - bridgeAddressL1_lt?: InputMaybe; - bridgeAddressL1_gte?: InputMaybe; - bridgeAddressL1_lte?: InputMaybe; - bridgeAddressL1_in?: InputMaybe; - bridgeAddressL1_not_in?: InputMaybe; - bridgeAddressL1_contains?: InputMaybe; - bridgeAddressL1_not_contains?: InputMaybe; - bridgeAddressL2?: InputMaybe; - bridgeAddressL2_not?: InputMaybe; - bridgeAddressL2_gt?: InputMaybe; - bridgeAddressL2_lt?: InputMaybe; - bridgeAddressL2_gte?: InputMaybe; - bridgeAddressL2_lte?: InputMaybe; - bridgeAddressL2_in?: InputMaybe; - bridgeAddressL2_not_in?: InputMaybe; - bridgeAddressL2_contains?: InputMaybe; - bridgeAddressL2_not_contains?: InputMaybe; - l1Recipient?: InputMaybe; - l1Recipient_not?: InputMaybe; - l1Recipient_gt?: InputMaybe; - l1Recipient_lt?: InputMaybe; - l1Recipient_gte?: InputMaybe; - l1Recipient_lte?: InputMaybe; - l1Recipient_in?: InputMaybe; - l1Recipient_not_in?: InputMaybe; - l1Recipient_contains?: InputMaybe; - l1Recipient_not_contains?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe; - amount_not_in?: InputMaybe; + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe; + id_not_in?: InputMaybe; + bridgeAddressL1?: InputMaybe; + bridgeAddressL1_not?: InputMaybe; + bridgeAddressL1_gt?: InputMaybe; + bridgeAddressL1_lt?: InputMaybe; + bridgeAddressL1_gte?: InputMaybe; + bridgeAddressL1_lte?: InputMaybe; + bridgeAddressL1_in?: InputMaybe; + bridgeAddressL1_not_in?: InputMaybe; + bridgeAddressL1_contains?: InputMaybe; + bridgeAddressL1_not_contains?: InputMaybe; + bridgeAddressL2?: InputMaybe; + bridgeAddressL2_not?: InputMaybe; + bridgeAddressL2_gt?: InputMaybe; + bridgeAddressL2_lt?: InputMaybe; + bridgeAddressL2_gte?: InputMaybe; + bridgeAddressL2_lte?: InputMaybe; + bridgeAddressL2_in?: InputMaybe; + bridgeAddressL2_not_in?: InputMaybe; + bridgeAddressL2_contains?: InputMaybe; + bridgeAddressL2_not_contains?: InputMaybe; + l1Recipient?: InputMaybe; + l1Recipient_not?: InputMaybe; + l1Recipient_gt?: InputMaybe; + l1Recipient_lt?: InputMaybe; + l1Recipient_gte?: InputMaybe; + l1Recipient_lte?: InputMaybe; + l1Recipient_in?: InputMaybe; + l1Recipient_not_in?: InputMaybe; + l1Recipient_contains?: InputMaybe; + l1Recipient_not_contains?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe; + amount_not_in?: InputMaybe; status?: InputMaybe; status_not?: InputMaybe; status_in?: InputMaybe; status_not_in?: InputMaybe; - createdAtBlock?: InputMaybe; - createdAtBlock_not?: InputMaybe; - createdAtBlock_gt?: InputMaybe; - createdAtBlock_lt?: InputMaybe; - createdAtBlock_gte?: InputMaybe; - createdAtBlock_lte?: InputMaybe; - createdAtBlock_in?: InputMaybe; - createdAtBlock_not_in?: InputMaybe; - createdTxHash?: InputMaybe; - createdTxHash_not?: InputMaybe; - createdTxHash_gt?: InputMaybe; - createdTxHash_lt?: InputMaybe; - createdTxHash_gte?: InputMaybe; - createdTxHash_lte?: InputMaybe; - createdTxHash_in?: InputMaybe; - createdTxHash_not_in?: InputMaybe; - createdTxHash_contains?: InputMaybe; - createdTxHash_not_contains?: InputMaybe; - finishedAtBlock?: InputMaybe; - finishedAtBlock_not?: InputMaybe; - finishedAtBlock_gt?: InputMaybe; - finishedAtBlock_lt?: InputMaybe; - finishedAtBlock_gte?: InputMaybe; - finishedAtBlock_lte?: InputMaybe; - finishedAtBlock_in?: InputMaybe; - finishedAtBlock_not_in?: InputMaybe; - finishedAtDate?: InputMaybe; - finishedAtDate_not?: InputMaybe; - finishedAtDate_gt?: InputMaybe; - finishedAtDate_lt?: InputMaybe; - finishedAtDate_gte?: InputMaybe; - finishedAtDate_lte?: InputMaybe; - finishedAtDate_in?: InputMaybe; - finishedAtDate_not_in?: InputMaybe; - finishedTxHash?: InputMaybe; - finishedTxHash_not?: InputMaybe; - finishedTxHash_gt?: InputMaybe; - finishedTxHash_lt?: InputMaybe; - finishedTxHash_gte?: InputMaybe; - finishedTxHash_lte?: InputMaybe; - finishedTxHash_in?: InputMaybe; - finishedTxHash_not_in?: InputMaybe; - finishedTxHash_contains?: InputMaybe; - finishedTxHash_not_contains?: InputMaybe; + createdAtBlock?: InputMaybe; + createdAtBlock_not?: InputMaybe; + createdAtBlock_gt?: InputMaybe; + createdAtBlock_lt?: InputMaybe; + createdAtBlock_gte?: InputMaybe; + createdAtBlock_lte?: InputMaybe; + createdAtBlock_in?: InputMaybe; + createdAtBlock_not_in?: InputMaybe; + createdTxHash?: InputMaybe; + createdTxHash_not?: InputMaybe; + createdTxHash_gt?: InputMaybe; + createdTxHash_lt?: InputMaybe; + createdTxHash_gte?: InputMaybe; + createdTxHash_lte?: InputMaybe; + createdTxHash_in?: InputMaybe; + createdTxHash_not_in?: InputMaybe; + createdTxHash_contains?: InputMaybe; + createdTxHash_not_contains?: InputMaybe; + finishedAtBlock?: InputMaybe; + finishedAtBlock_not?: InputMaybe; + finishedAtBlock_gt?: InputMaybe; + finishedAtBlock_lt?: InputMaybe; + finishedAtBlock_gte?: InputMaybe; + finishedAtBlock_lte?: InputMaybe; + finishedAtBlock_in?: InputMaybe; + finishedAtBlock_not_in?: InputMaybe; + finishedAtDate?: InputMaybe; + finishedAtDate_not?: InputMaybe; + finishedAtDate_gt?: InputMaybe; + finishedAtDate_lt?: InputMaybe; + finishedAtDate_gte?: InputMaybe; + finishedAtDate_lte?: InputMaybe; + finishedAtDate_in?: InputMaybe; + finishedAtDate_not_in?: InputMaybe; + finishedTxHash?: InputMaybe; + finishedTxHash_not?: InputMaybe; + finishedTxHash_gt?: InputMaybe; + finishedTxHash_lt?: InputMaybe; + finishedTxHash_gte?: InputMaybe; + finishedTxHash_lte?: InputMaybe; + finishedTxHash_in?: InputMaybe; + finishedTxHash_not_in?: InputMaybe; + finishedTxHash_contains?: InputMaybe; + finishedTxHash_not_contains?: InputMaybe; /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe[]>; @@ -987,61 +956,61 @@ export interface WithdrawalEvent_filter { } export type WithdrawalEvent_orderBy = - | 'id' - | 'bridgeAddressL1' - | 'bridgeAddressL2' - | 'l1Recipient' - | 'amount' - | 'status' - | 'createdAtBlock' - | 'createdTxHash' - | 'finishedAtBlock' - | 'finishedAtDate' - | 'finishedTxHash'; + | "id" + | "bridgeAddressL1" + | "bridgeAddressL2" + | "l1Recipient" + | "amount" + | "status" + | "createdAtBlock" + | "createdTxHash" + | "finishedAtBlock" + | "finishedAtDate" + | "finishedTxHash"; export interface Withdrawal_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; - l1Recipient?: InputMaybe; - l1Recipient_not?: InputMaybe; - l1Recipient_gt?: InputMaybe; - l1Recipient_lt?: InputMaybe; - l1Recipient_gte?: InputMaybe; - l1Recipient_lte?: InputMaybe; - l1Recipient_in?: InputMaybe; - l1Recipient_not_in?: InputMaybe; - l1Recipient_contains?: InputMaybe; - l1Recipient_not_contains?: InputMaybe; - l2Sender?: InputMaybe; - l2Sender_not?: InputMaybe; - l2Sender_gt?: InputMaybe; - l2Sender_lt?: InputMaybe; - l2Sender_gte?: InputMaybe; - l2Sender_lte?: InputMaybe; - l2Sender_in?: InputMaybe; - l2Sender_not_in?: InputMaybe; - l2Sender_contains?: InputMaybe; - l2Sender_not_contains?: InputMaybe; - createdTimestamp?: InputMaybe; - createdTimestamp_not?: InputMaybe; - createdTimestamp_gt?: InputMaybe; - createdTimestamp_lt?: InputMaybe; - createdTimestamp_gte?: InputMaybe; - createdTimestamp_lte?: InputMaybe; - createdTimestamp_in?: InputMaybe; - createdTimestamp_not_in?: InputMaybe; - withdrawalEvents?: InputMaybe; - withdrawalEvents_not?: InputMaybe; - withdrawalEvents_contains?: InputMaybe; - withdrawalEvents_contains_nocase?: InputMaybe; - withdrawalEvents_not_contains?: InputMaybe; - withdrawalEvents_not_contains_nocase?: InputMaybe; + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe; + id_not_in?: InputMaybe; + l1Recipient?: InputMaybe; + l1Recipient_not?: InputMaybe; + l1Recipient_gt?: InputMaybe; + l1Recipient_lt?: InputMaybe; + l1Recipient_gte?: InputMaybe; + l1Recipient_lte?: InputMaybe; + l1Recipient_in?: InputMaybe; + l1Recipient_not_in?: InputMaybe; + l1Recipient_contains?: InputMaybe; + l1Recipient_not_contains?: InputMaybe; + l2Sender?: InputMaybe; + l2Sender_not?: InputMaybe; + l2Sender_gt?: InputMaybe; + l2Sender_lt?: InputMaybe; + l2Sender_gte?: InputMaybe; + l2Sender_lte?: InputMaybe; + l2Sender_in?: InputMaybe; + l2Sender_not_in?: InputMaybe; + l2Sender_contains?: InputMaybe; + l2Sender_not_contains?: InputMaybe; + createdTimestamp?: InputMaybe; + createdTimestamp_not?: InputMaybe; + createdTimestamp_gt?: InputMaybe; + createdTimestamp_lt?: InputMaybe; + createdTimestamp_gte?: InputMaybe; + createdTimestamp_lte?: InputMaybe; + createdTimestamp_in?: InputMaybe; + createdTimestamp_not_in?: InputMaybe; + withdrawalEvents?: InputMaybe; + withdrawalEvents_not?: InputMaybe; + withdrawalEvents_contains?: InputMaybe; + withdrawalEvents_contains_nocase?: InputMaybe; + withdrawalEvents_not_contains?: InputMaybe; + withdrawalEvents_not_contains_nocase?: InputMaybe; withdrawalEvents_?: InputMaybe; /** Filter for the block changed event. */ _change_block?: InputMaybe; @@ -1050,19 +1019,19 @@ export interface Withdrawal_filter { } export type Withdrawal_orderBy = - | 'id' - | 'l1Recipient' - | 'l2Sender' - | 'createdTimestamp' - | 'withdrawalEvents'; + | "id" + | "l1Recipient" + | "l2Sender" + | "createdTimestamp" + | "withdrawalEvents"; export interface _Block_ { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ - number: Scalars['Int']; + number: Scalars["Int"]; /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; + timestamp?: Maybe; } /** The type for the top-level _meta field */ @@ -1076,102 +1045,101 @@ export interface _Meta_ { */ block: _Block_; /** The deployment ID */ - deployment: Scalars['String']; + deployment: Scalars["String"]; /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; + hasIndexingErrors: Scalars["Boolean"]; } export type _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"; export interface Realm { - id: Scalars['ID']; - tokenId: Scalars['Int']; + id: Scalars["ID"]; + tokenId: Scalars["Int"]; currentOwner: Wallet; - minted: Scalars['BigInt']; - name?: Maybe; - cities: Scalars['Int']; - harbours: Scalars['Int']; - rivers: Scalars['Int']; - regions: Scalars['Int']; - resourceIds: Scalars['Int'][]; + minted: Scalars["BigInt"]; + name?: Maybe; + cities: Scalars["Int"]; + harbours: Scalars["Int"]; + rivers: Scalars["Int"]; + regions: Scalars["Int"]; + resourceIds: Scalars["Int"][]; resources?: Maybe; - wonder?: Maybe; - rarityScore: Scalars['BigDecimal']; - rarityRank: Scalars['BigInt']; - order?: Maybe; + wonder?: Maybe; + rarityScore: Scalars["BigDecimal"]; + rarityRank: Scalars["BigInt"]; + order?: Maybe; bridgedOwner?: Maybe; bridgedV2Owner?: Maybe; } - export interface RealmresourcesArgs { - skip?: InputMaybe; - first?: InputMaybe; + skip?: InputMaybe; + first?: InputMaybe; orderBy?: InputMaybe; orderDirection?: InputMaybe; where?: InputMaybe; } export interface RealmResource { - id: Scalars['ID']; + id: Scalars["ID"]; realm: Realm; resource: Resource; } export interface RealmResource_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; - realm?: InputMaybe; - realm_not?: InputMaybe; - realm_gt?: InputMaybe; - realm_lt?: InputMaybe; - realm_gte?: InputMaybe; - realm_lte?: InputMaybe; - realm_in?: InputMaybe; - realm_not_in?: InputMaybe; - realm_contains?: InputMaybe; - realm_contains_nocase?: InputMaybe; - realm_not_contains?: InputMaybe; - realm_not_contains_nocase?: InputMaybe; - realm_starts_with?: InputMaybe; - realm_starts_with_nocase?: InputMaybe; - realm_not_starts_with?: InputMaybe; - realm_not_starts_with_nocase?: InputMaybe; - realm_ends_with?: InputMaybe; - realm_ends_with_nocase?: InputMaybe; - realm_not_ends_with?: InputMaybe; - realm_not_ends_with_nocase?: InputMaybe; + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe; + id_not_in?: InputMaybe; + realm?: InputMaybe; + realm_not?: InputMaybe; + realm_gt?: InputMaybe; + realm_lt?: InputMaybe; + realm_gte?: InputMaybe; + realm_lte?: InputMaybe; + realm_in?: InputMaybe; + realm_not_in?: InputMaybe; + realm_contains?: InputMaybe; + realm_contains_nocase?: InputMaybe; + realm_not_contains?: InputMaybe; + realm_not_contains_nocase?: InputMaybe; + realm_starts_with?: InputMaybe; + realm_starts_with_nocase?: InputMaybe; + realm_not_starts_with?: InputMaybe; + realm_not_starts_with_nocase?: InputMaybe; + realm_ends_with?: InputMaybe; + realm_ends_with_nocase?: InputMaybe; + realm_not_ends_with?: InputMaybe; + realm_not_ends_with_nocase?: InputMaybe; realm_?: InputMaybe; - resource?: InputMaybe; - resource_not?: InputMaybe; - resource_gt?: InputMaybe; - resource_lt?: InputMaybe; - resource_gte?: InputMaybe; - resource_lte?: InputMaybe; - resource_in?: InputMaybe; - resource_not_in?: InputMaybe; - resource_contains?: InputMaybe; - resource_contains_nocase?: InputMaybe; - resource_not_contains?: InputMaybe; - resource_not_contains_nocase?: InputMaybe; - resource_starts_with?: InputMaybe; - resource_starts_with_nocase?: InputMaybe; - resource_not_starts_with?: InputMaybe; - resource_not_starts_with_nocase?: InputMaybe; - resource_ends_with?: InputMaybe; - resource_ends_with_nocase?: InputMaybe; - resource_not_ends_with?: InputMaybe; - resource_not_ends_with_nocase?: InputMaybe; + resource?: InputMaybe; + resource_not?: InputMaybe; + resource_gt?: InputMaybe; + resource_lt?: InputMaybe; + resource_gte?: InputMaybe; + resource_lte?: InputMaybe; + resource_in?: InputMaybe; + resource_not_in?: InputMaybe; + resource_contains?: InputMaybe; + resource_contains_nocase?: InputMaybe; + resource_not_contains?: InputMaybe; + resource_not_contains_nocase?: InputMaybe; + resource_starts_with?: InputMaybe; + resource_starts_with_nocase?: InputMaybe; + resource_not_starts_with?: InputMaybe; + resource_not_starts_with_nocase?: InputMaybe; + resource_ends_with?: InputMaybe; + resource_ends_with_nocase?: InputMaybe; + resource_not_ends_with?: InputMaybe; + resource_not_ends_with_nocase?: InputMaybe; resource_?: InputMaybe; /** Filter for the block changed event. */ _change_block?: InputMaybe; @@ -1180,233 +1148,229 @@ export interface RealmResource_filter { } export type RealmResource_orderBy = - | 'id' - | 'realm' - | 'realm__id' - | 'realm__tokenId' - | 'realm__minted' - | 'realm__name' - | 'realm__cities' - | 'realm__harbours' - | 'realm__rivers' - | 'realm__regions' - | 'realm__wonder' - | 'realm__rarityScore' - | 'realm__rarityRank' - | 'realm__order' - | 'resource' - | 'resource__id' - | 'resource__name' - | 'resource__totalRealms'; - -export type RealmTraitOption = - | 'regions' - | 'cities' - | 'harbors' - | 'rivers'; + | "id" + | "realm" + | "realm__id" + | "realm__tokenId" + | "realm__minted" + | "realm__name" + | "realm__cities" + | "realm__harbours" + | "realm__rivers" + | "realm__regions" + | "realm__wonder" + | "realm__rarityScore" + | "realm__rarityRank" + | "realm__order" + | "resource" + | "resource__id" + | "resource__name" + | "resource__totalRealms"; + +export type RealmTraitOption = "regions" | "cities" | "harbors" | "rivers"; export interface Realm_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; - tokenId?: InputMaybe; - tokenId_not?: InputMaybe; - tokenId_gt?: InputMaybe; - tokenId_lt?: InputMaybe; - tokenId_gte?: InputMaybe; - tokenId_lte?: InputMaybe; - tokenId_in?: InputMaybe; - tokenId_not_in?: InputMaybe; - currentOwner?: InputMaybe; - currentOwner_not?: InputMaybe; - currentOwner_gt?: InputMaybe; - currentOwner_lt?: InputMaybe; - currentOwner_gte?: InputMaybe; - currentOwner_lte?: InputMaybe; - currentOwner_in?: InputMaybe; - currentOwner_not_in?: InputMaybe; - currentOwner_contains?: InputMaybe; - currentOwner_contains_nocase?: InputMaybe; - currentOwner_not_contains?: InputMaybe; - currentOwner_not_contains_nocase?: InputMaybe; - currentOwner_starts_with?: InputMaybe; - currentOwner_starts_with_nocase?: InputMaybe; - currentOwner_not_starts_with?: InputMaybe; - currentOwner_not_starts_with_nocase?: InputMaybe; - currentOwner_ends_with?: InputMaybe; - currentOwner_ends_with_nocase?: InputMaybe; - currentOwner_not_ends_with?: InputMaybe; - currentOwner_not_ends_with_nocase?: InputMaybe; + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe; + id_not_in?: InputMaybe; + tokenId?: InputMaybe; + tokenId_not?: InputMaybe; + tokenId_gt?: InputMaybe; + tokenId_lt?: InputMaybe; + tokenId_gte?: InputMaybe; + tokenId_lte?: InputMaybe; + tokenId_in?: InputMaybe; + tokenId_not_in?: InputMaybe; + currentOwner?: InputMaybe; + currentOwner_not?: InputMaybe; + currentOwner_gt?: InputMaybe; + currentOwner_lt?: InputMaybe; + currentOwner_gte?: InputMaybe; + currentOwner_lte?: InputMaybe; + currentOwner_in?: InputMaybe; + currentOwner_not_in?: InputMaybe; + currentOwner_contains?: InputMaybe; + currentOwner_contains_nocase?: InputMaybe; + currentOwner_not_contains?: InputMaybe; + currentOwner_not_contains_nocase?: InputMaybe; + currentOwner_starts_with?: InputMaybe; + currentOwner_starts_with_nocase?: InputMaybe; + currentOwner_not_starts_with?: InputMaybe; + currentOwner_not_starts_with_nocase?: InputMaybe; + currentOwner_ends_with?: InputMaybe; + currentOwner_ends_with_nocase?: InputMaybe; + currentOwner_not_ends_with?: InputMaybe; + currentOwner_not_ends_with_nocase?: InputMaybe; currentOwner_?: InputMaybe; - minted?: InputMaybe; - minted_not?: InputMaybe; - minted_gt?: InputMaybe; - minted_lt?: InputMaybe; - minted_gte?: InputMaybe; - minted_lte?: InputMaybe; - minted_in?: InputMaybe; - minted_not_in?: InputMaybe; - name?: InputMaybe; - name_not?: InputMaybe; - name_gt?: InputMaybe; - name_lt?: InputMaybe; - name_gte?: InputMaybe; - name_lte?: InputMaybe; - name_in?: InputMaybe; - name_not_in?: InputMaybe; - name_contains?: InputMaybe; - name_contains_nocase?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_contains_nocase?: InputMaybe; - name_starts_with?: InputMaybe; - name_starts_with_nocase?: InputMaybe; - name_not_starts_with?: InputMaybe; - name_not_starts_with_nocase?: InputMaybe; - name_ends_with?: InputMaybe; - name_ends_with_nocase?: InputMaybe; - name_not_ends_with?: InputMaybe; - name_not_ends_with_nocase?: InputMaybe; - cities?: InputMaybe; - cities_not?: InputMaybe; - cities_gt?: InputMaybe; - cities_lt?: InputMaybe; - cities_gte?: InputMaybe; - cities_lte?: InputMaybe; - cities_in?: InputMaybe; - cities_not_in?: InputMaybe; - harbours?: InputMaybe; - harbours_not?: InputMaybe; - harbours_gt?: InputMaybe; - harbours_lt?: InputMaybe; - harbours_gte?: InputMaybe; - harbours_lte?: InputMaybe; - harbours_in?: InputMaybe; - harbours_not_in?: InputMaybe; - rivers?: InputMaybe; - rivers_not?: InputMaybe; - rivers_gt?: InputMaybe; - rivers_lt?: InputMaybe; - rivers_gte?: InputMaybe; - rivers_lte?: InputMaybe; - rivers_in?: InputMaybe; - rivers_not_in?: InputMaybe; - regions?: InputMaybe; - regions_not?: InputMaybe; - regions_gt?: InputMaybe; - regions_lt?: InputMaybe; - regions_gte?: InputMaybe; - regions_lte?: InputMaybe; - regions_in?: InputMaybe; - regions_not_in?: InputMaybe; - resourceIds?: InputMaybe; - resourceIds_not?: InputMaybe; - resourceIds_contains?: InputMaybe; - resourceIds_contains_nocase?: InputMaybe; - resourceIds_not_contains?: InputMaybe; - resourceIds_not_contains_nocase?: InputMaybe; + minted?: InputMaybe; + minted_not?: InputMaybe; + minted_gt?: InputMaybe; + minted_lt?: InputMaybe; + minted_gte?: InputMaybe; + minted_lte?: InputMaybe; + minted_in?: InputMaybe; + minted_not_in?: InputMaybe; + name?: InputMaybe; + name_not?: InputMaybe; + name_gt?: InputMaybe; + name_lt?: InputMaybe; + name_gte?: InputMaybe; + name_lte?: InputMaybe; + name_in?: InputMaybe; + name_not_in?: InputMaybe; + name_contains?: InputMaybe; + name_contains_nocase?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_nocase?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_nocase?: InputMaybe; + name_not_starts_with?: InputMaybe; + name_not_starts_with_nocase?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_nocase?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_nocase?: InputMaybe; + cities?: InputMaybe; + cities_not?: InputMaybe; + cities_gt?: InputMaybe; + cities_lt?: InputMaybe; + cities_gte?: InputMaybe; + cities_lte?: InputMaybe; + cities_in?: InputMaybe; + cities_not_in?: InputMaybe; + harbours?: InputMaybe; + harbours_not?: InputMaybe; + harbours_gt?: InputMaybe; + harbours_lt?: InputMaybe; + harbours_gte?: InputMaybe; + harbours_lte?: InputMaybe; + harbours_in?: InputMaybe; + harbours_not_in?: InputMaybe; + rivers?: InputMaybe; + rivers_not?: InputMaybe; + rivers_gt?: InputMaybe; + rivers_lt?: InputMaybe; + rivers_gte?: InputMaybe; + rivers_lte?: InputMaybe; + rivers_in?: InputMaybe; + rivers_not_in?: InputMaybe; + regions?: InputMaybe; + regions_not?: InputMaybe; + regions_gt?: InputMaybe; + regions_lt?: InputMaybe; + regions_gte?: InputMaybe; + regions_lte?: InputMaybe; + regions_in?: InputMaybe; + regions_not_in?: InputMaybe; + resourceIds?: InputMaybe; + resourceIds_not?: InputMaybe; + resourceIds_contains?: InputMaybe; + resourceIds_contains_nocase?: InputMaybe; + resourceIds_not_contains?: InputMaybe; + resourceIds_not_contains_nocase?: InputMaybe; resources_?: InputMaybe; - wonder?: InputMaybe; - wonder_not?: InputMaybe; - wonder_gt?: InputMaybe; - wonder_lt?: InputMaybe; - wonder_gte?: InputMaybe; - wonder_lte?: InputMaybe; - wonder_in?: InputMaybe; - wonder_not_in?: InputMaybe; - wonder_contains?: InputMaybe; - wonder_contains_nocase?: InputMaybe; - wonder_not_contains?: InputMaybe; - wonder_not_contains_nocase?: InputMaybe; - wonder_starts_with?: InputMaybe; - wonder_starts_with_nocase?: InputMaybe; - wonder_not_starts_with?: InputMaybe; - wonder_not_starts_with_nocase?: InputMaybe; - wonder_ends_with?: InputMaybe; - wonder_ends_with_nocase?: InputMaybe; - wonder_not_ends_with?: InputMaybe; - wonder_not_ends_with_nocase?: InputMaybe; - rarityScore?: InputMaybe; - rarityScore_not?: InputMaybe; - rarityScore_gt?: InputMaybe; - rarityScore_lt?: InputMaybe; - rarityScore_gte?: InputMaybe; - rarityScore_lte?: InputMaybe; - rarityScore_in?: InputMaybe; - rarityScore_not_in?: InputMaybe; - rarityRank?: InputMaybe; - rarityRank_not?: InputMaybe; - rarityRank_gt?: InputMaybe; - rarityRank_lt?: InputMaybe; - rarityRank_gte?: InputMaybe; - rarityRank_lte?: InputMaybe; - rarityRank_in?: InputMaybe; - rarityRank_not_in?: InputMaybe; - order?: InputMaybe; - order_not?: InputMaybe; - order_gt?: InputMaybe; - order_lt?: InputMaybe; - order_gte?: InputMaybe; - order_lte?: InputMaybe; - order_in?: InputMaybe; - order_not_in?: InputMaybe; - order_contains?: InputMaybe; - order_contains_nocase?: InputMaybe; - order_not_contains?: InputMaybe; - order_not_contains_nocase?: InputMaybe; - order_starts_with?: InputMaybe; - order_starts_with_nocase?: InputMaybe; - order_not_starts_with?: InputMaybe; - order_not_starts_with_nocase?: InputMaybe; - order_ends_with?: InputMaybe; - order_ends_with_nocase?: InputMaybe; - order_not_ends_with?: InputMaybe; - order_not_ends_with_nocase?: InputMaybe; - bridgedOwner?: InputMaybe; - bridgedOwner_not?: InputMaybe; - bridgedOwner_gt?: InputMaybe; - bridgedOwner_lt?: InputMaybe; - bridgedOwner_gte?: InputMaybe; - bridgedOwner_lte?: InputMaybe; - bridgedOwner_in?: InputMaybe; - bridgedOwner_not_in?: InputMaybe; - bridgedOwner_contains?: InputMaybe; - bridgedOwner_contains_nocase?: InputMaybe; - bridgedOwner_not_contains?: InputMaybe; - bridgedOwner_not_contains_nocase?: InputMaybe; - bridgedOwner_starts_with?: InputMaybe; - bridgedOwner_starts_with_nocase?: InputMaybe; - bridgedOwner_not_starts_with?: InputMaybe; - bridgedOwner_not_starts_with_nocase?: InputMaybe; - bridgedOwner_ends_with?: InputMaybe; - bridgedOwner_ends_with_nocase?: InputMaybe; - bridgedOwner_not_ends_with?: InputMaybe; - bridgedOwner_not_ends_with_nocase?: InputMaybe; + wonder?: InputMaybe; + wonder_not?: InputMaybe; + wonder_gt?: InputMaybe; + wonder_lt?: InputMaybe; + wonder_gte?: InputMaybe; + wonder_lte?: InputMaybe; + wonder_in?: InputMaybe; + wonder_not_in?: InputMaybe; + wonder_contains?: InputMaybe; + wonder_contains_nocase?: InputMaybe; + wonder_not_contains?: InputMaybe; + wonder_not_contains_nocase?: InputMaybe; + wonder_starts_with?: InputMaybe; + wonder_starts_with_nocase?: InputMaybe; + wonder_not_starts_with?: InputMaybe; + wonder_not_starts_with_nocase?: InputMaybe; + wonder_ends_with?: InputMaybe; + wonder_ends_with_nocase?: InputMaybe; + wonder_not_ends_with?: InputMaybe; + wonder_not_ends_with_nocase?: InputMaybe; + rarityScore?: InputMaybe; + rarityScore_not?: InputMaybe; + rarityScore_gt?: InputMaybe; + rarityScore_lt?: InputMaybe; + rarityScore_gte?: InputMaybe; + rarityScore_lte?: InputMaybe; + rarityScore_in?: InputMaybe; + rarityScore_not_in?: InputMaybe; + rarityRank?: InputMaybe; + rarityRank_not?: InputMaybe; + rarityRank_gt?: InputMaybe; + rarityRank_lt?: InputMaybe; + rarityRank_gte?: InputMaybe; + rarityRank_lte?: InputMaybe; + rarityRank_in?: InputMaybe; + rarityRank_not_in?: InputMaybe; + order?: InputMaybe; + order_not?: InputMaybe; + order_gt?: InputMaybe; + order_lt?: InputMaybe; + order_gte?: InputMaybe; + order_lte?: InputMaybe; + order_in?: InputMaybe; + order_not_in?: InputMaybe; + order_contains?: InputMaybe; + order_contains_nocase?: InputMaybe; + order_not_contains?: InputMaybe; + order_not_contains_nocase?: InputMaybe; + order_starts_with?: InputMaybe; + order_starts_with_nocase?: InputMaybe; + order_not_starts_with?: InputMaybe; + order_not_starts_with_nocase?: InputMaybe; + order_ends_with?: InputMaybe; + order_ends_with_nocase?: InputMaybe; + order_not_ends_with?: InputMaybe; + order_not_ends_with_nocase?: InputMaybe; + bridgedOwner?: InputMaybe; + bridgedOwner_not?: InputMaybe; + bridgedOwner_gt?: InputMaybe; + bridgedOwner_lt?: InputMaybe; + bridgedOwner_gte?: InputMaybe; + bridgedOwner_lte?: InputMaybe; + bridgedOwner_in?: InputMaybe; + bridgedOwner_not_in?: InputMaybe; + bridgedOwner_contains?: InputMaybe; + bridgedOwner_contains_nocase?: InputMaybe; + bridgedOwner_not_contains?: InputMaybe; + bridgedOwner_not_contains_nocase?: InputMaybe; + bridgedOwner_starts_with?: InputMaybe; + bridgedOwner_starts_with_nocase?: InputMaybe; + bridgedOwner_not_starts_with?: InputMaybe; + bridgedOwner_not_starts_with_nocase?: InputMaybe; + bridgedOwner_ends_with?: InputMaybe; + bridgedOwner_ends_with_nocase?: InputMaybe; + bridgedOwner_not_ends_with?: InputMaybe; + bridgedOwner_not_ends_with_nocase?: InputMaybe; bridgedOwner_?: InputMaybe; - bridgedV2Owner?: InputMaybe; - bridgedV2Owner_not?: InputMaybe; - bridgedV2Owner_gt?: InputMaybe; - bridgedV2Owner_lt?: InputMaybe; - bridgedV2Owner_gte?: InputMaybe; - bridgedV2Owner_lte?: InputMaybe; - bridgedV2Owner_in?: InputMaybe; - bridgedV2Owner_not_in?: InputMaybe; - bridgedV2Owner_contains?: InputMaybe; - bridgedV2Owner_contains_nocase?: InputMaybe; - bridgedV2Owner_not_contains?: InputMaybe; - bridgedV2Owner_not_contains_nocase?: InputMaybe; - bridgedV2Owner_starts_with?: InputMaybe; - bridgedV2Owner_starts_with_nocase?: InputMaybe; - bridgedV2Owner_not_starts_with?: InputMaybe; - bridgedV2Owner_not_starts_with_nocase?: InputMaybe; - bridgedV2Owner_ends_with?: InputMaybe; - bridgedV2Owner_ends_with_nocase?: InputMaybe; - bridgedV2Owner_not_ends_with?: InputMaybe; - bridgedV2Owner_not_ends_with_nocase?: InputMaybe; + bridgedV2Owner?: InputMaybe; + bridgedV2Owner_not?: InputMaybe; + bridgedV2Owner_gt?: InputMaybe; + bridgedV2Owner_lt?: InputMaybe; + bridgedV2Owner_gte?: InputMaybe; + bridgedV2Owner_lte?: InputMaybe; + bridgedV2Owner_in?: InputMaybe; + bridgedV2Owner_not_in?: InputMaybe; + bridgedV2Owner_contains?: InputMaybe; + bridgedV2Owner_contains_nocase?: InputMaybe; + bridgedV2Owner_not_contains?: InputMaybe; + bridgedV2Owner_not_contains_nocase?: InputMaybe; + bridgedV2Owner_starts_with?: InputMaybe; + bridgedV2Owner_starts_with_nocase?: InputMaybe; + bridgedV2Owner_not_starts_with?: InputMaybe; + bridgedV2Owner_not_starts_with_nocase?: InputMaybe; + bridgedV2Owner_ends_with?: InputMaybe; + bridgedV2Owner_ends_with_nocase?: InputMaybe; + bridgedV2Owner_not_ends_with?: InputMaybe; + bridgedV2Owner_not_ends_with_nocase?: InputMaybe; bridgedV2Owner_?: InputMaybe; /** Filter for the block changed event. */ _change_block?: InputMaybe; @@ -1415,122 +1379,121 @@ export interface Realm_filter { } export type Realm_orderBy = - | 'id' - | 'tokenId' - | 'currentOwner' - | 'currentOwner__id' - | 'currentOwner__address' - | 'currentOwner__realmsHeld' - | 'currentOwner__bridgedRealmsHeld' - | 'currentOwner__bridgedV2RealmsHeld' - | 'currentOwner__totalRealms' - | 'currentOwner__joined' - | 'minted' - | 'name' - | 'cities' - | 'harbours' - | 'rivers' - | 'regions' - | 'resourceIds' - | 'resources' - | 'wonder' - | 'rarityScore' - | 'rarityRank' - | 'order' - | 'bridgedOwner' - | 'bridgedOwner__id' - | 'bridgedOwner__address' - | 'bridgedOwner__realmsHeld' - | 'bridgedOwner__bridgedRealmsHeld' - | 'bridgedOwner__bridgedV2RealmsHeld' - | 'bridgedOwner__totalRealms' - | 'bridgedOwner__joined' - | 'bridgedV2Owner' - | 'bridgedV2Owner__id' - | 'bridgedV2Owner__address' - | 'bridgedV2Owner__realmsHeld' - | 'bridgedV2Owner__bridgedRealmsHeld' - | 'bridgedV2Owner__bridgedV2RealmsHeld' - | 'bridgedV2Owner__totalRealms' - | 'bridgedV2Owner__joined'; + | "id" + | "tokenId" + | "currentOwner" + | "currentOwner__id" + | "currentOwner__address" + | "currentOwner__realmsHeld" + | "currentOwner__bridgedRealmsHeld" + | "currentOwner__bridgedV2RealmsHeld" + | "currentOwner__totalRealms" + | "currentOwner__joined" + | "minted" + | "name" + | "cities" + | "harbours" + | "rivers" + | "regions" + | "resourceIds" + | "resources" + | "wonder" + | "rarityScore" + | "rarityRank" + | "order" + | "bridgedOwner" + | "bridgedOwner__id" + | "bridgedOwner__address" + | "bridgedOwner__realmsHeld" + | "bridgedOwner__bridgedRealmsHeld" + | "bridgedOwner__bridgedV2RealmsHeld" + | "bridgedOwner__totalRealms" + | "bridgedOwner__joined" + | "bridgedV2Owner" + | "bridgedV2Owner__id" + | "bridgedV2Owner__address" + | "bridgedV2Owner__realmsHeld" + | "bridgedV2Owner__bridgedRealmsHeld" + | "bridgedV2Owner__bridgedV2RealmsHeld" + | "bridgedV2Owner__totalRealms" + | "bridgedV2Owner__joined"; export interface Resource { - id: Scalars['ID']; - name?: Maybe; - totalRealms?: Maybe; + id: Scalars["ID"]; + name?: Maybe; + totalRealms?: Maybe; realms: RealmResource[]; } - export interface ResourcerealmsArgs { - skip?: InputMaybe; - first?: InputMaybe; + skip?: InputMaybe; + first?: InputMaybe; orderBy?: InputMaybe; orderDirection?: InputMaybe; where?: InputMaybe; } export type ResourceName = - | 'Wood' - | 'Stone' - | 'Coal' - | 'Copper' - | 'Obsidian' - | 'Silver' - | 'Ironwood' - | 'Cold_Iron' - | 'Gold' - | 'Hartwood' - | 'Diamonds' - | 'Sapphire' - | 'Deep_Crystal' - | 'Ruby' - | 'Ignium' - | 'Ethereal_Silica' - | 'True_Ice' - | 'Twilight_Quartz' - | 'Alchemical_Silver' - | 'Adamantine' - | 'Mithral' - | 'Dragonhide'; + | "Wood" + | "Stone" + | "Coal" + | "Copper" + | "Obsidian" + | "Silver" + | "Ironwood" + | "Cold_Iron" + | "Gold" + | "Hartwood" + | "Diamonds" + | "Sapphire" + | "Deep_Crystal" + | "Ruby" + | "Ignium" + | "Ethereal_Silica" + | "True_Ice" + | "Twilight_Quartz" + | "Alchemical_Silver" + | "Adamantine" + | "Mithral" + | "Dragonhide"; export interface Resource_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; - name?: InputMaybe; - name_not?: InputMaybe; - name_gt?: InputMaybe; - name_lt?: InputMaybe; - name_gte?: InputMaybe; - name_lte?: InputMaybe; - name_in?: InputMaybe; - name_not_in?: InputMaybe; - name_contains?: InputMaybe; - name_contains_nocase?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_contains_nocase?: InputMaybe; - name_starts_with?: InputMaybe; - name_starts_with_nocase?: InputMaybe; - name_not_starts_with?: InputMaybe; - name_not_starts_with_nocase?: InputMaybe; - name_ends_with?: InputMaybe; - name_ends_with_nocase?: InputMaybe; - name_not_ends_with?: InputMaybe; - name_not_ends_with_nocase?: InputMaybe; - totalRealms?: InputMaybe; - totalRealms_not?: InputMaybe; - totalRealms_gt?: InputMaybe; - totalRealms_lt?: InputMaybe; - totalRealms_gte?: InputMaybe; - totalRealms_lte?: InputMaybe; - totalRealms_in?: InputMaybe; - totalRealms_not_in?: InputMaybe; + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe; + id_not_in?: InputMaybe; + name?: InputMaybe; + name_not?: InputMaybe; + name_gt?: InputMaybe; + name_lt?: InputMaybe; + name_gte?: InputMaybe; + name_lte?: InputMaybe; + name_in?: InputMaybe; + name_not_in?: InputMaybe; + name_contains?: InputMaybe; + name_contains_nocase?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_nocase?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_nocase?: InputMaybe; + name_not_starts_with?: InputMaybe; + name_not_starts_with_nocase?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_nocase?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_nocase?: InputMaybe; + totalRealms?: InputMaybe; + totalRealms_not?: InputMaybe; + totalRealms_gt?: InputMaybe; + totalRealms_lt?: InputMaybe; + totalRealms_gte?: InputMaybe; + totalRealms_lte?: InputMaybe; + totalRealms_in?: InputMaybe; + totalRealms_not_in?: InputMaybe; realms_?: InputMaybe; /** Filter for the block changed event. */ _change_block?: InputMaybe; @@ -1538,111 +1501,107 @@ export interface Resource_filter { or?: InputMaybe[]>; } -export type Resource_orderBy = - | 'id' - | 'name' - | 'totalRealms' - | 'realms'; +export type Resource_orderBy = "id" | "name" | "totalRealms" | "realms"; export interface Transfer { - id: Scalars['ID']; + id: Scalars["ID"]; realm?: Maybe; from: Wallet; to: Wallet; - txHash: Scalars['Bytes']; - timestamp: Scalars['BigInt']; + txHash: Scalars["Bytes"]; + timestamp: Scalars["BigInt"]; } export interface Transfer_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; - realm?: InputMaybe; - realm_not?: InputMaybe; - realm_gt?: InputMaybe; - realm_lt?: InputMaybe; - realm_gte?: InputMaybe; - realm_lte?: InputMaybe; - realm_in?: InputMaybe; - realm_not_in?: InputMaybe; - realm_contains?: InputMaybe; - realm_contains_nocase?: InputMaybe; - realm_not_contains?: InputMaybe; - realm_not_contains_nocase?: InputMaybe; - realm_starts_with?: InputMaybe; - realm_starts_with_nocase?: InputMaybe; - realm_not_starts_with?: InputMaybe; - realm_not_starts_with_nocase?: InputMaybe; - realm_ends_with?: InputMaybe; - realm_ends_with_nocase?: InputMaybe; - realm_not_ends_with?: InputMaybe; - realm_not_ends_with_nocase?: InputMaybe; + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe; + id_not_in?: InputMaybe; + realm?: InputMaybe; + realm_not?: InputMaybe; + realm_gt?: InputMaybe; + realm_lt?: InputMaybe; + realm_gte?: InputMaybe; + realm_lte?: InputMaybe; + realm_in?: InputMaybe; + realm_not_in?: InputMaybe; + realm_contains?: InputMaybe; + realm_contains_nocase?: InputMaybe; + realm_not_contains?: InputMaybe; + realm_not_contains_nocase?: InputMaybe; + realm_starts_with?: InputMaybe; + realm_starts_with_nocase?: InputMaybe; + realm_not_starts_with?: InputMaybe; + realm_not_starts_with_nocase?: InputMaybe; + realm_ends_with?: InputMaybe; + realm_ends_with_nocase?: InputMaybe; + realm_not_ends_with?: InputMaybe; + realm_not_ends_with_nocase?: InputMaybe; realm_?: InputMaybe; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe; - from_not_in?: InputMaybe; - from_contains?: InputMaybe; - from_contains_nocase?: InputMaybe; - from_not_contains?: InputMaybe; - from_not_contains_nocase?: InputMaybe; - from_starts_with?: InputMaybe; - from_starts_with_nocase?: InputMaybe; - from_not_starts_with?: InputMaybe; - from_not_starts_with_nocase?: InputMaybe; - from_ends_with?: InputMaybe; - from_ends_with_nocase?: InputMaybe; - from_not_ends_with?: InputMaybe; - from_not_ends_with_nocase?: InputMaybe; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe; + from_not_in?: InputMaybe; + from_contains?: InputMaybe; + from_contains_nocase?: InputMaybe; + from_not_contains?: InputMaybe; + from_not_contains_nocase?: InputMaybe; + from_starts_with?: InputMaybe; + from_starts_with_nocase?: InputMaybe; + from_not_starts_with?: InputMaybe; + from_not_starts_with_nocase?: InputMaybe; + from_ends_with?: InputMaybe; + from_ends_with_nocase?: InputMaybe; + from_not_ends_with?: InputMaybe; + from_not_ends_with_nocase?: InputMaybe; from_?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe; - to_not_in?: InputMaybe; - to_contains?: InputMaybe; - to_contains_nocase?: InputMaybe; - to_not_contains?: InputMaybe; - to_not_contains_nocase?: InputMaybe; - to_starts_with?: InputMaybe; - to_starts_with_nocase?: InputMaybe; - to_not_starts_with?: InputMaybe; - to_not_starts_with_nocase?: InputMaybe; - to_ends_with?: InputMaybe; - to_ends_with_nocase?: InputMaybe; - to_not_ends_with?: InputMaybe; - to_not_ends_with_nocase?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe; + to_not_in?: InputMaybe; + to_contains?: InputMaybe; + to_contains_nocase?: InputMaybe; + to_not_contains?: InputMaybe; + to_not_contains_nocase?: InputMaybe; + to_starts_with?: InputMaybe; + to_starts_with_nocase?: InputMaybe; + to_not_starts_with?: InputMaybe; + to_not_starts_with_nocase?: InputMaybe; + to_ends_with?: InputMaybe; + to_ends_with_nocase?: InputMaybe; + to_not_ends_with?: InputMaybe; + to_not_ends_with_nocase?: InputMaybe; to_?: InputMaybe; - txHash?: InputMaybe; - txHash_not?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_in?: InputMaybe; - txHash_not_in?: InputMaybe; - txHash_contains?: InputMaybe; - txHash_not_contains?: 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; + txHash?: InputMaybe; + txHash_not?: InputMaybe; + txHash_gt?: InputMaybe; + txHash_lt?: InputMaybe; + txHash_gte?: InputMaybe; + txHash_lte?: InputMaybe; + txHash_in?: InputMaybe; + txHash_not_in?: InputMaybe; + txHash_contains?: InputMaybe; + txHash_not_contains?: 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; /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe[]>; @@ -1650,119 +1609,118 @@ export interface Transfer_filter { } export type Transfer_orderBy = - | 'id' - | 'realm' - | 'realm__id' - | 'realm__tokenId' - | 'realm__minted' - | 'realm__name' - | 'realm__cities' - | 'realm__harbours' - | 'realm__rivers' - | 'realm__regions' - | 'realm__wonder' - | 'realm__rarityScore' - | 'realm__rarityRank' - | 'realm__order' - | 'from' - | 'from__id' - | 'from__address' - | 'from__realmsHeld' - | 'from__bridgedRealmsHeld' - | 'from__bridgedV2RealmsHeld' - | 'from__totalRealms' - | 'from__joined' - | 'to' - | 'to__id' - | 'to__address' - | 'to__realmsHeld' - | 'to__bridgedRealmsHeld' - | 'to__bridgedV2RealmsHeld' - | 'to__totalRealms' - | 'to__joined' - | 'txHash' - | 'timestamp'; + | "id" + | "realm" + | "realm__id" + | "realm__tokenId" + | "realm__minted" + | "realm__name" + | "realm__cities" + | "realm__harbours" + | "realm__rivers" + | "realm__regions" + | "realm__wonder" + | "realm__rarityScore" + | "realm__rarityRank" + | "realm__order" + | "from" + | "from__id" + | "from__address" + | "from__realmsHeld" + | "from__bridgedRealmsHeld" + | "from__bridgedV2RealmsHeld" + | "from__totalRealms" + | "from__joined" + | "to" + | "to__id" + | "to__address" + | "to__realmsHeld" + | "to__bridgedRealmsHeld" + | "to__bridgedV2RealmsHeld" + | "to__totalRealms" + | "to__joined" + | "txHash" + | "timestamp"; export interface Wallet { - id: Scalars['ID']; - address: Scalars['Bytes']; + id: Scalars["ID"]; + address: Scalars["Bytes"]; realms?: Maybe; - realmsHeld: Scalars['BigInt']; - bridgedRealmsHeld: Scalars['BigInt']; - bridgedV2RealmsHeld: Scalars['BigInt']; - totalRealms: Scalars['BigInt']; - joined: Scalars['BigInt']; + realmsHeld: Scalars["BigInt"]; + bridgedRealmsHeld: Scalars["BigInt"]; + bridgedV2RealmsHeld: Scalars["BigInt"]; + totalRealms: Scalars["BigInt"]; + joined: Scalars["BigInt"]; } - export interface WalletrealmsArgs { - skip?: InputMaybe; - first?: InputMaybe; + skip?: InputMaybe; + first?: InputMaybe; orderBy?: InputMaybe; orderDirection?: InputMaybe; where?: InputMaybe; } export interface Wallet_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; - 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; + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe; + id_not_in?: 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; realms_?: InputMaybe; - realmsHeld?: InputMaybe; - realmsHeld_not?: InputMaybe; - realmsHeld_gt?: InputMaybe; - realmsHeld_lt?: InputMaybe; - realmsHeld_gte?: InputMaybe; - realmsHeld_lte?: InputMaybe; - realmsHeld_in?: InputMaybe; - realmsHeld_not_in?: InputMaybe; - bridgedRealmsHeld?: InputMaybe; - bridgedRealmsHeld_not?: InputMaybe; - bridgedRealmsHeld_gt?: InputMaybe; - bridgedRealmsHeld_lt?: InputMaybe; - bridgedRealmsHeld_gte?: InputMaybe; - bridgedRealmsHeld_lte?: InputMaybe; - bridgedRealmsHeld_in?: InputMaybe; - bridgedRealmsHeld_not_in?: InputMaybe; - bridgedV2RealmsHeld?: InputMaybe; - bridgedV2RealmsHeld_not?: InputMaybe; - bridgedV2RealmsHeld_gt?: InputMaybe; - bridgedV2RealmsHeld_lt?: InputMaybe; - bridgedV2RealmsHeld_gte?: InputMaybe; - bridgedV2RealmsHeld_lte?: InputMaybe; - bridgedV2RealmsHeld_in?: InputMaybe; - bridgedV2RealmsHeld_not_in?: InputMaybe; - totalRealms?: InputMaybe; - totalRealms_not?: InputMaybe; - totalRealms_gt?: InputMaybe; - totalRealms_lt?: InputMaybe; - totalRealms_gte?: InputMaybe; - totalRealms_lte?: InputMaybe; - totalRealms_in?: InputMaybe; - totalRealms_not_in?: InputMaybe; - joined?: InputMaybe; - joined_not?: InputMaybe; - joined_gt?: InputMaybe; - joined_lt?: InputMaybe; - joined_gte?: InputMaybe; - joined_lte?: InputMaybe; - joined_in?: InputMaybe; - joined_not_in?: InputMaybe; + realmsHeld?: InputMaybe; + realmsHeld_not?: InputMaybe; + realmsHeld_gt?: InputMaybe; + realmsHeld_lt?: InputMaybe; + realmsHeld_gte?: InputMaybe; + realmsHeld_lte?: InputMaybe; + realmsHeld_in?: InputMaybe; + realmsHeld_not_in?: InputMaybe; + bridgedRealmsHeld?: InputMaybe; + bridgedRealmsHeld_not?: InputMaybe; + bridgedRealmsHeld_gt?: InputMaybe; + bridgedRealmsHeld_lt?: InputMaybe; + bridgedRealmsHeld_gte?: InputMaybe; + bridgedRealmsHeld_lte?: InputMaybe; + bridgedRealmsHeld_in?: InputMaybe; + bridgedRealmsHeld_not_in?: InputMaybe; + bridgedV2RealmsHeld?: InputMaybe; + bridgedV2RealmsHeld_not?: InputMaybe; + bridgedV2RealmsHeld_gt?: InputMaybe; + bridgedV2RealmsHeld_lt?: InputMaybe; + bridgedV2RealmsHeld_gte?: InputMaybe; + bridgedV2RealmsHeld_lte?: InputMaybe; + bridgedV2RealmsHeld_in?: InputMaybe; + bridgedV2RealmsHeld_not_in?: InputMaybe; + totalRealms?: InputMaybe; + totalRealms_not?: InputMaybe; + totalRealms_gt?: InputMaybe; + totalRealms_lt?: InputMaybe; + totalRealms_gte?: InputMaybe; + totalRealms_lte?: InputMaybe; + totalRealms_in?: InputMaybe; + totalRealms_not_in?: InputMaybe; + joined?: InputMaybe; + joined_not?: InputMaybe; + joined_gt?: InputMaybe; + joined_lt?: InputMaybe; + joined_gte?: InputMaybe; + joined_lte?: InputMaybe; + joined_in?: InputMaybe; + joined_not_in?: InputMaybe; /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe[]>; @@ -1770,21 +1728,20 @@ export interface Wallet_filter { } export type Wallet_orderBy = - | 'id' - | 'address' - | 'realms' - | 'realmsHeld' - | 'bridgedRealmsHeld' - | 'bridgedV2RealmsHeld' - | 'totalRealms' - | 'joined'; + | "id" + | "address" + | "realms" + | "realmsHeld" + | "bridgedRealmsHeld" + | "bridgedV2RealmsHeld" + | "totalRealms" + | "joined"; export type WithIndex = TObject & Record; export type ResolversObject = WithIndex; export type ResolverTypeWrapper = Promise | T; - export interface ResolverWithResolve { resolve: ResolverFn; } @@ -1798,7 +1755,9 @@ export interface NewStitchingResolver { selectionSet: string | ((fieldNode: FieldNode) => SelectionSetNode); resolve: ResolverFn; } -export type StitchingResolver = LegacyStitchingResolver | NewStitchingResolver; +export type StitchingResolver = + | LegacyStitchingResolver + | NewStitchingResolver; export type Resolver = | ResolverFn | ResolverWithResolve @@ -1808,26 +1767,42 @@ export type ResolverFn = ( parent: TParent, args: TArgs, context: TContext, - info: GraphQLResolveInfo + info: GraphQLResolveInfo, ) => Promise | TResult; export type SubscriptionSubscribeFn = ( parent: TParent, args: TArgs, context: TContext, - info: GraphQLResolveInfo + info: GraphQLResolveInfo, ) => AsyncIterable | Promise>; export type SubscriptionResolveFn = ( parent: TParent, args: TArgs, context: TContext, - info: GraphQLResolveInfo + info: GraphQLResolveInfo, ) => TResult | Promise; -export interface SubscriptionSubscriberObject { - subscribe: SubscriptionSubscribeFn<{ [key in TKey]: TResult }, TParent, TContext, TArgs>; - resolve?: SubscriptionResolveFn; +export interface SubscriptionSubscriberObject< + TResult, + TKey extends string, + TParent, + TContext, + TArgs, +> { + subscribe: SubscriptionSubscribeFn< + { [key in TKey]: TResult }, + TParent, + TContext, + TArgs + >; + resolve?: SubscriptionResolveFn< + TResult, + { [key in TKey]: TResult }, + TContext, + TArgs + >; } export interface SubscriptionResolverObject { @@ -1835,63 +1810,84 @@ export interface SubscriptionResolverObject { resolve: SubscriptionResolveFn; } -export type SubscriptionObject = +export type SubscriptionObject< + TResult, + TKey extends string, + TParent, + TContext, + TArgs, +> = | SubscriptionSubscriberObject | SubscriptionResolverObject; -export type SubscriptionResolver = - | ((...args: any[]) => SubscriptionObject) +export type SubscriptionResolver< + TResult, + TKey extends string, + TParent = {}, + TContext = {}, + TArgs = {}, +> = + | (( + ...args: any[] + ) => SubscriptionObject) | SubscriptionObject; export type TypeResolveFn = ( parent: TParent, context: TContext, - info: GraphQLResolveInfo + info: GraphQLResolveInfo, ) => Maybe | Promise>; -export type IsTypeOfResolverFn = (obj: T, context: TContext, info: GraphQLResolveInfo) => boolean | Promise; +export type IsTypeOfResolverFn = ( + obj: T, + context: TContext, + info: GraphQLResolveInfo, +) => boolean | Promise; export type NextResolverFn = () => Promise; -export type DirectiveResolverFn = ( +export type DirectiveResolverFn< + TResult = {}, + TParent = {}, + TContext = {}, + TArgs = {}, +> = ( next: NextResolverFn, parent: TParent, args: TArgs, context: TContext, - info: GraphQLResolveInfo + info: GraphQLResolveInfo, ) => TResult | Promise; - - /** Mapping between all available schema types and the resolvers types */ export type ResolversTypes = ResolversObject<{ Query: ResolverTypeWrapper<{}>; L2Deposit: ResolverTypeWrapper; - String: ResolverTypeWrapper; - Decimal: ResolverTypeWrapper; - DateTime: ResolverTypeWrapper; - Int: ResolverTypeWrapper; + String: ResolverTypeWrapper; + Decimal: ResolverTypeWrapper; + DateTime: ResolverTypeWrapper; + Int: ResolverTypeWrapper; WhereFilterForTransaction: WhereFilterForTransaction; L2Withdrawal: ResolverTypeWrapper; WhereFilterForWithdrawals: WhereFilterForWithdrawals; Beast: ResolverTypeWrapper; WhereFilterForBeasts: WhereFilterForBeasts; - Boolean: ResolverTypeWrapper; + Boolean: ResolverTypeWrapper; Subscription: ResolverTypeWrapper<{}>; - BigDecimal: ResolverTypeWrapper; - BigInt: ResolverTypeWrapper; + BigDecimal: ResolverTypeWrapper; + BigInt: ResolverTypeWrapper; BlockChangedFilter: BlockChangedFilter; Block_height: Block_height; - Bytes: ResolverTypeWrapper; + Bytes: ResolverTypeWrapper; Deposit: ResolverTypeWrapper; DepositEvent: ResolverTypeWrapper; DepositEvent_filter: DepositEvent_filter; DepositEvent_orderBy: DepositEvent_orderBy; Deposit_filter: Deposit_filter; Deposit_orderBy: Deposit_orderBy; - Float: ResolverTypeWrapper; - ID: ResolverTypeWrapper; - Int8: ResolverTypeWrapper; + Float: ResolverTypeWrapper; + ID: ResolverTypeWrapper; + Int8: ResolverTypeWrapper; OrderDirection: OrderDirection; Token: ResolverTypeWrapper; Token_filter: Token_filter; @@ -1929,29 +1925,29 @@ export type ResolversTypes = ResolversObject<{ export type ResolversParentTypes = ResolversObject<{ Query: {}; L2Deposit: L2Deposit; - String: Scalars['String']; - Decimal: Scalars['Decimal']; - DateTime: Scalars['DateTime']; - Int: Scalars['Int']; + String: Scalars["String"]; + Decimal: Scalars["Decimal"]; + DateTime: Scalars["DateTime"]; + Int: Scalars["Int"]; WhereFilterForTransaction: WhereFilterForTransaction; L2Withdrawal: L2Withdrawal; WhereFilterForWithdrawals: WhereFilterForWithdrawals; Beast: Beast; WhereFilterForBeasts: WhereFilterForBeasts; - Boolean: Scalars['Boolean']; + Boolean: Scalars["Boolean"]; Subscription: {}; - BigDecimal: Scalars['BigDecimal']; - BigInt: Scalars['BigInt']; + BigDecimal: Scalars["BigDecimal"]; + BigInt: Scalars["BigInt"]; BlockChangedFilter: BlockChangedFilter; Block_height: Block_height; - Bytes: Scalars['Bytes']; + Bytes: Scalars["Bytes"]; Deposit: Deposit; DepositEvent: DepositEvent; DepositEvent_filter: DepositEvent_filter; Deposit_filter: Deposit_filter; - Float: Scalars['Float']; - ID: Scalars['ID']; - Int8: Scalars['Int8']; + Float: Scalars["Float"]; + ID: Scalars["ID"]; + Int8: Scalars["Int8"]; Token: Token; Token_filter: Token_filter; Withdrawal: Withdrawal; @@ -1972,254 +1968,691 @@ export type ResolversParentTypes = ResolversObject<{ Wallet_filter: Wallet_filter; }>; -export interface entityDirectiveArgs { } +export interface entityDirectiveArgs {} -export type entityDirectiveResolver = DirectiveResolverFn; +export type entityDirectiveResolver< + Result, + Parent, + ContextType = MeshContext, + Args = entityDirectiveArgs, +> = DirectiveResolverFn; export interface subgraphIdDirectiveArgs { - id: Scalars['String']; + id: Scalars["String"]; } -export type subgraphIdDirectiveResolver = DirectiveResolverFn; +export type subgraphIdDirectiveResolver< + Result, + Parent, + ContextType = MeshContext, + Args = subgraphIdDirectiveArgs, +> = DirectiveResolverFn; export interface derivedFromDirectiveArgs { - field: Scalars['String']; -} - -export type derivedFromDirectiveResolver = DirectiveResolverFn; - -export type QueryResolvers = ResolversObject<{ - l2deposits?: Resolver>; - deposit?: Resolver, ParentType, ContextType, RequireFields>; - l2withdrawals?: Resolver>; - beasts?: Resolver>; - depositEvent?: Resolver, ParentType, ContextType, RequireFields>; - depositEvents?: Resolver>; - deposits?: Resolver>; - withdrawalEvent?: Resolver, ParentType, ContextType, RequireFields>; - withdrawalEvents?: Resolver>; - withdrawal?: Resolver, ParentType, ContextType, RequireFields>; - withdrawals?: Resolver>; - token?: Resolver, ParentType, ContextType, RequireFields>; - tokens?: Resolver>; - _meta?: Resolver, ParentType, ContextType, Partial>; - resource?: Resolver, ParentType, ContextType, RequireFields>; - resources?: Resolver>; - realm?: Resolver, ParentType, ContextType, RequireFields>; - realms?: Resolver>; - realmResource?: Resolver, ParentType, ContextType, RequireFields>; - realmResources?: Resolver>; - wallet?: Resolver, ParentType, ContextType, RequireFields>; - wallets?: Resolver>; - transfer?: Resolver, ParentType, ContextType, RequireFields>; - transfers?: Resolver>; + field: Scalars["String"]; +} + +export type derivedFromDirectiveResolver< + Result, + Parent, + ContextType = MeshContext, + Args = derivedFromDirectiveArgs, +> = DirectiveResolverFn; + +export type QueryResolvers< + ContextType = MeshContext, + ParentType extends + ResolversParentTypes["Query"] = ResolversParentTypes["Query"], +> = ResolversObject<{ + l2deposits?: Resolver< + ResolversTypes["L2Deposit"][], + ParentType, + ContextType, + RequireFields< + Queryl2depositsArgs, + "first" | "skip" | "orderBy" | "orderByDirection" | "where" + > + >; + deposit?: Resolver< + Maybe, + ParentType, + ContextType, + RequireFields + >; + l2withdrawals?: Resolver< + ResolversTypes["L2Withdrawal"][], + ParentType, + ContextType, + RequireFields< + Queryl2withdrawalsArgs, + "first" | "skip" | "orderBy" | "orderByDirection" | "where" + > + >; + beasts?: Resolver< + ResolversTypes["Beast"][], + ParentType, + ContextType, + RequireFields< + QuerybeastsArgs, + "first" | "skip" | "orderBy" | "orderByDirection" | "where" + > + >; + depositEvent?: Resolver< + Maybe, + ParentType, + ContextType, + RequireFields + >; + depositEvents?: Resolver< + ResolversTypes["DepositEvent"][], + ParentType, + ContextType, + RequireFields + >; + deposits?: Resolver< + ResolversTypes["Deposit"][], + ParentType, + ContextType, + RequireFields + >; + withdrawalEvent?: Resolver< + Maybe, + ParentType, + ContextType, + RequireFields + >; + withdrawalEvents?: Resolver< + ResolversTypes["WithdrawalEvent"][], + ParentType, + ContextType, + RequireFields + >; + withdrawal?: Resolver< + Maybe, + ParentType, + ContextType, + RequireFields + >; + withdrawals?: Resolver< + ResolversTypes["Withdrawal"][], + ParentType, + ContextType, + RequireFields + >; + token?: Resolver< + Maybe, + ParentType, + ContextType, + RequireFields + >; + tokens?: Resolver< + ResolversTypes["Token"][], + ParentType, + ContextType, + RequireFields + >; + _meta?: Resolver< + Maybe, + ParentType, + ContextType, + Partial + >; + resource?: Resolver< + Maybe, + ParentType, + ContextType, + RequireFields + >; + resources?: Resolver< + ResolversTypes["Resource"][], + ParentType, + ContextType, + RequireFields + >; + realm?: Resolver< + Maybe, + ParentType, + ContextType, + RequireFields + >; + realms?: Resolver< + ResolversTypes["Realm"][], + ParentType, + ContextType, + RequireFields + >; + realmResource?: Resolver< + Maybe, + ParentType, + ContextType, + RequireFields + >; + realmResources?: Resolver< + ResolversTypes["RealmResource"][], + ParentType, + ContextType, + RequireFields + >; + wallet?: Resolver< + Maybe, + ParentType, + ContextType, + RequireFields + >; + wallets?: Resolver< + ResolversTypes["Wallet"][], + ParentType, + ContextType, + RequireFields + >; + transfer?: Resolver< + Maybe, + ParentType, + ContextType, + RequireFields + >; + transfers?: Resolver< + ResolversTypes["Transfer"][], + ParentType, + ContextType, + RequireFields + >; }>; -export type L2DepositResolvers = ResolversObject<{ - id?: Resolver; - l2Recipient?: Resolver; - amount?: Resolver; - timestamp?: Resolver; - hash?: Resolver; +export type L2DepositResolvers< + ContextType = MeshContext, + ParentType extends + ResolversParentTypes["L2Deposit"] = ResolversParentTypes["L2Deposit"], +> = ResolversObject<{ + id?: Resolver; + l2Recipient?: Resolver; + amount?: Resolver; + timestamp?: Resolver; + hash?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface DecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'Decimal'; +export interface DecimalScalarConfig + extends GraphQLScalarTypeConfig { + name: "Decimal"; } -export interface DateTimeScalarConfig extends GraphQLScalarTypeConfig { - name: 'DateTime'; +export interface DateTimeScalarConfig + extends GraphQLScalarTypeConfig { + name: "DateTime"; } -export type L2WithdrawalResolvers = ResolversObject<{ - id?: Resolver; - l1Recipient?: Resolver; - l2Sender?: Resolver; - amount?: Resolver; - timestamp?: Resolver; - hash?: Resolver; +export type L2WithdrawalResolvers< + ContextType = MeshContext, + ParentType extends + ResolversParentTypes["L2Withdrawal"] = ResolversParentTypes["L2Withdrawal"], +> = ResolversObject<{ + id?: Resolver; + l1Recipient?: Resolver; + l2Sender?: Resolver; + amount?: Resolver; + timestamp?: Resolver; + hash?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type BeastResolvers = ResolversObject<{ - id?: Resolver; - name?: Resolver, ParentType, ContextType>; - image?: Resolver, ParentType, ContextType>; - level?: Resolver, ParentType, ContextType>; - tier?: Resolver, ParentType, ContextType>; - prefix?: Resolver, ParentType, ContextType>; - suffix?: Resolver, ParentType, ContextType>; - owner?: Resolver; +export type BeastResolvers< + ContextType = MeshContext, + ParentType extends + ResolversParentTypes["Beast"] = ResolversParentTypes["Beast"], +> = ResolversObject<{ + id?: Resolver; + name?: Resolver, ParentType, ContextType>; + image?: Resolver, ParentType, ContextType>; + level?: Resolver, ParentType, ContextType>; + tier?: Resolver, ParentType, ContextType>; + prefix?: Resolver, ParentType, ContextType>; + suffix?: Resolver, ParentType, ContextType>; + owner?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type SubscriptionResolvers = ResolversObject<{ - depositEvent?: SubscriptionResolver, "depositEvent", ParentType, ContextType, RequireFields>; - depositEvents?: SubscriptionResolver>; - deposit?: SubscriptionResolver, "deposit", ParentType, ContextType, RequireFields>; - deposits?: SubscriptionResolver>; - withdrawalEvent?: SubscriptionResolver, "withdrawalEvent", ParentType, ContextType, RequireFields>; - withdrawalEvents?: SubscriptionResolver>; - withdrawal?: SubscriptionResolver, "withdrawal", ParentType, ContextType, RequireFields>; - withdrawals?: SubscriptionResolver>; - token?: SubscriptionResolver, "token", ParentType, ContextType, RequireFields>; - tokens?: SubscriptionResolver>; - _meta?: SubscriptionResolver, "_meta", ParentType, ContextType, Partial>; - resource?: SubscriptionResolver, "resource", ParentType, ContextType, RequireFields>; - resources?: SubscriptionResolver>; - realm?: SubscriptionResolver, "realm", ParentType, ContextType, RequireFields>; - realms?: SubscriptionResolver>; - realmResource?: SubscriptionResolver, "realmResource", ParentType, ContextType, RequireFields>; - realmResources?: SubscriptionResolver>; - wallet?: SubscriptionResolver, "wallet", ParentType, ContextType, RequireFields>; - wallets?: SubscriptionResolver>; - transfer?: SubscriptionResolver, "transfer", ParentType, ContextType, RequireFields>; - transfers?: SubscriptionResolver>; +export type SubscriptionResolvers< + ContextType = MeshContext, + ParentType extends + ResolversParentTypes["Subscription"] = ResolversParentTypes["Subscription"], +> = ResolversObject<{ + depositEvent?: SubscriptionResolver< + Maybe, + "depositEvent", + ParentType, + ContextType, + RequireFields + >; + depositEvents?: SubscriptionResolver< + ResolversTypes["DepositEvent"][], + "depositEvents", + ParentType, + ContextType, + RequireFields< + SubscriptiondepositEventsArgs, + "skip" | "first" | "subgraphError" + > + >; + deposit?: SubscriptionResolver< + Maybe, + "deposit", + ParentType, + ContextType, + RequireFields + >; + deposits?: SubscriptionResolver< + ResolversTypes["Deposit"][], + "deposits", + ParentType, + ContextType, + RequireFields + >; + withdrawalEvent?: SubscriptionResolver< + Maybe, + "withdrawalEvent", + ParentType, + ContextType, + RequireFields + >; + withdrawalEvents?: SubscriptionResolver< + ResolversTypes["WithdrawalEvent"][], + "withdrawalEvents", + ParentType, + ContextType, + RequireFields< + SubscriptionwithdrawalEventsArgs, + "skip" | "first" | "subgraphError" + > + >; + withdrawal?: SubscriptionResolver< + Maybe, + "withdrawal", + ParentType, + ContextType, + RequireFields + >; + withdrawals?: SubscriptionResolver< + ResolversTypes["Withdrawal"][], + "withdrawals", + ParentType, + ContextType, + RequireFields< + SubscriptionwithdrawalsArgs, + "skip" | "first" | "subgraphError" + > + >; + token?: SubscriptionResolver< + Maybe, + "token", + ParentType, + ContextType, + RequireFields + >; + tokens?: SubscriptionResolver< + ResolversTypes["Token"][], + "tokens", + ParentType, + ContextType, + RequireFields + >; + _meta?: SubscriptionResolver< + Maybe, + "_meta", + ParentType, + ContextType, + Partial + >; + resource?: SubscriptionResolver< + Maybe, + "resource", + ParentType, + ContextType, + RequireFields + >; + resources?: SubscriptionResolver< + ResolversTypes["Resource"][], + "resources", + ParentType, + ContextType, + RequireFields + >; + realm?: SubscriptionResolver< + Maybe, + "realm", + ParentType, + ContextType, + RequireFields + >; + realms?: SubscriptionResolver< + ResolversTypes["Realm"][], + "realms", + ParentType, + ContextType, + RequireFields + >; + realmResource?: SubscriptionResolver< + Maybe, + "realmResource", + ParentType, + ContextType, + RequireFields + >; + realmResources?: SubscriptionResolver< + ResolversTypes["RealmResource"][], + "realmResources", + ParentType, + ContextType, + RequireFields< + SubscriptionrealmResourcesArgs, + "skip" | "first" | "subgraphError" + > + >; + wallet?: SubscriptionResolver< + Maybe, + "wallet", + ParentType, + ContextType, + RequireFields + >; + wallets?: SubscriptionResolver< + ResolversTypes["Wallet"][], + "wallets", + ParentType, + ContextType, + RequireFields + >; + transfer?: SubscriptionResolver< + Maybe, + "transfer", + ParentType, + ContextType, + RequireFields + >; + transfers?: SubscriptionResolver< + ResolversTypes["Transfer"][], + "transfers", + ParentType, + ContextType, + RequireFields + >; }>; -export interface BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'BigDecimal'; -} - -export interface BigIntScalarConfig extends GraphQLScalarTypeConfig { - name: 'BigInt'; -} - -export interface BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'Bytes'; -} - -export type DepositResolvers = ResolversObject<{ - id?: Resolver; - depositEvents?: Resolver>; - l1Sender?: Resolver; - l2Recipient?: Resolver; - createdTimestamp?: Resolver, ParentType, ContextType>; +export interface BigDecimalScalarConfig + extends GraphQLScalarTypeConfig { + name: "BigDecimal"; +} + +export interface BigIntScalarConfig + extends GraphQLScalarTypeConfig { + name: "BigInt"; +} + +export interface BytesScalarConfig + extends GraphQLScalarTypeConfig { + name: "Bytes"; +} + +export type DepositResolvers< + ContextType = MeshContext, + ParentType extends + ResolversParentTypes["Deposit"] = ResolversParentTypes["Deposit"], +> = ResolversObject<{ + id?: Resolver; + depositEvents?: Resolver< + ResolversTypes["DepositEvent"][], + ParentType, + ContextType, + RequireFields + >; + l1Sender?: Resolver; + l2Recipient?: Resolver; + createdTimestamp?: Resolver< + Maybe, + ParentType, + ContextType + >; __isTypeOf?: IsTypeOfResolverFn; }>; -export type DepositEventResolvers = ResolversObject<{ - id?: Resolver; - bridgeAddressL1?: Resolver; - bridgeAddressL2?: Resolver; - amount?: Resolver; - status?: Resolver; - payload?: Resolver, ParentType, ContextType>; - nonce?: Resolver, ParentType, ContextType>; - createdAtBlock?: Resolver; - createdTxHash?: Resolver; - finishedAtBlock?: Resolver, ParentType, ContextType>; - finishedAtDate?: Resolver, ParentType, ContextType>; - finishedTxHash?: Resolver, ParentType, ContextType>; +export type DepositEventResolvers< + ContextType = MeshContext, + ParentType extends + ResolversParentTypes["DepositEvent"] = ResolversParentTypes["DepositEvent"], +> = ResolversObject<{ + id?: Resolver; + bridgeAddressL1?: Resolver; + bridgeAddressL2?: Resolver; + amount?: Resolver; + status?: Resolver; + payload?: Resolver< + Maybe, + ParentType, + ContextType + >; + nonce?: Resolver, ParentType, ContextType>; + createdAtBlock?: Resolver; + createdTxHash?: Resolver; + finishedAtBlock?: Resolver< + Maybe, + ParentType, + ContextType + >; + finishedAtDate?: Resolver< + Maybe, + ParentType, + ContextType + >; + finishedTxHash?: Resolver< + Maybe, + ParentType, + ContextType + >; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'Int8'; +export interface Int8ScalarConfig + extends GraphQLScalarTypeConfig { + name: "Int8"; } -export type TokenResolvers = ResolversObject<{ - id?: Resolver; - name?: Resolver; - symbol?: Resolver; - decimals?: Resolver; +export type TokenResolvers< + ContextType = MeshContext, + ParentType extends + ResolversParentTypes["Token"] = ResolversParentTypes["Token"], +> = ResolversObject<{ + id?: Resolver; + name?: Resolver; + symbol?: Resolver; + decimals?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type WithdrawalResolvers = ResolversObject<{ - id?: Resolver; - l1Recipient?: Resolver; - l2Sender?: Resolver; - createdTimestamp?: Resolver, ParentType, ContextType>; - withdrawalEvents?: Resolver>; +export type WithdrawalResolvers< + ContextType = MeshContext, + ParentType extends + ResolversParentTypes["Withdrawal"] = ResolversParentTypes["Withdrawal"], +> = ResolversObject<{ + id?: Resolver; + l1Recipient?: Resolver; + l2Sender?: Resolver; + createdTimestamp?: Resolver< + Maybe, + ParentType, + ContextType + >; + withdrawalEvents?: Resolver< + ResolversTypes["WithdrawalEvent"][], + ParentType, + ContextType, + RequireFields + >; __isTypeOf?: IsTypeOfResolverFn; }>; -export type WithdrawalEventResolvers = ResolversObject<{ - id?: Resolver; - bridgeAddressL1?: Resolver; - bridgeAddressL2?: Resolver; - l1Recipient?: Resolver; - amount?: Resolver; - status?: Resolver; - createdAtBlock?: Resolver; - createdTxHash?: Resolver; - finishedAtBlock?: Resolver, ParentType, ContextType>; - finishedAtDate?: Resolver, ParentType, ContextType>; - finishedTxHash?: Resolver, ParentType, ContextType>; +export type WithdrawalEventResolvers< + ContextType = MeshContext, + ParentType extends + ResolversParentTypes["WithdrawalEvent"] = ResolversParentTypes["WithdrawalEvent"], +> = ResolversObject<{ + id?: Resolver; + bridgeAddressL1?: Resolver; + bridgeAddressL2?: Resolver; + l1Recipient?: Resolver; + amount?: Resolver; + status?: Resolver; + createdAtBlock?: Resolver; + createdTxHash?: Resolver; + finishedAtBlock?: Resolver< + Maybe, + ParentType, + ContextType + >; + finishedAtDate?: Resolver< + Maybe, + ParentType, + ContextType + >; + finishedTxHash?: Resolver< + Maybe, + ParentType, + ContextType + >; __isTypeOf?: IsTypeOfResolverFn; }>; -export type _Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; +export type _Block_Resolvers< + ContextType = MeshContext, + ParentType extends + ResolversParentTypes["_Block_"] = ResolversParentTypes["_Block_"], +> = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type _Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; +export type _Meta_Resolvers< + ContextType = MeshContext, + ParentType extends + ResolversParentTypes["_Meta_"] = ResolversParentTypes["_Meta_"], +> = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver< + ResolversTypes["Boolean"], + ParentType, + ContextType + >; __isTypeOf?: IsTypeOfResolverFn; }>; -export type RealmResolvers = ResolversObject<{ - id?: Resolver; - tokenId?: Resolver; - currentOwner?: Resolver; - minted?: Resolver; - name?: Resolver, ParentType, ContextType>; - cities?: Resolver; - harbours?: Resolver; - rivers?: Resolver; - regions?: Resolver; - resourceIds?: Resolver; - resources?: Resolver, ParentType, ContextType, RequireFields>; - wonder?: Resolver, ParentType, ContextType>; - rarityScore?: Resolver; - rarityRank?: Resolver; - order?: Resolver, ParentType, ContextType>; - bridgedOwner?: Resolver, ParentType, ContextType>; - bridgedV2Owner?: Resolver, ParentType, ContextType>; +export type RealmResolvers< + ContextType = MeshContext, + ParentType extends + ResolversParentTypes["Realm"] = ResolversParentTypes["Realm"], +> = ResolversObject<{ + id?: Resolver; + tokenId?: Resolver; + currentOwner?: Resolver; + minted?: Resolver; + name?: Resolver, ParentType, ContextType>; + cities?: Resolver; + harbours?: Resolver; + rivers?: Resolver; + regions?: Resolver; + resourceIds?: Resolver; + resources?: Resolver< + Maybe, + ParentType, + ContextType, + RequireFields + >; + wonder?: Resolver, ParentType, ContextType>; + rarityScore?: Resolver; + rarityRank?: Resolver; + order?: Resolver, ParentType, ContextType>; + bridgedOwner?: Resolver< + Maybe, + ParentType, + ContextType + >; + bridgedV2Owner?: Resolver< + Maybe, + ParentType, + ContextType + >; __isTypeOf?: IsTypeOfResolverFn; }>; -export type RealmResourceResolvers = ResolversObject<{ - id?: Resolver; - realm?: Resolver; - resource?: Resolver; +export type RealmResourceResolvers< + ContextType = MeshContext, + ParentType extends + ResolversParentTypes["RealmResource"] = ResolversParentTypes["RealmResource"], +> = ResolversObject<{ + id?: Resolver; + realm?: Resolver; + resource?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type ResourceResolvers = ResolversObject<{ - id?: Resolver; - name?: Resolver, ParentType, ContextType>; - totalRealms?: Resolver, ParentType, ContextType>; - realms?: Resolver>; +export type ResourceResolvers< + ContextType = MeshContext, + ParentType extends + ResolversParentTypes["Resource"] = ResolversParentTypes["Resource"], +> = ResolversObject<{ + id?: Resolver; + name?: Resolver, ParentType, ContextType>; + totalRealms?: Resolver, ParentType, ContextType>; + realms?: Resolver< + ResolversTypes["RealmResource"][], + ParentType, + ContextType, + RequireFields + >; __isTypeOf?: IsTypeOfResolverFn; }>; -export type TransferResolvers = ResolversObject<{ - id?: Resolver; - realm?: Resolver, ParentType, ContextType>; - from?: Resolver; - to?: Resolver; - txHash?: Resolver; - timestamp?: Resolver; +export type TransferResolvers< + ContextType = MeshContext, + ParentType extends + ResolversParentTypes["Transfer"] = ResolversParentTypes["Transfer"], +> = ResolversObject<{ + id?: Resolver; + realm?: Resolver, ParentType, ContextType>; + from?: Resolver; + to?: Resolver; + txHash?: Resolver; + timestamp?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type WalletResolvers = ResolversObject<{ - id?: Resolver; - address?: Resolver; - realms?: Resolver, ParentType, ContextType, RequireFields>; - realmsHeld?: Resolver; - bridgedRealmsHeld?: Resolver; - bridgedV2RealmsHeld?: Resolver; - totalRealms?: Resolver; - joined?: Resolver; +export type WalletResolvers< + ContextType = MeshContext, + ParentType extends + ResolversParentTypes["Wallet"] = ResolversParentTypes["Wallet"], +> = ResolversObject<{ + id?: Resolver; + address?: Resolver; + realms?: Resolver< + Maybe, + ParentType, + ContextType, + RequireFields + >; + realmsHeld?: Resolver; + bridgedRealmsHeld?: Resolver< + ResolversTypes["BigInt"], + ParentType, + ContextType + >; + bridgedV2RealmsHeld?: Resolver< + ResolversTypes["BigInt"], + ParentType, + ContextType + >; + totalRealms?: Resolver; + joined?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; @@ -2255,110 +2688,135 @@ export type DirectiveResolvers = ResolversObject<{ derivedFrom?: derivedFromDirectiveResolver; }>; -export type MeshContext = ApibaraTypes.Context & LordsbridgeTypes.Context & L1RealmsTypes.Context & BaseMeshContext; - +export type MeshContext = ApibaraTypes.Context & + LordsbridgeTypes.Context & + L1RealmsTypes.Context & + BaseMeshContext; -import { fileURLToPath } from '@graphql-mesh/utils'; -const baseDir = pathModule.join(pathModule.dirname(fileURLToPath(import.meta.url)), '..'); +const baseDir = pathModule.join( + pathModule.dirname(fileURLToPath(import.meta.url)), + "..", +); const importFn: ImportFn = (moduleId: string) => { - const relativeModuleId = (pathModule.isAbsolute(moduleId) ? pathModule.relative(baseDir, moduleId) : moduleId).split('\\').join('/').replace(baseDir + '/', ''); - switch(relativeModuleId) { + const relativeModuleId = ( + pathModule.isAbsolute(moduleId) + ? pathModule.relative(baseDir, moduleId) + : moduleId + ) + .split("\\") + .join("/") + .replace(baseDir + "/", ""); + switch (relativeModuleId) { case ".graphclient/sources/apibara/introspectionSchema": return Promise.resolve(importedModule$0) as T; - + case ".graphclient/sources/lordsbridge/introspectionSchema": return Promise.resolve(importedModule$1) as T; - + case ".graphclient/sources/l1Realms/introspectionSchema": return Promise.resolve(importedModule$2) as T; - + default: - return Promise.reject(new Error(`Cannot find module '${relativeModuleId}'.`)); + return Promise.reject( + new Error(`Cannot find module '${relativeModuleId}'.`), + ); } }; -const rootStore = new MeshStore('.graphclient', new FsStoreStorageAdapter({ - cwd: baseDir, - importFn, - fileType: "ts", -}), { - readonly: true, - validate: false -}); - -export const rawServeConfig: YamlConfig.Config['serve'] = undefined as any +const rootStore = new MeshStore( + ".graphclient", + new FsStoreStorageAdapter({ + cwd: baseDir, + importFn, + fileType: "ts", + }), + { + readonly: true, + validate: false, + }, +); + +export const rawServeConfig: YamlConfig.Config["serve"] = undefined as any; export async function getMeshOptions(): Promise { -const pubsub = new PubSub(); -const sourcesStore = rootStore.child('sources'); -const logger = new DefaultLogger("GraphClient"); -const cache = new (MeshCache as any)({ - ...({} as any), - importFn, - store: rootStore.child('cache'), - pubsub, - logger, - }) - -const sources: MeshResolvedSource[] = []; -const transforms: MeshTransform[] = []; -const additionalEnvelopPlugins: MeshPlugin[] = []; -const lordsbridgeTransforms = []; -const apibaraTransforms = []; -const l1RealmsTransforms = []; -const additionalTypeDefs = [] as any[]; -const lordsbridgeHandler = new GraphqlHandler({ - name: "lordsbridge", - config: {"endpoint":"https://api.thegraph.com/subgraphs/name/{context.subgraphName:redbeardeth/starknet-bridge-mainnet}"}, - baseDir, - cache, - pubsub, - store: sourcesStore.child("lordsbridge"), - logger: logger.child("lordsbridge"), - importFn, - }); -const apibaraHandler = new GraphqlHandler({ - name: "apibara", - config: {"endpoint":"http://localhost:8080/{context.apibaraHandle:goerli-graphql}"}, - baseDir, - cache, - pubsub, - store: sourcesStore.child("apibara"), - logger: logger.child("apibara"), - importFn, - }); -const l1RealmsHandler = new GraphqlHandler({ - name: "l1Realms", - config: {"endpoint":"https://api.thegraph.com/subgraphs/name/{context.realmsSubgraph:bibliothecaforadventurers/realms}"}, - baseDir, - cache, - pubsub, - store: sourcesStore.child("l1Realms"), - logger: logger.child("l1Realms"), - importFn, - }); -sources[0] = { - name: 'lordsbridge', - handler: lordsbridgeHandler, - transforms: lordsbridgeTransforms - } -sources[1] = { - name: 'apibara', - handler: apibaraHandler, - transforms: apibaraTransforms - } -sources[2] = { - name: 'l1Realms', - handler: l1RealmsHandler, - transforms: l1RealmsTransforms - } -const additionalResolvers = [] as any[] -const merger = new(StitchingMerger as any)({ - cache, - pubsub, - logger: logger.child('stitchingMerger'), - store: rootStore.child('stitchingMerger') - }) + const pubsub = new PubSub(); + const sourcesStore = rootStore.child("sources"); + const logger = new DefaultLogger("GraphClient"); + const cache = new (MeshCache as any)({ + ...({} as any), + importFn, + store: rootStore.child("cache"), + pubsub, + logger, + }); + + const sources: MeshResolvedSource[] = []; + const transforms: MeshTransform[] = []; + const additionalEnvelopPlugins: MeshPlugin[] = []; + const lordsbridgeTransforms = []; + const apibaraTransforms = []; + const l1RealmsTransforms = []; + const additionalTypeDefs = [] as any[]; + const lordsbridgeHandler = new GraphqlHandler({ + name: "lordsbridge", + config: { + endpoint: + "https://api.thegraph.com/subgraphs/name/{context.subgraphName:redbeardeth/starknet-bridge-mainnet}", + }, + baseDir, + cache, + pubsub, + store: sourcesStore.child("lordsbridge"), + logger: logger.child("lordsbridge"), + importFn, + }); + const apibaraHandler = new GraphqlHandler({ + name: "apibara", + config: { + endpoint: "http://localhost:8080/{context.apibaraHandle:goerli-graphql}", + }, + baseDir, + cache, + pubsub, + store: sourcesStore.child("apibara"), + logger: logger.child("apibara"), + importFn, + }); + const l1RealmsHandler = new GraphqlHandler({ + name: "l1Realms", + config: { + endpoint: + "https://api.thegraph.com/subgraphs/name/{context.realmsSubgraph:bibliothecaforadventurers/realms}", + }, + baseDir, + cache, + pubsub, + store: sourcesStore.child("l1Realms"), + logger: logger.child("l1Realms"), + importFn, + }); + sources[0] = { + name: "lordsbridge", + handler: lordsbridgeHandler, + transforms: lordsbridgeTransforms, + }; + sources[1] = { + name: "apibara", + handler: apibaraHandler, + transforms: apibaraTransforms, + }; + sources[2] = { + name: "l1Realms", + handler: l1RealmsHandler, + transforms: l1RealmsTransforms, + }; + const additionalResolvers = [] as any[]; + const merger = new (StitchingMerger as any)({ + cache, + pubsub, + logger: logger.child("stitchingMerger"), + store: rootStore.child("stitchingMerger"), + }); return { sources, @@ -2372,297 +2830,455 @@ const merger = new(StitchingMerger as any)({ additionalEnvelopPlugins, get documents() { return [ - { - document: BeastsDocument, - get rawSDL() { - return printWithCache(BeastsDocument); + { + document: BeastsDocument, + get rawSDL() { + return printWithCache(BeastsDocument); + }, + location: "BeastsDocument.graphql", }, - location: 'BeastsDocument.graphql' - },{ - document: DepositsDocument, - get rawSDL() { - return printWithCache(DepositsDocument); + { + document: DepositsDocument, + get rawSDL() { + return printWithCache(DepositsDocument); + }, + location: "DepositsDocument.graphql", }, - location: 'DepositsDocument.graphql' - },{ - document: WalletsRealmsDocument, - get rawSDL() { - return printWithCache(WalletsRealmsDocument); + { + document: WalletsRealmsDocument, + get rawSDL() { + return printWithCache(WalletsRealmsDocument); + }, + location: "WalletsRealmsDocument.graphql", }, - location: 'WalletsRealmsDocument.graphql' - },{ - document: UsersRealmsDocument, - get rawSDL() { - return printWithCache(UsersRealmsDocument); + { + document: UsersRealmsDocument, + get rawSDL() { + return printWithCache(UsersRealmsDocument); + }, + location: "UsersRealmsDocument.graphql", }, - location: 'UsersRealmsDocument.graphql' - },{ - document: L2WithdrawalsDocument, - get rawSDL() { - return printWithCache(L2WithdrawalsDocument); + { + document: L2WithdrawalsDocument, + get rawSDL() { + return printWithCache(L2WithdrawalsDocument); + }, + location: "L2WithdrawalsDocument.graphql", }, - location: 'L2WithdrawalsDocument.graphql' - },{ - document: WithdrawalsDocument, - get rawSDL() { - return printWithCache(WithdrawalsDocument); + { + document: WithdrawalsDocument, + get rawSDL() { + return printWithCache(WithdrawalsDocument); + }, + location: "WithdrawalsDocument.graphql", }, - location: 'WithdrawalsDocument.graphql' - } - ]; + ]; }, fetchFn, }; } -export function createBuiltMeshHTTPHandler(): MeshHTTPHandler { +export function createBuiltMeshHTTPHandler< + TServerContext = {}, +>(): MeshHTTPHandler { return createMeshHTTPHandler({ baseDir, getBuiltMesh: getBuiltGraphClient, rawServeConfig: undefined, - }) + }); } - let meshInstance$: Promise | undefined; export function getBuiltGraphClient(): Promise { if (meshInstance$ == null) { - meshInstance$ = getMeshOptions().then(meshOptions => getMesh(meshOptions)).then(mesh => { - const id = mesh.pubsub.subscribe('destroy', () => { - meshInstance$ = undefined; - mesh.pubsub.unsubscribe(id); + meshInstance$ = getMeshOptions() + .then((meshOptions) => getMesh(meshOptions)) + .then((mesh) => { + const id = mesh.pubsub.subscribe("destroy", () => { + meshInstance$ = undefined; + mesh.pubsub.unsubscribe(id); + }); + return mesh; }); - return mesh; - }); } return meshInstance$; } -export const execute: ExecuteMeshFn = (...args) => getBuiltGraphClient().then(({ execute }) => execute(...args)); +export const execute: ExecuteMeshFn = (...args) => + getBuiltGraphClient().then(({ execute }) => execute(...args)); -export const subscribe: SubscribeMeshFn = (...args) => getBuiltGraphClient().then(({ subscribe }) => subscribe(...args)); -export function getBuiltGraphSDK(globalContext?: TGlobalContext) { - const sdkRequester$ = getBuiltGraphClient().then(({ sdkRequesterFactory }) => sdkRequesterFactory(globalContext)); - return getSdk((...args) => sdkRequester$.then(sdkRequester => sdkRequester(...args))); +export const subscribe: SubscribeMeshFn = (...args) => + getBuiltGraphClient().then(({ subscribe }) => subscribe(...args)); +export function getBuiltGraphSDK( + globalContext?: TGlobalContext, +) { + const sdkRequester$ = getBuiltGraphClient().then(({ sdkRequesterFactory }) => + sdkRequesterFactory(globalContext), + ); + return getSdk((...args) => + sdkRequester$.then((sdkRequester) => sdkRequester(...args)), + ); } export type BeastsQueryVariables = Exact<{ where?: InputMaybe; }>; - -export interface BeastsQuery { beasts: Pick[] } +export interface BeastsQuery { + beasts: Pick< + Beast, + "id" | "name" | "image" | "level" | "tier" | "prefix" | "suffix" | "owner" + >[]; +} export type DepositsQueryVariables = Exact<{ depositsWhere?: InputMaybe; withdrawalsWhere?: InputMaybe; }>; - -export interface DepositsQuery { deposits: (Pick - & { depositEvents: Pick[] })[], withdrawals: (Pick - & { withdrawalEvents: Pick[] })[] } +export interface DepositsQuery { + deposits: (Pick< + Deposit, + "id" | "l1Sender" | "l2Recipient" | "createdTimestamp" + > & { + depositEvents: Pick< + DepositEvent, + | "id" + | "status" + | "amount" + | "createdTxHash" + | "finishedTxHash" + | "finishedAtDate" + | "payload" + | "nonce" + >[]; + })[]; + withdrawals: (Pick< + Withdrawal, + "id" | "l2Sender" | "l1Recipient" | "createdTimestamp" + > & { + withdrawalEvents: Pick< + WithdrawalEvent, + | "id" + | "status" + | "l1Recipient" + | "amount" + | "createdTxHash" + | "finishedTxHash" + | "finishedAtDate" + >[]; + })[]; +} export type WalletsRealmsQueryVariables = Exact<{ - addresses?: InputMaybe; - first?: InputMaybe; + addresses?: InputMaybe; + first?: InputMaybe; }>; - -export interface WalletsRealmsQuery { wallets: Pick[] } +export interface WalletsRealmsQuery { + wallets: Pick< + Wallet, + "realmsHeld" | "bridgedRealmsHeld" | "bridgedV2RealmsHeld" + >[]; +} export type UsersRealmsQueryVariables = Exact<{ - address: Scalars['String']; - addressId: Scalars['ID']; - first?: InputMaybe; - skip?: InputMaybe; + address: Scalars["String"]; + addressId: Scalars["ID"]; + first?: InputMaybe; + skip?: InputMaybe; }>; - -export interface UsersRealmsQuery { realms: Pick[], bridgedRealms: Pick[], bridgedV2Realms: Pick[], wallet?: Maybe> } +export interface UsersRealmsQuery { + realms: Pick[]; + bridgedRealms: Pick[]; + bridgedV2Realms: Pick[]; + wallet?: Maybe< + Pick + >; +} export type L2WithdrawalsQueryVariables = Exact<{ where?: InputMaybe; depositsWhere?: InputMaybe; }>; - -export interface L2WithdrawalsQuery { l2withdrawals: Pick[], deposits: (Pick - & { depositEvents: Pick[] })[] } +export interface L2WithdrawalsQuery { + l2withdrawals: Pick< + L2Withdrawal, + "l2Sender" | "l1Recipient" | "amount" | "timestamp" + >[]; + deposits: (Pick< + Deposit, + "id" | "l1Sender" | "l2Recipient" | "createdTimestamp" + > & { + depositEvents: Pick< + DepositEvent, + | "id" + | "status" + | "amount" + | "createdTxHash" + | "finishedTxHash" + | "finishedAtDate" + | "payload" + | "nonce" + >[]; + })[]; +} export type WithdrawalsQueryVariables = Exact<{ where?: InputMaybe; }>; - -export interface WithdrawalsQuery { withdrawals: (Pick - & { withdrawalEvents: Pick[] })[] } - +export interface WithdrawalsQuery { + withdrawals: (Pick< + Withdrawal, + "id" | "l2Sender" | "l1Recipient" | "createdTimestamp" + > & { + withdrawalEvents: Pick< + WithdrawalEvent, + | "id" + | "status" + | "l1Recipient" + | "amount" + | "createdTxHash" + | "finishedTxHash" + | "finishedAtDate" + >[]; + })[]; +} export const BeastsDocument = gql` - query Beasts($where: WhereFilterForBeasts) { - beasts(where: $where) { - id - name - image - level - tier - prefix - suffix - owner - } -} - ` as unknown as DocumentNode; -export const DepositsDocument = gql` - query Deposits($depositsWhere: Deposit_filter, $withdrawalsWhere: Withdrawal_filter) { - deposits(where: $depositsWhere, orderBy: createdTimestamp, orderDirection: desc) { - id - l1Sender - l2Recipient - createdTimestamp - depositEvents { + query Beasts($where: WhereFilterForBeasts) { + beasts(where: $where) { id - status - amount - createdTxHash - finishedTxHash - finishedAtDate - payload - nonce + name + image + level + tier + prefix + suffix + owner } } - withdrawals( - where: $withdrawalsWhere - orderBy: createdTimestamp - orderDirection: desc +` as unknown as DocumentNode; +export const DepositsDocument = gql` + query Deposits( + $depositsWhere: Deposit_filter + $withdrawalsWhere: Withdrawal_filter ) { - id - l2Sender - l1Recipient - createdTimestamp - withdrawalEvents { + deposits( + where: $depositsWhere + orderBy: createdTimestamp + orderDirection: desc + ) { + id + l1Sender + l2Recipient + createdTimestamp + depositEvents { + id + status + amount + createdTxHash + finishedTxHash + finishedAtDate + payload + nonce + } + } + withdrawals( + where: $withdrawalsWhere + orderBy: createdTimestamp + orderDirection: desc + ) { id - status + l2Sender l1Recipient - amount - createdTxHash - finishedTxHash - finishedAtDate + createdTimestamp + withdrawalEvents { + id + status + l1Recipient + amount + createdTxHash + finishedTxHash + finishedAtDate + } } } -} - ` as unknown as DocumentNode; +` as unknown as DocumentNode; export const WalletsRealmsDocument = gql` - query WalletsRealms($addresses: [Bytes!], $first: Int) { - wallets(where: {address_in: $addresses}) { - realmsHeld - bridgedRealmsHeld - bridgedV2RealmsHeld + query WalletsRealms($addresses: [Bytes!], $first: Int) { + wallets(where: { address_in: $addresses }) { + realmsHeld + bridgedRealmsHeld + bridgedV2RealmsHeld + } } -} - ` as unknown as DocumentNode; +` as unknown as DocumentNode; export const UsersRealmsDocument = gql` - query UsersRealms($address: String!, $addressId: ID!, $first: Int, $skip: Int) { - realms(first: $first, skip: $skip, where: {currentOwner_contains: $address}) { - id - name - } - bridgedRealms: realms( - first: $first - skip: $skip - where: {bridgedOwner: $address} - ) { - id - name - } - bridgedV2Realms: realms( - first: $first - skip: $skip - where: {bridgedV2Owner: $address} + query UsersRealms( + $address: String! + $addressId: ID! + $first: Int + $skip: Int ) { - id - name - } - wallet(id: $addressId) { - realmsHeld - bridgedRealmsHeld - bridgedV2RealmsHeld + realms( + first: $first + skip: $skip + where: { currentOwner_contains: $address } + ) { + id + name + } + bridgedRealms: realms( + first: $first + skip: $skip + where: { bridgedOwner: $address } + ) { + id + name + } + bridgedV2Realms: realms( + first: $first + skip: $skip + where: { bridgedV2Owner: $address } + ) { + id + name + } + wallet(id: $addressId) { + realmsHeld + bridgedRealmsHeld + bridgedV2RealmsHeld + } } -} - ` as unknown as DocumentNode; +` as unknown as DocumentNode; export const L2WithdrawalsDocument = gql` - query L2Withdrawals($where: WhereFilterForWithdrawals, $depositsWhere: Deposit_filter) { - l2withdrawals(where: $where) { - l2Sender - l1Recipient - amount - timestamp - } - deposits(where: $depositsWhere, orderBy: createdTimestamp, orderDirection: desc) { - id - l1Sender - l2Recipient - createdTimestamp - depositEvents { - id - status + query L2Withdrawals( + $where: WhereFilterForWithdrawals + $depositsWhere: Deposit_filter + ) { + l2withdrawals(where: $where) { + l2Sender + l1Recipient amount - createdTxHash - finishedTxHash - finishedAtDate - payload - nonce + timestamp + } + deposits( + where: $depositsWhere + orderBy: createdTimestamp + orderDirection: desc + ) { + id + l1Sender + l2Recipient + createdTimestamp + depositEvents { + id + status + amount + createdTxHash + finishedTxHash + finishedAtDate + payload + nonce + } } } -} - ` as unknown as DocumentNode; +` as unknown as DocumentNode; export const WithdrawalsDocument = gql` - query Withdrawals($where: Withdrawal_filter) { - withdrawals(where: $where, orderBy: createdTimestamp, orderDirection: desc) { - id - l2Sender - l1Recipient - createdTimestamp - withdrawalEvents { + query Withdrawals($where: Withdrawal_filter) { + withdrawals( + where: $where + orderBy: createdTimestamp + orderDirection: desc + ) { id - status + l2Sender l1Recipient - amount - createdTxHash - finishedTxHash - finishedAtDate + createdTimestamp + withdrawalEvents { + id + status + l1Recipient + amount + createdTxHash + finishedTxHash + finishedAtDate + } } } -} - ` as unknown as DocumentNode; - - - - +` as unknown as DocumentNode; - - -export type Requester = (doc: DocumentNode, vars?: V, options?: C) => Promise | AsyncIterable +export type Requester = ( + doc: DocumentNode, + vars?: V, + options?: C, +) => Promise | AsyncIterable; export function getSdk(requester: Requester) { return { - Beasts(variables?: BeastsQueryVariables, options?: C): Promise { - return requester(BeastsDocument, variables, options) as Promise; + Beasts( + variables?: BeastsQueryVariables, + options?: C, + ): Promise { + return requester( + BeastsDocument, + variables, + options, + ) as Promise; }, - Deposits(variables?: DepositsQueryVariables, options?: C): Promise { - return requester(DepositsDocument, variables, options) as Promise; + Deposits( + variables?: DepositsQueryVariables, + options?: C, + ): Promise { + return requester( + DepositsDocument, + variables, + options, + ) as Promise; }, - WalletsRealms(variables?: WalletsRealmsQueryVariables, options?: C): Promise { - return requester(WalletsRealmsDocument, variables, options) as Promise; + WalletsRealms( + variables?: WalletsRealmsQueryVariables, + options?: C, + ): Promise { + return requester( + WalletsRealmsDocument, + variables, + options, + ) as Promise; }, - UsersRealms(variables: UsersRealmsQueryVariables, options?: C): Promise { - return requester(UsersRealmsDocument, variables, options) as Promise; + UsersRealms( + variables: UsersRealmsQueryVariables, + options?: C, + ): Promise { + return requester( + UsersRealmsDocument, + variables, + options, + ) as Promise; }, - L2Withdrawals(variables?: L2WithdrawalsQueryVariables, options?: C): Promise { - return requester(L2WithdrawalsDocument, variables, options) as Promise; + L2Withdrawals( + variables?: L2WithdrawalsQueryVariables, + options?: C, + ): Promise { + return requester( + L2WithdrawalsDocument, + variables, + options, + ) as Promise; + }, + Withdrawals( + variables?: WithdrawalsQueryVariables, + options?: C, + ): Promise { + return requester( + WithdrawalsDocument, + variables, + options, + ) as Promise; }, - Withdrawals(variables?: WithdrawalsQueryVariables, options?: C): Promise { - return requester(WithdrawalsDocument, variables, options) as Promise; - } }; } -export type Sdk = ReturnType; \ No newline at end of file +export type Sdk = ReturnType; diff --git a/apps/nextjs/src/.graphclient/sources/apibara/introspectionSchema.ts b/apps/nextjs/src/.graphclient/sources/apibara/introspectionSchema.ts index d15901cd..3fb07a98 100644 --- a/apps/nextjs/src/.graphclient/sources/apibara/introspectionSchema.ts +++ b/apps/nextjs/src/.graphclient/sources/apibara/introspectionSchema.ts @@ -1,973 +1,973 @@ // @ts-nocheck -import { buildASTSchema } from 'graphql'; +import { buildASTSchema } from "graphql"; const schemaAST = { - "kind": "Document", - "definitions": [ + kind: "Document", + definitions: [ { - "kind": "SchemaDefinition", - "operationTypes": [ + kind: "SchemaDefinition", + operationTypes: [ { - "kind": "OperationTypeDefinition", - "operation": "query", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Query" - } - } - } + kind: "OperationTypeDefinition", + operation: "query", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Query", + }, + }, + }, ], - "directives": [] + directives: [], }, { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "Query" + kind: "ObjectTypeDefinition", + name: { + kind: "Name", + value: "Query", }, - "fields": [ + fields: [ { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "l2deposits" + kind: "FieldDefinition", + name: { + kind: "Name", + value: "l2deposits", }, - "arguments": [ + arguments: [ { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "first", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "100", + }, + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "skip", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "0", + }, + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "defaultValue": { - "kind": "NullValue" - }, - "directives": [] + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderBy", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + defaultValue: { + kind: "NullValue", + }, + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderByDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "defaultValue": { - "kind": "StringValue", - "value": "asc" - }, - "directives": [] + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderByDirection", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + defaultValue: { + kind: "StringValue", + value: "asc", + }, + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "WhereFilterForTransaction" - } - }, - "defaultValue": { - "kind": "NullValue" - }, - "directives": [] - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "where", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "WhereFilterForTransaction", + }, + }, + defaultValue: { + kind: "NullValue", + }, + directives: [], + }, ], - "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "L2Deposit" - } - } - } - } - }, - "directives": [] + type: { + kind: "NonNullType", + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "L2Deposit", + }, + }, + }, + }, + }, + directives: [], }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "deposit" + kind: "FieldDefinition", + name: { + kind: "Name", + value: "deposit", }, - "arguments": [ + arguments: [ { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "hash" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - }, - "directives": [] - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "hash", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, + directives: [], + }, ], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "L2Deposit" - } - }, - "directives": [] + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "L2Deposit", + }, + }, + directives: [], }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "l2withdrawals" + kind: "FieldDefinition", + name: { + kind: "Name", + value: "l2withdrawals", }, - "arguments": [ + arguments: [ { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "first", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "100", + }, + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "skip", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "0", + }, + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "defaultValue": { - "kind": "NullValue" - }, - "directives": [] + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderBy", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + defaultValue: { + kind: "NullValue", + }, + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderByDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "defaultValue": { - "kind": "StringValue", - "value": "asc" - }, - "directives": [] + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderByDirection", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + defaultValue: { + kind: "StringValue", + value: "asc", + }, + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "WhereFilterForWithdrawals" - } - }, - "defaultValue": { - "kind": "NullValue" - }, - "directives": [] - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "where", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "WhereFilterForWithdrawals", + }, + }, + defaultValue: { + kind: "NullValue", + }, + directives: [], + }, ], - "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "L2Withdrawal" - } - } - } - } - }, - "directives": [] + type: { + kind: "NonNullType", + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "L2Withdrawal", + }, + }, + }, + }, + }, + directives: [], }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "beasts" + kind: "FieldDefinition", + name: { + kind: "Name", + value: "beasts", }, - "arguments": [ + arguments: [ { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "first", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "100", + }, + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "skip", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "0", + }, + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "defaultValue": { - "kind": "NullValue" - }, - "directives": [] + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderBy", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + defaultValue: { + kind: "NullValue", + }, + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderByDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "defaultValue": { - "kind": "StringValue", - "value": "asc" - }, - "directives": [] + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderByDirection", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + defaultValue: { + kind: "StringValue", + value: "asc", + }, + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "WhereFilterForBeasts" - } - }, - "defaultValue": { - "kind": "NullValue" - }, - "directives": [] - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "where", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "WhereFilterForBeasts", + }, + }, + defaultValue: { + kind: "NullValue", + }, + directives: [], + }, ], - "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Beast" - } - } - } - } - }, - "directives": [] - } + type: { + kind: "NonNullType", + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Beast", + }, + }, + }, + }, + }, + directives: [], + }, ], - "interfaces": [], - "directives": [] + interfaces: [], + directives: [], }, { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "L2Deposit" + kind: "ObjectTypeDefinition", + name: { + kind: "Name", + value: "L2Deposit", }, - "fields": [ + fields: [ { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - }, - "directives": [] + kind: "FieldDefinition", + name: { + kind: "Name", + value: "id", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, + directives: [], }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "l2Recipient" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - }, - "directives": [] + kind: "FieldDefinition", + name: { + kind: "Name", + value: "l2Recipient", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, + directives: [], }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "amount" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Decimal" - } - } - }, - "directives": [] + kind: "FieldDefinition", + name: { + kind: "Name", + value: "amount", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Decimal", + }, + }, + }, + directives: [], }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "timestamp" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "DateTime" - } - } - }, - "directives": [] + kind: "FieldDefinition", + name: { + kind: "Name", + value: "timestamp", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "DateTime", + }, + }, + }, + directives: [], }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "hash" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - }, - "directives": [] - } + kind: "FieldDefinition", + name: { + kind: "Name", + value: "hash", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, + directives: [], + }, ], - "interfaces": [], - "directives": [] + interfaces: [], + directives: [], }, { - "kind": "ScalarTypeDefinition", - "description": { - "kind": "StringValue", - "value": "Decimal (fixed-point)", - "block": true + kind: "ScalarTypeDefinition", + description: { + kind: "StringValue", + value: "Decimal (fixed-point)", + block: true, }, - "name": { - "kind": "Name", - "value": "Decimal" + name: { + kind: "Name", + value: "Decimal", }, - "directives": [] + directives: [], }, { - "kind": "ScalarTypeDefinition", - "description": { - "kind": "StringValue", - "value": "Date with time (isoformat)", - "block": true + kind: "ScalarTypeDefinition", + description: { + kind: "StringValue", + value: "Date with time (isoformat)", + block: true, }, - "name": { - "kind": "Name", - "value": "DateTime" + name: { + kind: "Name", + value: "DateTime", }, - "directives": [] + directives: [], }, { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "WhereFilterForTransaction" + kind: "InputObjectTypeDefinition", + name: { + kind: "Name", + value: "WhereFilterForTransaction", }, - "fields": [ + fields: [ { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [], - "defaultValue": { - "kind": "NullValue" - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + defaultValue: { + kind: "NullValue", + }, }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l2Recipient" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [], - "defaultValue": { - "kind": "NullValue" - } - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l2Recipient", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + defaultValue: { + kind: "NullValue", + }, + }, ], - "directives": [] + directives: [], }, { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "L2Withdrawal" + kind: "ObjectTypeDefinition", + name: { + kind: "Name", + value: "L2Withdrawal", }, - "fields": [ + fields: [ { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - }, - "directives": [] + kind: "FieldDefinition", + name: { + kind: "Name", + value: "id", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, + directives: [], }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "l1Recipient" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - }, - "directives": [] + kind: "FieldDefinition", + name: { + kind: "Name", + value: "l1Recipient", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, + directives: [], }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "l2Sender" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - }, - "directives": [] + kind: "FieldDefinition", + name: { + kind: "Name", + value: "l2Sender", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, + directives: [], }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "amount" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Decimal" - } - } - }, - "directives": [] + kind: "FieldDefinition", + name: { + kind: "Name", + value: "amount", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Decimal", + }, + }, + }, + directives: [], }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "timestamp" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "DateTime" - } - } - }, - "directives": [] + kind: "FieldDefinition", + name: { + kind: "Name", + value: "timestamp", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "DateTime", + }, + }, + }, + directives: [], }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "hash" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - }, - "directives": [] - } + kind: "FieldDefinition", + name: { + kind: "Name", + value: "hash", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, + directives: [], + }, ], - "interfaces": [], - "directives": [] + interfaces: [], + directives: [], }, { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "WhereFilterForWithdrawals" + kind: "InputObjectTypeDefinition", + name: { + kind: "Name", + value: "WhereFilterForWithdrawals", }, - "fields": [ + fields: [ { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [], - "defaultValue": { - "kind": "NullValue" - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + defaultValue: { + kind: "NullValue", + }, }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l2Sender" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [], - "defaultValue": { - "kind": "NullValue" - } - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l2Sender", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + defaultValue: { + kind: "NullValue", + }, + }, ], - "directives": [] + directives: [], }, { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "Beast" + kind: "ObjectTypeDefinition", + name: { + kind: "Name", + value: "Beast", }, - "fields": [ + fields: [ { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - }, - "directives": [] + kind: "FieldDefinition", + name: { + kind: "Name", + value: "id", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, + directives: [], }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "name" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] + kind: "FieldDefinition", + name: { + kind: "Name", + value: "name", + }, + arguments: [], + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "image" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] + kind: "FieldDefinition", + name: { + kind: "Name", + value: "image", + }, + arguments: [], + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "level" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] + kind: "FieldDefinition", + name: { + kind: "Name", + value: "level", + }, + arguments: [], + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "tier" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] + kind: "FieldDefinition", + name: { + kind: "Name", + value: "tier", + }, + arguments: [], + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "prefix" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] + kind: "FieldDefinition", + name: { + kind: "Name", + value: "prefix", + }, + arguments: [], + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "suffix" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] + kind: "FieldDefinition", + name: { + kind: "Name", + value: "suffix", + }, + arguments: [], + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "owner" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - }, - "directives": [] - } + kind: "FieldDefinition", + name: { + kind: "Name", + value: "owner", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, + directives: [], + }, ], - "interfaces": [], - "directives": [] + interfaces: [], + directives: [], }, { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "WhereFilterForBeasts" + kind: "InputObjectTypeDefinition", + name: { + kind: "Name", + value: "WhereFilterForBeasts", }, - "fields": [ + fields: [ { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [], - "defaultValue": { - "kind": "NullValue" - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + defaultValue: { + kind: "NullValue", + }, }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "owner" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [], - "defaultValue": { - "kind": "NullValue" - } - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "owner", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + defaultValue: { + kind: "NullValue", + }, + }, ], - "directives": [] - } - ] + directives: [], + }, + ], }; export default buildASTSchema(schemaAST, { assumeValid: true, - assumeValidSDL: true -}); \ No newline at end of file + assumeValidSDL: true, +}); diff --git a/apps/nextjs/src/.graphclient/sources/apibara/types.ts b/apps/nextjs/src/.graphclient/sources/apibara/types.ts index 5494adb9..13dde449 100644 --- a/apps/nextjs/src/.graphclient/sources/apibara/types.ts +++ b/apps/nextjs/src/.graphclient/sources/apibara/types.ts @@ -1,128 +1,142 @@ // @ts-nocheck -import type { InContextSdkMethod } from '@graphql-mesh/types'; -import type { MeshContext } from '@graphql-mesh/runtime'; +import type { MeshContext } from "@graphql-mesh/runtime"; +import type { InContextSdkMethod } from "@graphql-mesh/types"; export namespace ApibaraTypes { export type Maybe = T | null; -export type InputMaybe = Maybe; -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 interface Scalars { - ID: string; - String: string; - Boolean: boolean; - Int: number; - Float: number; - Decimal: any; - DateTime: any; -} - -export interface Query { - l2deposits: L2Deposit[]; - deposit?: Maybe; - l2withdrawals: L2Withdrawal[]; - beasts: Beast[]; -} - - -export interface Queryl2depositsArgs { - first?: InputMaybe; - skip?: InputMaybe; - orderBy?: InputMaybe; - orderByDirection?: InputMaybe; - where?: InputMaybe; -} - + export type InputMaybe = Maybe; + 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 interface Scalars { + ID: string; + String: string; + Boolean: boolean; + Int: number; + Float: number; + Decimal: any; + DateTime: any; + } -export interface QuerydepositArgs { - hash: Scalars['String']; -} + export interface Query { + l2deposits: L2Deposit[]; + deposit?: Maybe; + l2withdrawals: L2Withdrawal[]; + beasts: Beast[]; + } + export interface Queryl2depositsArgs { + first?: InputMaybe; + skip?: InputMaybe; + orderBy?: InputMaybe; + orderByDirection?: InputMaybe; + where?: InputMaybe; + } -export interface Queryl2withdrawalsArgs { - first?: InputMaybe; - skip?: InputMaybe; - orderBy?: InputMaybe; - orderByDirection?: InputMaybe; - where?: InputMaybe; -} + export interface QuerydepositArgs { + hash: Scalars["String"]; + } + export interface Queryl2withdrawalsArgs { + first?: InputMaybe; + skip?: InputMaybe; + orderBy?: InputMaybe; + orderByDirection?: InputMaybe; + where?: InputMaybe; + } -export interface QuerybeastsArgs { - first?: InputMaybe; - skip?: InputMaybe; - orderBy?: InputMaybe; - orderByDirection?: InputMaybe; - where?: InputMaybe; -} + export interface QuerybeastsArgs { + first?: InputMaybe; + skip?: InputMaybe; + orderBy?: InputMaybe; + orderByDirection?: InputMaybe; + where?: InputMaybe; + } -export interface L2Deposit { - id: Scalars['String']; - l2Recipient: Scalars['String']; - amount: Scalars['Decimal']; - timestamp: Scalars['DateTime']; - hash: Scalars['String']; -} + export interface L2Deposit { + id: Scalars["String"]; + l2Recipient: Scalars["String"]; + amount: Scalars["Decimal"]; + timestamp: Scalars["DateTime"]; + hash: Scalars["String"]; + } -export interface WhereFilterForTransaction { - id?: InputMaybe; - l2Recipient?: InputMaybe; -} + export interface WhereFilterForTransaction { + id?: InputMaybe; + l2Recipient?: InputMaybe; + } -export interface L2Withdrawal { - id: Scalars['String']; - l1Recipient: Scalars['String']; - l2Sender: Scalars['String']; - amount: Scalars['Decimal']; - timestamp: Scalars['DateTime']; - hash: Scalars['String']; -} + export interface L2Withdrawal { + id: Scalars["String"]; + l1Recipient: Scalars["String"]; + l2Sender: Scalars["String"]; + amount: Scalars["Decimal"]; + timestamp: Scalars["DateTime"]; + hash: Scalars["String"]; + } -export interface WhereFilterForWithdrawals { - id?: InputMaybe; - l2Sender?: InputMaybe; -} + export interface WhereFilterForWithdrawals { + id?: InputMaybe; + l2Sender?: InputMaybe; + } -export interface Beast { - id: Scalars['String']; - name?: Maybe; - image?: Maybe; - level?: Maybe; - tier?: Maybe; - prefix?: Maybe; - suffix?: Maybe; - owner: Scalars['String']; -} + export interface Beast { + id: Scalars["String"]; + name?: Maybe; + image?: Maybe; + level?: Maybe; + tier?: Maybe; + prefix?: Maybe; + suffix?: Maybe; + owner: Scalars["String"]; + } -export interface WhereFilterForBeasts { - id?: InputMaybe; - owner?: InputMaybe; -} + export interface WhereFilterForBeasts { + id?: InputMaybe; + owner?: InputMaybe; + } export interface QuerySdk { - /** null **/ - l2deposits: InContextSdkMethod, - /** null **/ - deposit: InContextSdkMethod, - /** null **/ - l2withdrawals: InContextSdkMethod, - /** null **/ - beasts: InContextSdkMethod + /** null **/ + l2deposits: InContextSdkMethod< + Query["l2deposits"], + Queryl2depositsArgs, + MeshContext + >; + /** null **/ + deposit: InContextSdkMethod< + Query["deposit"], + QuerydepositArgs, + MeshContext + >; + /** null **/ + l2withdrawals: InContextSdkMethod< + Query["l2withdrawals"], + Queryl2withdrawalsArgs, + MeshContext + >; + /** null **/ + beasts: InContextSdkMethod; } - export interface MutationSdk { - - } + export interface MutationSdk {} - export interface SubscriptionSdk { - - } + export interface SubscriptionSdk {} export interface Context { - ["apibara"]: { Query: QuerySdk, Mutation: MutationSdk, Subscription: SubscriptionSdk }, - ["apibaraHandle"]: Scalars['ID'] - } + ["apibara"]: { + Query: QuerySdk; + Mutation: MutationSdk; + Subscription: SubscriptionSdk; + }; + ["apibaraHandle"]: Scalars["ID"]; + } } diff --git a/apps/nextjs/src/.graphclient/sources/l1Realms/introspectionSchema.ts b/apps/nextjs/src/.graphclient/sources/l1Realms/introspectionSchema.ts index 7ddd1c52..7fd5b990 100644 --- a/apps/nextjs/src/.graphclient/sources/l1Realms/introspectionSchema.ts +++ b/apps/nextjs/src/.graphclient/sources/l1Realms/introspectionSchema.ts @@ -1,12394 +1,12441 @@ // @ts-nocheck -import { buildASTSchema } from 'graphql'; +import { buildASTSchema } from "graphql"; const schemaAST = { - "kind": "Document", - "definitions": [ + kind: "Document", + definitions: [ { - "kind": "SchemaDefinition", - "operationTypes": [ - { - "kind": "OperationTypeDefinition", - "operation": "query", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Query" - } - } - }, - { - "kind": "OperationTypeDefinition", - "operation": "subscription", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Subscription" - } - } - } + kind: "SchemaDefinition", + operationTypes: [ + { + kind: "OperationTypeDefinition", + operation: "query", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Query", + }, + }, + }, + { + kind: "OperationTypeDefinition", + operation: "subscription", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Subscription", + }, + }, + }, ], - "directives": [] + directives: [], }, { - "kind": "DirectiveDefinition", - "description": { - "kind": "StringValue", - "value": "Marks the GraphQL type as indexable entity. Each type that should be an entity is required to be annotated with this directive." + kind: "DirectiveDefinition", + description: { + kind: "StringValue", + value: + "Marks the GraphQL type as indexable entity. Each type that should be an entity is required to be annotated with this directive.", }, - "name": { - "kind": "Name", - "value": "entity" + name: { + kind: "Name", + value: "entity", }, - "arguments": [], - "repeatable": false, - "locations": [ - { - "kind": "Name", - "value": "OBJECT" - } - ] + arguments: [], + repeatable: false, + locations: [ + { + kind: "Name", + value: "OBJECT", + }, + ], }, { - "kind": "DirectiveDefinition", - "description": { - "kind": "StringValue", - "value": "Defined a Subgraph ID for an object type" + kind: "DirectiveDefinition", + description: { + kind: "StringValue", + value: "Defined a Subgraph ID for an object type", }, - "name": { - "kind": "Name", - "value": "subgraphId" + name: { + kind: "Name", + value: "subgraphId", }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - }, - "directives": [] - } + arguments: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, + directives: [], + }, ], - "repeatable": false, - "locations": [ + repeatable: false, + locations: [ { - "kind": "Name", - "value": "OBJECT" - } - ] + kind: "Name", + value: "OBJECT", + }, + ], }, { - "kind": "DirectiveDefinition", - "description": { - "kind": "StringValue", - "value": "creates a virtual field on the entity that may be queried but cannot be set manually through the mappings API." + kind: "DirectiveDefinition", + description: { + kind: "StringValue", + value: + "creates a virtual field on the entity that may be queried but cannot be set manually through the mappings API.", }, - "name": { - "kind": "Name", - "value": "derivedFrom" + name: { + kind: "Name", + value: "derivedFrom", }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "field" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - }, - "directives": [] - } + arguments: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "field", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, + directives: [], + }, ], - "repeatable": false, - "locations": [ + repeatable: false, + locations: [ { - "kind": "Name", - "value": "FIELD_DEFINITION" - } - ] + kind: "Name", + value: "FIELD_DEFINITION", + }, + ], }, { - "kind": "ScalarTypeDefinition", - "name": { - "kind": "Name", - "value": "BigDecimal" + kind: "ScalarTypeDefinition", + name: { + kind: "Name", + value: "BigDecimal", }, - "directives": [] + directives: [], }, { - "kind": "ScalarTypeDefinition", - "name": { - "kind": "Name", - "value": "BigInt" + kind: "ScalarTypeDefinition", + name: { + kind: "Name", + value: "BigInt", }, - "directives": [] + directives: [], }, { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "BlockChangedFilter" + kind: "InputObjectTypeDefinition", + name: { + kind: "Name", + value: "BlockChangedFilter", }, - "fields": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "number_gte" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - } - }, - "directives": [] - } + fields: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "number_gte", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + }, + directives: [], + }, ], - "directives": [] + directives: [], }, { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "Block_height" + kind: "InputObjectTypeDefinition", + name: { + kind: "Name", + value: "Block_height", }, - "fields": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "hash" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + fields: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "hash", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "number" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "number", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "number_gte" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "number_gte", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, }, - "directives": [] - } + directives: [], + }, ], - "directives": [] + directives: [], }, { - "kind": "ScalarTypeDefinition", - "name": { - "kind": "Name", - "value": "Bytes" + kind: "ScalarTypeDefinition", + name: { + kind: "Name", + value: "Bytes", }, - "directives": [] + directives: [], }, { - "kind": "ScalarTypeDefinition", - "description": { - "kind": "StringValue", - "value": "8 bytes signed integer\n", - "block": true + kind: "ScalarTypeDefinition", + description: { + kind: "StringValue", + value: "8 bytes signed integer\n", + block: true, }, - "name": { - "kind": "Name", - "value": "Int8" + name: { + kind: "Name", + value: "Int8", }, - "directives": [] + directives: [], }, { - "kind": "EnumTypeDefinition", - "description": { - "kind": "StringValue", - "value": "Defines the order direction, either ascending or descending", - "block": true + kind: "EnumTypeDefinition", + description: { + kind: "StringValue", + value: "Defines the order direction, either ascending or descending", + block: true, }, - "name": { - "kind": "Name", - "value": "OrderDirection" + name: { + kind: "Name", + value: "OrderDirection", }, - "values": [ + values: [ { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "asc" + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "asc", }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "desc" + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "desc", }, - "directives": [] - } + directives: [], + }, ], - "directives": [] + directives: [], }, { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "Query" + kind: "ObjectTypeDefinition", + name: { + kind: "Name", + value: "Query", }, - "fields": [ + fields: [ { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "resource" + kind: "FieldDefinition", + name: { + kind: "Name", + value: "resource", }, - "arguments": [ + arguments: [ { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + }, + directives: [], }, { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + block: true, + }, + name: { + kind: "Name", + value: "block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Block_height", + }, + }, + directives: [], }, { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + block: true, + }, + name: { + kind: "Name", + value: "subgraphError", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "_SubgraphErrorPolicy_", + }, + }, + }, + defaultValue: { + kind: "EnumValue", + value: "deny", + }, + directives: [], + }, ], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Resource" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Resource", + }, }, - "directives": [] + directives: [], }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "resources" + kind: "FieldDefinition", + name: { + kind: "Name", + value: "resources", }, - "arguments": [ + arguments: [ { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "skip", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "0", + }, + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "first", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "100", + }, + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Resource_orderBy" - } - }, - "directives": [] + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderBy", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Resource_orderBy", + }, + }, + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderDirection", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "OrderDirection", + }, + }, + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Resource_filter" - } - }, - "directives": [] + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "where", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Resource_filter", + }, + }, + directives: [], }, { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + block: true, + }, + name: { + kind: "Name", + value: "block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Block_height", + }, + }, + directives: [], }, { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + block: true, + }, + name: { + kind: "Name", + value: "subgraphError", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "_SubgraphErrorPolicy_", + }, + }, + }, + defaultValue: { + kind: "EnumValue", + value: "deny", + }, + directives: [], + }, ], - "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Resource" - } - } - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "realm" - }, - "arguments": [ + type: { + kind: "NonNullType", + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Resource", + }, + }, + }, + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "realm", + }, + arguments: [ { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + }, + directives: [], }, { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + block: true, + }, + name: { + kind: "Name", + value: "block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Block_height", + }, + }, + directives: [], }, { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + block: true, + }, + name: { + kind: "Name", + value: "subgraphError", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "_SubgraphErrorPolicy_", + }, + }, + }, + defaultValue: { + kind: "EnumValue", + value: "deny", + }, + directives: [], + }, ], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Realm" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Realm", + }, }, - "directives": [] + directives: [], }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "realms" + kind: "FieldDefinition", + name: { + kind: "Name", + value: "realms", }, - "arguments": [ + arguments: [ { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "skip", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "0", + }, + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "first", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "100", + }, + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Realm_orderBy" - } - }, - "directives": [] + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderBy", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Realm_orderBy", + }, + }, + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderDirection", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "OrderDirection", + }, + }, + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Realm_filter" - } - }, - "directives": [] + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "where", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Realm_filter", + }, + }, + directives: [], }, { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + block: true, + }, + name: { + kind: "Name", + value: "block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Block_height", + }, + }, + directives: [], }, { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + block: true, + }, + name: { + kind: "Name", + value: "subgraphError", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "_SubgraphErrorPolicy_", + }, + }, + }, + defaultValue: { + kind: "EnumValue", + value: "deny", + }, + directives: [], + }, ], - "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Realm" - } - } - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "realmResource" - }, - "arguments": [ + type: { + kind: "NonNullType", + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Realm", + }, + }, + }, + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "realmResource", + }, + arguments: [ { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + }, + directives: [], }, { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + block: true, + }, + name: { + kind: "Name", + value: "block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Block_height", + }, + }, + directives: [], }, { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + block: true, + }, + name: { + kind: "Name", + value: "subgraphError", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "_SubgraphErrorPolicy_", + }, + }, + }, + defaultValue: { + kind: "EnumValue", + value: "deny", + }, + directives: [], + }, ], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RealmResource" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "RealmResource", + }, }, - "directives": [] + directives: [], }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "realmResources" + kind: "FieldDefinition", + name: { + kind: "Name", + value: "realmResources", }, - "arguments": [ + arguments: [ { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "skip", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "0", + }, + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "first", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "100", + }, + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RealmResource_orderBy" - } - }, - "directives": [] + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderBy", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "RealmResource_orderBy", + }, + }, + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderDirection", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "OrderDirection", + }, + }, + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RealmResource_filter" - } - }, - "directives": [] + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "where", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "RealmResource_filter", + }, + }, + directives: [], }, { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + block: true, + }, + name: { + kind: "Name", + value: "block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Block_height", + }, + }, + directives: [], }, { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + block: true, + }, + name: { + kind: "Name", + value: "subgraphError", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "_SubgraphErrorPolicy_", + }, + }, + }, + defaultValue: { + kind: "EnumValue", + value: "deny", + }, + directives: [], + }, ], - "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RealmResource" - } - } - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "wallet" - }, - "arguments": [ + type: { + kind: "NonNullType", + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "RealmResource", + }, + }, + }, + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "wallet", + }, + arguments: [ { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + }, + directives: [], }, { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + block: true, + }, + name: { + kind: "Name", + value: "block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Block_height", + }, + }, + directives: [], }, { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + block: true, + }, + name: { + kind: "Name", + value: "subgraphError", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "_SubgraphErrorPolicy_", + }, + }, + }, + defaultValue: { + kind: "EnumValue", + value: "deny", + }, + directives: [], + }, ], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Wallet" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Wallet", + }, }, - "directives": [] + directives: [], }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "wallets" + kind: "FieldDefinition", + name: { + kind: "Name", + value: "wallets", }, - "arguments": [ + arguments: [ { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "skip", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "0", + }, + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "first", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "100", + }, + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Wallet_orderBy" - } - }, - "directives": [] + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderBy", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Wallet_orderBy", + }, + }, + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderDirection", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "OrderDirection", + }, + }, + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Wallet_filter" - } - }, - "directives": [] + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "where", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Wallet_filter", + }, + }, + directives: [], }, { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + block: true, + }, + name: { + kind: "Name", + value: "block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Block_height", + }, + }, + directives: [], }, { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], - "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Wallet" - } - } - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "transfer" - }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + block: true, + }, + name: { + kind: "Name", + value: "subgraphError", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "_SubgraphErrorPolicy_", + }, + }, + }, + defaultValue: { + kind: "EnumValue", + value: "deny", + }, + directives: [], }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } + ], + type: { + kind: "NonNullType", + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Wallet", + }, + }, }, - "directives": [] }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Transfer" - } }, - "directives": [] + directives: [], }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "transfers" + kind: "FieldDefinition", + name: { + kind: "Name", + value: "transfer", }, - "arguments": [ + arguments: [ { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + }, + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + block: true, + }, + name: { + kind: "Name", + value: "block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Block_height", + }, + }, + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Transfer_orderBy" - } - }, - "directives": [] + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + block: true, + }, + name: { + kind: "Name", + value: "subgraphError", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "_SubgraphErrorPolicy_", + }, + }, + }, + defaultValue: { + kind: "EnumValue", + value: "deny", + }, + directives: [], }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] + ], + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Transfer", }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "transfers", + }, + arguments: [ { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Transfer_filter" - } - }, - "directives": [] + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "skip", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "0", + }, + directives: [], }, { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "first", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "100", + }, + directives: [], }, { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], - "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Transfer" - } - } - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "description": { - "kind": "StringValue", - "value": "Access to subgraph metadata", - "block": true - }, - "name": { - "kind": "Name", - "value": "_meta" - }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - } - ], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_Meta_" - } - }, - "directives": [] - } - ], - "interfaces": [], - "directives": [] - }, - { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "Realm" - }, - "fields": [ - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "tokenId" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "currentOwner" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Wallet" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "minted" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "name" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "cities" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "harbours" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "rivers" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "regions" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "resourceIds" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - } - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "resources" - }, - "arguments": [ + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderBy", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Transfer_orderBy", + }, + }, + directives: [], + }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderDirection", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "OrderDirection", + }, + }, + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "where", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Transfer_filter", + }, + }, + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RealmResource_orderBy" - } - }, - "directives": [] + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + block: true, + }, + name: { + kind: "Name", + value: "block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Block_height", + }, + }, + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + block: true, + }, + name: { + kind: "Name", + value: "subgraphError", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "_SubgraphErrorPolicy_", + }, + }, + }, + defaultValue: { + kind: "EnumValue", + value: "deny", + }, + directives: [], + }, + ], + type: { + kind: "NonNullType", + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Transfer", + }, + }, }, - "directives": [] }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + description: { + kind: "StringValue", + value: "Access to subgraph metadata", + block: true, + }, + name: { + kind: "Name", + value: "_meta", + }, + arguments: [ { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RealmResource_filter" - } - }, - "directives": [] - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Block_height", + }, + }, + directives: [], + }, ], - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RealmResource" - } - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "wonder" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "rarityScore" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigDecimal" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "rarityRank" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "order" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "bridgedOwner" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Wallet" - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "bridgedV2Owner" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Wallet" - } - }, - "directives": [] - } - ], - "interfaces": [], - "directives": [] - }, - { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "RealmResource" - }, - "fields": [ - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "realm" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Realm" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "resource" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Resource" - } - } - }, - "directives": [] - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "_Meta_", + }, + }, + directives: [], + }, ], - "interfaces": [], - "directives": [] + interfaces: [], + directives: [], }, { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "RealmResource_filter" + kind: "ObjectTypeDefinition", + name: { + kind: "Name", + value: "Realm", }, - "fields": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } + fields: [ + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "id", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_gte" + kind: "FieldDefinition", + name: { + kind: "Name", + value: "tokenId", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_lte" + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] + directives: [], }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_in" + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "currentOwner", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - } + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Wallet", + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realm" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + kind: "FieldDefinition", + name: { + kind: "Name", + value: "minted", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realm_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realm_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realm_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realm_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realm_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realm_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realm_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realm_contains" + kind: "FieldDefinition", + name: { + kind: "Name", + value: "name", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realm_contains_nocase" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realm_not_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realm_not_contains_nocase" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + arguments: [], + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realm_starts_with" + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "cities", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realm_starts_with_nocase" + kind: "FieldDefinition", + name: { + kind: "Name", + value: "harbours", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realm_not_starts_with" + kind: "FieldDefinition", + name: { + kind: "Name", + value: "rivers", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realm_not_starts_with_nocase" + kind: "FieldDefinition", + name: { + kind: "Name", + value: "regions", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "resourceIds", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realm_ends_with" + kind: "FieldDefinition", + name: { + kind: "Name", + value: "resources", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + arguments: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "skip", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "0", + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "first", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "100", + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderBy", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "RealmResource_orderBy", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderDirection", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "OrderDirection", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "where", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "RealmResource_filter", + }, + }, + directives: [], + }, + ], + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "RealmResource", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realm_ends_with_nocase" + kind: "FieldDefinition", + name: { + kind: "Name", + value: "wonder", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + arguments: [], + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realm_not_ends_with" + kind: "FieldDefinition", + name: { + kind: "Name", + value: "rarityScore", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigDecimal", + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realm_not_ends_with_nocase" + kind: "FieldDefinition", + name: { + kind: "Name", + value: "rarityRank", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realm_" + kind: "FieldDefinition", + name: { + kind: "Name", + value: "order", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Realm_filter" - } + arguments: [], + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "resource" + kind: "FieldDefinition", + name: { + kind: "Name", + value: "bridgedOwner", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + arguments: [], + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Wallet", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "resource_not" + kind: "FieldDefinition", + name: { + kind: "Name", + value: "bridgedV2Owner", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] + arguments: [], + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Wallet", + }, + }, + directives: [], }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "resource_gt" + ], + interfaces: [], + directives: [], + }, + { + kind: "ObjectTypeDefinition", + name: { + kind: "Name", + value: "RealmResource", + }, + fields: [ + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "id", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "resource_lt" + kind: "FieldDefinition", + name: { + kind: "Name", + value: "realm", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Realm", + }, + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "resource_gte" + kind: "FieldDefinition", + name: { + kind: "Name", + value: "resource", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Resource", + }, + }, + }, + directives: [], }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "resource_lte" + ], + interfaces: [], + directives: [], + }, + { + kind: "InputObjectTypeDefinition", + name: { + kind: "Name", + value: "RealmResource_filter", + }, + fields: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "resource_in" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_not", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "resource_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "resource_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_gt", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "resource_contains_nocase" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "resource_not_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "resource_not_contains_nocase" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "resource_starts_with" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "resource_starts_with_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_lt", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "resource_not_starts_with" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_gte", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "resource_not_starts_with_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_lte", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "resource_ends_with" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_in", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "resource_ends_with_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_not_in", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "resource_not_ends_with" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realm", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "resource_not_ends_with_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realm_not", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "resource_" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realm_gt", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Resource_filter" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Filter for the block changed event.", - "block": true + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realm_lt", }, - "name": { - "kind": "Name", - "value": "_change_block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BlockChangedFilter" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "and" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realm_gte", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RealmResource_filter" - } - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "or" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RealmResource_filter" - } - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realm_lte", }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "RealmResource_orderBy" - }, - "values": [ - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "id" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "realm" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realm_in", }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "realm__id" + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "realm__tokenId" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realm_not_in", }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "realm__minted" + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "realm__name" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realm_contains", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "realm__cities" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realm_contains_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "realm__harbours" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realm_not_contains", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "realm__rivers" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realm_not_contains_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "realm__regions" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realm_starts_with", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "realm__wonder" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realm_starts_with_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "realm__rarityScore" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realm_not_starts_with", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "realm__rarityRank" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realm_not_starts_with_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "realm__order" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realm_ends_with", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "resource" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realm_ends_with_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "resource__id" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realm_not_ends_with", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "resource__name" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realm_not_ends_with_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "resource__totalRealms" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realm_", }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "RealmTraitOption" - }, - "values": [ - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "regions" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Realm_filter", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "cities" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "resource", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "harbors" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "resource_not", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "rivers" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "resource_gt", }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "Realm_filter" - }, - "fields": [ + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "resource_lt", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_gte" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "resource_gte", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_lte" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] + directives: [], }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_in" + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "resource_lte", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "resource_in", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "tokenId" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "tokenId_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "tokenId_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "tokenId_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "tokenId_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "tokenId_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "tokenId_in" + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "resource_not_in", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - } - } + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "tokenId_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - } - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "resource_contains", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "currentOwner" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "currentOwner_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "currentOwner_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "currentOwner_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "currentOwner_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "currentOwner_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "currentOwner_in" + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "resource_contains_nocase", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "currentOwner_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "currentOwner_contains" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "resource_not_contains", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "currentOwner_contains_nocase" + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "resource_not_contains_nocase", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "currentOwner_not_contains" + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "resource_starts_with", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "currentOwner_not_contains_nocase" + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "resource_starts_with_nocase", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "currentOwner_starts_with" + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "resource_not_starts_with", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "currentOwner_starts_with_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "resource_not_starts_with_nocase", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "currentOwner_not_starts_with" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "resource_ends_with", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "currentOwner_not_starts_with_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "resource_ends_with_nocase", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "currentOwner_ends_with" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "resource_not_ends_with", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "currentOwner_ends_with_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "resource_not_ends_with_nocase", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "currentOwner_not_ends_with" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "resource_", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Resource_filter", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "currentOwner_not_ends_with_nocase" + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: "Filter for the block changed event.", + block: true, + }, + name: { + kind: "Name", + value: "_change_block", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BlockChangedFilter", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "currentOwner_" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "and", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Wallet_filter" - } + type: { + kind: "ListType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "RealmResource_filter", + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "minted" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "or", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + type: { + kind: "ListType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "RealmResource_filter", + }, + }, }, - "directives": [] + directives: [], }, + ], + directives: [], + }, + { + kind: "EnumTypeDefinition", + name: { + kind: "Name", + value: "RealmResource_orderBy", + }, + values: [ { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "minted_not" + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "id", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "minted_gt" + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "realm", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "minted_lt" + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "realm__id", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "minted_gte" + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "realm__tokenId", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "minted_lte" + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "realm__minted", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "minted_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "realm__name", }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "minted_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_in" + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "realm__cities", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_contains_nocase" + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "realm__harbours", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_not_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_not_contains_nocase" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_starts_with" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_starts_with_nocase" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "realm__rivers", }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_not_starts_with" + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "realm__regions", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_not_starts_with_nocase" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "realm__wonder", }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_ends_with" + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "realm__rarityScore", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_ends_with_nocase" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "realm__rarityRank", }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_not_ends_with" + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "realm__order", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_not_ends_with_nocase" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "resource", }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "cities" + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "resource__id", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "cities_not" + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "resource__name", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "cities_gt" + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "resource__totalRealms", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "directives": [] + directives: [], }, + ], + directives: [], + }, + { + kind: "EnumTypeDefinition", + name: { + kind: "Name", + value: "RealmTraitOption", + }, + values: [ { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "cities_lt" + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "regions", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "cities_gte" + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "cities", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "cities_lte" + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "harbors", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "cities_in" + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "rivers", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - } - } + directives: [], + }, + ], + directives: [], + }, + { + kind: "InputObjectTypeDefinition", + name: { + kind: "Name", + value: "Realm_filter", + }, + fields: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "cities_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "harbours" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_not", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "harbours_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "harbours_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "harbours_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "harbours_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "harbours_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "harbours_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - } - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "harbours_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - } - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_gt", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "rivers" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "rivers_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "rivers_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "rivers_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "rivers_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "rivers_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "rivers_in" + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_lt", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - } - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "rivers_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - } - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_gte", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "regions" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "regions_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "regions_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "regions_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "regions_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "regions_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "regions_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "regions_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "resourceIds" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "resourceIds_not" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "resourceIds_contains" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "resourceIds_contains_nocase" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "resourceIds_not_contains" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "resourceIds_not_contains_nocase" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "resources_" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RealmResource_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "wonder" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "wonder_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "wonder_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "wonder_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "wonder_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "wonder_lte" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "wonder_in" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_lte", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "wonder_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "wonder_contains" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_in", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "wonder_contains_nocase" + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_not_in", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "wonder_not_contains" + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "tokenId", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "wonder_not_contains_nocase" + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "tokenId_not", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "wonder_starts_with" + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "tokenId_gt", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "wonder_starts_with_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "tokenId_lt", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "wonder_not_starts_with" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "tokenId_gte", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "wonder_not_starts_with_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "tokenId_lte", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "wonder_ends_with" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "tokenId_in", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "wonder_ends_with_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "tokenId_not_in", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "wonder_not_ends_with" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "currentOwner", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "wonder_not_ends_with_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "currentOwner_not", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "rarityScore" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "currentOwner_gt", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigDecimal" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "rarityScore_not" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "currentOwner_lt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigDecimal" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "rarityScore_gt" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "currentOwner_gte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigDecimal" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "rarityScore_lt" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "currentOwner_lte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigDecimal" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "rarityScore_gte" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "currentOwner_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigDecimal" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "rarityScore_lte" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "currentOwner_not_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigDecimal" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "rarityScore_in" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "currentOwner_contains", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigDecimal" - } - } - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "rarityScore_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigDecimal" - } - } - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "currentOwner_contains_nocase", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "rarityRank" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "rarityRank_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "rarityRank_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "rarityRank_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "rarityRank_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "rarityRank_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "rarityRank_in" + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "currentOwner_not_contains", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "rarityRank_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "currentOwner_not_contains_nocase", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "order" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "order_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "order_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "order_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "order_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "order_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "order_in" + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "currentOwner_starts_with", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "order_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "currentOwner_starts_with_nocase", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "order_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "order_contains_nocase" + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "currentOwner_not_starts_with", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "order_not_contains" + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "currentOwner_not_starts_with_nocase", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "order_not_contains_nocase" + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "currentOwner_ends_with", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "order_starts_with" + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "currentOwner_ends_with_nocase", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "order_starts_with_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "currentOwner_not_ends_with", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "order_not_starts_with" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "currentOwner_not_ends_with_nocase", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "order_not_starts_with_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "currentOwner_", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Wallet_filter", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "order_ends_with" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "minted", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "order_ends_with_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "minted_not", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "order_not_ends_with" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "minted_gt", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "order_not_ends_with_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "minted_lt", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedOwner" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "minted_gte", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedOwner_not" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "minted_lte", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedOwner_gt" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedOwner_lt" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "minted_in", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedOwner_gte" + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedOwner_lte" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "minted_not_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedOwner_in" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedOwner_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedOwner_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedOwner_contains_nocase" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedOwner_not_contains" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_not", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedOwner_not_contains_nocase" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedOwner_starts_with" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedOwner_starts_with_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_gt", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedOwner_not_starts_with" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_lt", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedOwner_not_starts_with_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_gte", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedOwner_ends_with" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_lte", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedOwner_ends_with_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_in", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedOwner_not_ends_with" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_not_in", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedOwner_not_ends_with_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_contains", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedOwner_" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_contains_nocase", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Wallet_filter" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedV2Owner" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_not_contains", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedV2Owner_not" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_not_contains_nocase", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedV2Owner_gt" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedV2Owner_lt" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_starts_with", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedV2Owner_gte" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedV2Owner_lte" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_starts_with_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedV2Owner_in" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_not_starts_with", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedV2Owner_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedV2Owner_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedV2Owner_contains_nocase" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedV2Owner_not_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedV2Owner_not_contains_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_not_starts_with_nocase", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedV2Owner_starts_with" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedV2Owner_starts_with_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_ends_with", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedV2Owner_not_starts_with" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_ends_with_nocase", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedV2Owner_not_starts_with_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_not_ends_with", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedV2Owner_ends_with" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_not_ends_with_nocase", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedV2Owner_ends_with_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "cities", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedV2Owner_not_ends_with" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "cities_not", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedV2Owner_not_ends_with_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "cities_gt", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedV2Owner_" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "cities_lt", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Wallet_filter" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Filter for the block changed event.", - "block": true - }, - "name": { - "kind": "Name", - "value": "_change_block" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "cities_gte", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BlockChangedFilter" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "and" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "cities_lte", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Realm_filter" - } - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "or" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Realm_filter" - } - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "cities_in", }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "Realm_orderBy" - }, - "values": [ - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "id" + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "tokenId" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "cities_not_in", }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "currentOwner" + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "currentOwner__id" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "harbours", }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "currentOwner__address" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "currentOwner__realmsHeld" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "harbours_not", }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "currentOwner__bridgedRealmsHeld" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "currentOwner__bridgedV2RealmsHeld" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "harbours_gt", }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "currentOwner__totalRealms" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "currentOwner__joined" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "harbours_lt", }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "minted" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "name" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "harbours_gte", }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "cities" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "harbours" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "harbours_lte", }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "rivers" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "regions" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "harbours_in", }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "resourceIds" + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "resources" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "harbours_not_in", }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "wonder" + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "rarityScore" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "rivers", }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "rarityRank" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "order" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "rivers_not", }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedOwner" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedOwner__id" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "rivers_gt", }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedOwner__address" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedOwner__realmsHeld" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "rivers_lt", }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedOwner__bridgedRealmsHeld" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedOwner__bridgedV2RealmsHeld" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "rivers_gte", }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedOwner__totalRealms" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedOwner__joined" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "rivers_lte", }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedV2Owner" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedV2Owner__id" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "rivers_in", }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedV2Owner__address" + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedV2Owner__realmsHeld" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "rivers_not_in", }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedV2Owner__bridgedRealmsHeld" + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedV2Owner__bridgedV2RealmsHeld" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "regions", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedV2Owner__totalRealms" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "regions_not", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedV2Owner__joined" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "regions_gt", }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "Resource" - }, - "fields": [ + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + directives: [], + }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "id" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "regions_lt", }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, }, - "directives": [] + directives: [], }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "name" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "regions_gte", }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, }, - "directives": [] + directives: [], }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "totalRealms" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "regions_lte", }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, }, - "directives": [] + directives: [], }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "realms" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "regions_in", }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RealmResource_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RealmResource_filter" - } - }, - "directives": [] - } - ], - "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RealmResource" - } - } - } - } - }, - "directives": [] - } - ], - "interfaces": [], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "ResourceName" - }, - "values": [ - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "Wood" }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "Stone" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "regions_not_in", }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "Coal" + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "Copper" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "resourceIds", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "Obsidian" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "resourceIds_not", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "Silver" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "resourceIds_contains", }, - "directives": [] + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + }, + }, + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "Ironwood" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "resourceIds_contains_nocase", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "Cold_Iron" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "resourceIds_not_contains", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "Gold" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "resourceIds_not_contains_nocase", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "Hartwood" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "resources_", }, - "directives": [] + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "RealmResource_filter", + }, + }, + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "Diamonds" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "wonder", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "Sapphire" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "wonder_not", }, - "directives": [] + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "Deep_Crystal" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "wonder_gt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "Ruby" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "wonder_lt", }, - "directives": [] + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "Ignium" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "wonder_gte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "Ethereal_Silica" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "wonder_lte", }, - "directives": [] + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "True_Ice" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "wonder_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "Twilight_Quartz" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "wonder_not_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "Alchemical_Silver" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "wonder_contains", }, - "directives": [] + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "Adamantine" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "wonder_contains_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "Mithral" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "wonder_not_contains", }, - "directives": [] + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "Dragonhide" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "wonder_not_contains_nocase", }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "Resource_filter" - }, - "fields": [ + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "wonder_starts_with", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_not" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "wonder_starts_with_nocase", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_lte" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] + directives: [], }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_in" + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "wonder_not_starts_with", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "wonder_not_starts_with_nocase", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_in" + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "wonder_ends_with", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "wonder_ends_with_nocase", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_contains_nocase" + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "wonder_not_ends_with", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_not_contains" + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "wonder_not_ends_with_nocase", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_not_contains_nocase" + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "rarityScore", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigDecimal", + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_starts_with" + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "rarityScore_not", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigDecimal", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_starts_with_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "rarityScore_gt", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigDecimal", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_not_starts_with" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "rarityScore_lt", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigDecimal", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_not_starts_with_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "rarityScore_gte", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigDecimal", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_ends_with" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "rarityScore_lte", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigDecimal", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_ends_with_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "rarityScore_in", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigDecimal", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_not_ends_with" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "rarityScore_not_in", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigDecimal", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_not_ends_with_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "rarityRank", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "totalRealms" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "rarityRank_not", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "totalRealms_not" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "rarityRank_gt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "totalRealms_gt" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "rarityRank_lt", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "directives": [] + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "totalRealms_lt" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "rarityRank_gte", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "totalRealms_gte" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "rarityRank_lte", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "totalRealms_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "totalRealms_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "totalRealms_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realms_" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RealmResource_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Filter for the block changed event.", - "block": true - }, - "name": { - "kind": "Name", - "value": "_change_block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BlockChangedFilter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "and" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Resource_filter" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "or" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Resource_filter" - } - } - }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "Resource_orderBy" - }, - "values": [ - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "id" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "rarityRank_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "name" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "rarityRank_not_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "totalRealms" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "order", }, - "directives": [] + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "realms" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "order_not", }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "Subscription" - }, - "fields": [ + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "resource" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "order_gt", }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Resource" - } }, - "directives": [] + directives: [], }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "resources" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "order_lt", }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Resource_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Resource_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], - "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Resource" - } - } - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "realm" - }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Realm" - } }, - "directives": [] + directives: [], }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "realms" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "order_gte", }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Realm_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Realm_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], - "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Realm" - } - } - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "realmResource" - }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RealmResource" - } }, - "directives": [] + directives: [], }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "realmResources" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "order_lte", }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RealmResource_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RealmResource_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], - "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RealmResource" - } - } - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "wallet" - }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Wallet" - } }, - "directives": [] + directives: [], }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "wallets" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "order_in", }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Wallet_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Wallet_filter" - } + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], - "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Wallet" - } - } - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "transfer" - }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Transfer" - } }, - "directives": [] + directives: [], }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "transfers" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "order_not_in", }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "order_contains", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Transfer_orderBy" - } - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "order_contains_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "order_not_contains", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Transfer_filter" - } - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "order_not_contains_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "order_starts_with", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], - "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Transfer" - } - } - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "description": { - "kind": "StringValue", - "value": "Access to subgraph metadata", - "block": true - }, - "name": { - "kind": "Name", - "value": "_meta" - }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - } - ], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_Meta_" - } - }, - "directives": [] - } - ], - "interfaces": [], - "directives": [] - }, - { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "Transfer" - }, - "fields": [ - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "realm" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Realm" - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "from" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Wallet" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "to" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Wallet" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "txHash" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "timestamp" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - }, - "directives": [] - } - ], - "interfaces": [], - "directives": [] - }, - { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "Transfer_filter" - }, - "fields": [ + }, + directives: [], + }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "order_starts_with_nocase", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_not" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "order_not_starts_with", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_gte" + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "order_not_starts_with_nocase", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_lte" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] + directives: [], }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_in" + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "order_ends_with", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "order_ends_with_nocase", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realm" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realm_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realm_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realm_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realm_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realm_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realm_in" + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "order_not_ends_with", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realm_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "order_not_ends_with_nocase", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realm_contains" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedOwner", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realm_contains_nocase" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedOwner_not", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realm_not_contains" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedOwner_gt", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realm_not_contains_nocase" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedOwner_lt", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realm_starts_with" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedOwner_gte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedOwner_lte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedOwner_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedOwner_not_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedOwner_contains", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedOwner_contains_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedOwner_not_contains", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedOwner_not_contains_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedOwner_starts_with", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedOwner_starts_with_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedOwner_not_starts_with", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedOwner_not_starts_with_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedOwner_ends_with", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedOwner_ends_with_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedOwner_not_ends_with", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedOwner_not_ends_with_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedOwner_", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Wallet_filter", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedV2Owner", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedV2Owner_not", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedV2Owner_gt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedV2Owner_lt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedV2Owner_gte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedV2Owner_lte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedV2Owner_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedV2Owner_not_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedV2Owner_contains", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedV2Owner_contains_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedV2Owner_not_contains", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedV2Owner_not_contains_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedV2Owner_starts_with", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedV2Owner_starts_with_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedV2Owner_not_starts_with", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedV2Owner_not_starts_with_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedV2Owner_ends_with", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedV2Owner_ends_with_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedV2Owner_not_ends_with", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedV2Owner_not_ends_with_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedV2Owner_", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Wallet_filter", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: "Filter for the block changed event.", + block: true, + }, + name: { + kind: "Name", + value: "_change_block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BlockChangedFilter", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "and", + }, + type: { + kind: "ListType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Realm_filter", + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "or", + }, + type: { + kind: "ListType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Realm_filter", + }, + }, + }, + directives: [], + }, + ], + directives: [], + }, + { + kind: "EnumTypeDefinition", + name: { + kind: "Name", + value: "Realm_orderBy", + }, + values: [ + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "id", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "tokenId", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "currentOwner", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "currentOwner__id", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "currentOwner__address", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "currentOwner__realmsHeld", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "currentOwner__bridgedRealmsHeld", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "currentOwner__bridgedV2RealmsHeld", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "currentOwner__totalRealms", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "currentOwner__joined", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "minted", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "name", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "cities", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "harbours", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "rivers", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "regions", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "resourceIds", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "resources", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "wonder", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "rarityScore", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "rarityRank", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "order", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "bridgedOwner", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "bridgedOwner__id", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "bridgedOwner__address", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "bridgedOwner__realmsHeld", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "bridgedOwner__bridgedRealmsHeld", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "bridgedOwner__bridgedV2RealmsHeld", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "bridgedOwner__totalRealms", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "bridgedOwner__joined", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "bridgedV2Owner", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "bridgedV2Owner__id", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "bridgedV2Owner__address", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "bridgedV2Owner__realmsHeld", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "bridgedV2Owner__bridgedRealmsHeld", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "bridgedV2Owner__bridgedV2RealmsHeld", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "bridgedV2Owner__totalRealms", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "bridgedV2Owner__joined", + }, + directives: [], + }, + ], + directives: [], + }, + { + kind: "ObjectTypeDefinition", + name: { + kind: "Name", + value: "Resource", + }, + fields: [ + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "id", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "name", + }, + arguments: [], + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "totalRealms", + }, + arguments: [], + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "realms", + }, + arguments: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "skip", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "0", + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "first", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "100", + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderBy", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "RealmResource_orderBy", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderDirection", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "OrderDirection", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "where", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "RealmResource_filter", + }, + }, + directives: [], + }, + ], + type: { + kind: "NonNullType", + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "RealmResource", + }, + }, + }, + }, + }, + directives: [], + }, + ], + interfaces: [], + directives: [], + }, + { + kind: "EnumTypeDefinition", + name: { + kind: "Name", + value: "ResourceName", + }, + values: [ + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "Wood", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "Stone", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "Coal", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "Copper", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "Obsidian", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "Silver", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "Ironwood", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "Cold_Iron", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "Gold", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "Hartwood", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "Diamonds", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "Sapphire", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "Deep_Crystal", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "Ruby", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "Ignium", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "Ethereal_Silica", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "True_Ice", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "Twilight_Quartz", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "Alchemical_Silver", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "Adamantine", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "Mithral", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "Dragonhide", + }, + directives: [], + }, + ], + directives: [], + }, + { + kind: "InputObjectTypeDefinition", + name: { + kind: "Name", + value: "Resource_filter", + }, + fields: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_not", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_gt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_lt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_gte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_lte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_not_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_not", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_gt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_lt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_gte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_lte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_not_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_contains", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_contains_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_not_contains", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_not_contains_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_starts_with", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_starts_with_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_not_starts_with", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_not_starts_with_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_ends_with", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_ends_with_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_not_ends_with", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_not_ends_with_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "totalRealms", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "totalRealms_not", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "totalRealms_gt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "totalRealms_lt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "totalRealms_gte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "totalRealms_lte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "totalRealms_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "totalRealms_not_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realms_", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "RealmResource_filter", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: "Filter for the block changed event.", + block: true, + }, + name: { + kind: "Name", + value: "_change_block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BlockChangedFilter", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "and", + }, + type: { + kind: "ListType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Resource_filter", + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "or", + }, + type: { + kind: "ListType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Resource_filter", + }, + }, + }, + directives: [], + }, + ], + directives: [], + }, + { + kind: "EnumTypeDefinition", + name: { + kind: "Name", + value: "Resource_orderBy", + }, + values: [ + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "id", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "name", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "totalRealms", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "realms", + }, + directives: [], + }, + ], + directives: [], + }, + { + kind: "ObjectTypeDefinition", + name: { + kind: "Name", + value: "Subscription", + }, + fields: [ + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "resource", + }, + arguments: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + block: true, + }, + name: { + kind: "Name", + value: "block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Block_height", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + block: true, + }, + name: { + kind: "Name", + value: "subgraphError", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "_SubgraphErrorPolicy_", + }, + }, + }, + defaultValue: { + kind: "EnumValue", + value: "deny", + }, + directives: [], + }, + ], + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Resource", + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "resources", + }, + arguments: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "skip", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "0", + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "first", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "100", + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderBy", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Resource_orderBy", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderDirection", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "OrderDirection", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "where", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Resource_filter", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + block: true, + }, + name: { + kind: "Name", + value: "block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Block_height", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + block: true, + }, + name: { + kind: "Name", + value: "subgraphError", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "_SubgraphErrorPolicy_", + }, + }, + }, + defaultValue: { + kind: "EnumValue", + value: "deny", + }, + directives: [], + }, + ], + type: { + kind: "NonNullType", + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Resource", + }, + }, + }, + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "realm", + }, + arguments: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + block: true, + }, + name: { + kind: "Name", + value: "block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Block_height", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + block: true, + }, + name: { + kind: "Name", + value: "subgraphError", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "_SubgraphErrorPolicy_", + }, + }, + }, + defaultValue: { + kind: "EnumValue", + value: "deny", + }, + directives: [], + }, + ], + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Realm", + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "realms", + }, + arguments: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "skip", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "0", + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "first", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "100", + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderBy", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Realm_orderBy", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderDirection", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "OrderDirection", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "where", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Realm_filter", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + block: true, + }, + name: { + kind: "Name", + value: "block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Block_height", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + block: true, + }, + name: { + kind: "Name", + value: "subgraphError", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "_SubgraphErrorPolicy_", + }, + }, + }, + defaultValue: { + kind: "EnumValue", + value: "deny", + }, + directives: [], + }, + ], + type: { + kind: "NonNullType", + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Realm", + }, + }, + }, + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "realmResource", + }, + arguments: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + block: true, + }, + name: { + kind: "Name", + value: "block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Block_height", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + block: true, + }, + name: { + kind: "Name", + value: "subgraphError", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "_SubgraphErrorPolicy_", + }, + }, + }, + defaultValue: { + kind: "EnumValue", + value: "deny", + }, + directives: [], + }, + ], + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "RealmResource", + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "realmResources", + }, + arguments: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "skip", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "0", + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "first", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "100", + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderBy", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "RealmResource_orderBy", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderDirection", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "OrderDirection", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "where", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "RealmResource_filter", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + block: true, + }, + name: { + kind: "Name", + value: "block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Block_height", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + block: true, + }, + name: { + kind: "Name", + value: "subgraphError", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "_SubgraphErrorPolicy_", + }, + }, + }, + defaultValue: { + kind: "EnumValue", + value: "deny", + }, + directives: [], + }, + ], + type: { + kind: "NonNullType", + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "RealmResource", + }, + }, + }, + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "wallet", + }, + arguments: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + block: true, + }, + name: { + kind: "Name", + value: "block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Block_height", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + block: true, + }, + name: { + kind: "Name", + value: "subgraphError", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "_SubgraphErrorPolicy_", + }, + }, + }, + defaultValue: { + kind: "EnumValue", + value: "deny", + }, + directives: [], + }, + ], + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Wallet", + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "wallets", + }, + arguments: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "skip", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "0", + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "first", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "100", + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderBy", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Wallet_orderBy", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderDirection", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "OrderDirection", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "where", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Wallet_filter", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + block: true, + }, + name: { + kind: "Name", + value: "block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Block_height", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + block: true, + }, + name: { + kind: "Name", + value: "subgraphError", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "_SubgraphErrorPolicy_", + }, + }, + }, + defaultValue: { + kind: "EnumValue", + value: "deny", + }, + directives: [], + }, + ], + type: { + kind: "NonNullType", + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Wallet", + }, + }, + }, + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "transfer", + }, + arguments: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + block: true, + }, + name: { + kind: "Name", + value: "block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Block_height", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + block: true, + }, + name: { + kind: "Name", + value: "subgraphError", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "_SubgraphErrorPolicy_", + }, + }, + }, + defaultValue: { + kind: "EnumValue", + value: "deny", + }, + directives: [], + }, + ], + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Transfer", + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "transfers", + }, + arguments: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "skip", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "0", + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "first", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "100", + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderBy", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Transfer_orderBy", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderDirection", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "OrderDirection", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "where", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Transfer_filter", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + block: true, + }, + name: { + kind: "Name", + value: "block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Block_height", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + block: true, + }, + name: { + kind: "Name", + value: "subgraphError", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "_SubgraphErrorPolicy_", + }, + }, + }, + defaultValue: { + kind: "EnumValue", + value: "deny", + }, + directives: [], + }, + ], + type: { + kind: "NonNullType", + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Transfer", + }, + }, + }, + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + description: { + kind: "StringValue", + value: "Access to subgraph metadata", + block: true, + }, + name: { + kind: "Name", + value: "_meta", + }, + arguments: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Block_height", + }, + }, + directives: [], + }, + ], + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "_Meta_", + }, + }, + directives: [], + }, + ], + interfaces: [], + directives: [], + }, + { + kind: "ObjectTypeDefinition", + name: { + kind: "Name", + value: "Transfer", + }, + fields: [ + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "id", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "realm", + }, + arguments: [], + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Realm", + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "from", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Wallet", + }, + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "to", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Wallet", + }, + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "txHash", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "timestamp", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + }, + directives: [], + }, + ], + interfaces: [], + directives: [], + }, + { + kind: "InputObjectTypeDefinition", + name: { + kind: "Name", + value: "Transfer_filter", + }, + fields: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_not", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_gt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_lt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_gte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_lte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_not_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realm", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realm_not", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realm_gt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realm_lt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realm_gte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realm_lte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realm_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realm_not_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realm_contains", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realm_contains_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realm_not_contains", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realm_not_contains_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realm_starts_with", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realm_starts_with_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realm_not_starts_with", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realm_not_starts_with_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realm_ends_with", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realm_ends_with_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realm_not_ends_with", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realm_not_ends_with_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realm_", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Realm_filter", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "from", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "from_not", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "from_gt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "from_lt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "from_gte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "from_lte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "from_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "from_not_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "from_contains", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "from_contains_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "from_not_contains", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "from_not_contains_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "from_starts_with", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "from_starts_with_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "from_not_starts_with", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "from_not_starts_with_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "from_ends_with", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "from_ends_with_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "from_not_ends_with", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "from_not_ends_with_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "from_", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Wallet_filter", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "to", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "to_not", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "to_gt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "to_lt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "to_gte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "to_lte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "to_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "to_not_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "to_contains", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "to_contains_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "to_not_contains", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "to_not_contains_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "to_starts_with", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "to_starts_with_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "to_not_starts_with", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "to_not_starts_with_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "to_ends_with", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "to_ends_with_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "to_not_ends_with", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "to_not_ends_with_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "to_", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Wallet_filter", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "txHash", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "txHash_not", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "txHash_gt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "txHash_lt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "txHash_gte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "txHash_lte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "txHash_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "txHash_not_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "txHash_contains", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "txHash_not_contains", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "timestamp", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "timestamp_not", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "timestamp_gt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "timestamp_lt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "timestamp_gte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "timestamp_lte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "timestamp_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "timestamp_not_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: "Filter for the block changed event.", + block: true, + }, + name: { + kind: "Name", + value: "_change_block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BlockChangedFilter", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "and", + }, + type: { + kind: "ListType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Transfer_filter", + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "or", + }, + type: { + kind: "ListType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Transfer_filter", + }, + }, + }, + directives: [], + }, + ], + directives: [], + }, + { + kind: "EnumTypeDefinition", + name: { + kind: "Name", + value: "Transfer_orderBy", + }, + values: [ + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "id", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "realm", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "realm__id", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "realm__tokenId", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "realm__minted", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "realm__name", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "realm__cities", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "realm__harbours", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "realm__rivers", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "realm__regions", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "realm__wonder", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "realm__rarityScore", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "realm__rarityRank", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "realm__order", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "from", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "from__id", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "from__address", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "from__realmsHeld", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "from__bridgedRealmsHeld", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "from__bridgedV2RealmsHeld", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "from__totalRealms", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "from__joined", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "to", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "to__id", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "to__address", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "to__realmsHeld", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "to__bridgedRealmsHeld", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "to__bridgedV2RealmsHeld", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "to__totalRealms", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "to__joined", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "txHash", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "timestamp", + }, + directives: [], + }, + ], + directives: [], + }, + { + kind: "ObjectTypeDefinition", + name: { + kind: "Name", + value: "Wallet", + }, + fields: [ + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "id", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "address", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "realms", + }, + arguments: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "skip", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "0", + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "first", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "100", + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderBy", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Realm_orderBy", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderDirection", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "OrderDirection", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "where", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Realm_filter", + }, + }, + directives: [], + }, + ], + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Realm", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realm_starts_with_nocase" + kind: "FieldDefinition", + name: { + kind: "Name", + value: "realmsHeld", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realm_not_starts_with" + kind: "FieldDefinition", + name: { + kind: "Name", + value: "bridgedRealmsHeld", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realm_not_starts_with_nocase" + kind: "FieldDefinition", + name: { + kind: "Name", + value: "bridgedV2RealmsHeld", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realm_ends_with" + kind: "FieldDefinition", + name: { + kind: "Name", + value: "totalRealms", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realm_ends_with_nocase" + kind: "FieldDefinition", + name: { + kind: "Name", + value: "joined", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, }, - "directives": [] + directives: [], }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realm_not_ends_with" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + ], + interfaces: [], + directives: [], + }, + { + kind: "InputObjectTypeDefinition", + name: { + kind: "Name", + value: "Wallet_filter", + }, + fields: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realm_not_ends_with_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_not", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realm_" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_gt", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Realm_filter" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "from" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_lt", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "from_not" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "from_gt" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_gte", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "from_lt" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "from_gte" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_lte", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "from_lte" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "from_in" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_in", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "from_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "from_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "from_contains_nocase" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "from_not_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "from_not_contains_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_not_in", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "from_starts_with" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "from_starts_with_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "address", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "from_not_starts_with" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "address_not", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "from_not_starts_with_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "address_gt", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "from_ends_with" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "address_lt", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "from_ends_with_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "address_gte", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "from_not_ends_with" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "address_lte", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "from_not_ends_with_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "address_in", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "from_" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "address_not_in", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Wallet_filter" - } + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "to" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "address_contains", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "to_not" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "to_gt" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "address_not_contains", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "to_lt" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "to_gte" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realms_", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "to_lte" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Realm_filter", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "to_in" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realmsHeld", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "to_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "to_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "to_contains_nocase" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "to_not_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "to_not_contains_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realmsHeld_not", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "to_starts_with" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "to_starts_with_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realmsHeld_gt", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "to_not_starts_with" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realmsHeld_lt", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "to_not_starts_with_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realmsHeld_gte", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "to_ends_with" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realmsHeld_lte", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "to_ends_with_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realmsHeld_in", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "to_not_ends_with" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "realmsHeld_not_in", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "to_not_ends_with_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedRealmsHeld", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "to_" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedRealmsHeld_not", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Wallet_filter" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "txHash" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedRealmsHeld_gt", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "txHash_not" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedRealmsHeld_lt", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "txHash_gt" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "txHash_lt" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedRealmsHeld_gte", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "txHash_gte" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "txHash_lte" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedRealmsHeld_lte", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "txHash_in" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedRealmsHeld_in", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "txHash_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedRealmsHeld_not_in", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "txHash_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "txHash_not_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "timestamp" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "timestamp_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "timestamp_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "timestamp_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "timestamp_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "timestamp_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "timestamp_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "timestamp_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Filter for the block changed event.", - "block": true - }, - "name": { - "kind": "Name", - "value": "_change_block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BlockChangedFilter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "and" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Transfer_filter" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "or" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Transfer_filter" - } - } - }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "Transfer_orderBy" - }, - "values": [ - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "id" + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "realm" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedV2RealmsHeld", }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "realm__id" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "realm__tokenId" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedV2RealmsHeld_not", }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "realm__minted" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "realm__name" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedV2RealmsHeld_gt", }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "realm__cities" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "realm__harbours" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedV2RealmsHeld_lt", }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "realm__rivers" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "realm__regions" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedV2RealmsHeld_gte", }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "realm__wonder" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "realm__rarityScore" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedV2RealmsHeld_lte", }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "realm__rarityRank" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "realm__order" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedV2RealmsHeld_in", }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "from" + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "from__id" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgedV2RealmsHeld_not_in", }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "from__address" + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "from__realmsHeld" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "totalRealms", }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "from__bridgedRealmsHeld" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "from__bridgedV2RealmsHeld" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "totalRealms_not", }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "from__totalRealms" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "from__joined" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "totalRealms_gt", }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "to" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "to__id" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "totalRealms_lt", }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "to__address" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "to__realmsHeld" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "totalRealms_gte", }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "to__bridgedRealmsHeld" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "to__bridgedV2RealmsHeld" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "totalRealms_lte", }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "to__totalRealms" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "to__joined" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "totalRealms_in", }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "txHash" + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "timestamp" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "totalRealms_not_in", }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "Wallet" - }, - "fields": [ - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "address" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "realms" - }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Realm_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Realm_filter" - } - }, - "directives": [] - } - ], - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Realm" - } - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "realmsHeld" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "bridgedRealmsHeld" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "bridgedV2RealmsHeld" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "totalRealms" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "joined" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - }, - "directives": [] - } - ], - "interfaces": [], - "directives": [] - }, - { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "Wallet_filter" - }, - "fields": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_gte" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "joined", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_lte" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] + directives: [], }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_in" + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "joined_not", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "address" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "joined_gt", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "address_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "address_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "address_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "address_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "address_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "address_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "address_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "joined_lt", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "address_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "address_not_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realms_" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Realm_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realmsHeld" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realmsHeld_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realmsHeld_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realmsHeld_lt" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realmsHeld_gte" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "joined_gte", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realmsHeld_lte" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realmsHeld_in" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "joined_lte", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "realmsHeld_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "joined_in", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedRealmsHeld" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedRealmsHeld_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedRealmsHeld_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedRealmsHeld_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedRealmsHeld_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedRealmsHeld_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedRealmsHeld_in" + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "joined_not_in", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedRealmsHeld_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: "Filter for the block changed event.", + block: true, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedV2RealmsHeld" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + name: { + kind: "Name", + value: "_change_block", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedV2RealmsHeld_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedV2RealmsHeld_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedV2RealmsHeld_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedV2RealmsHeld_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedV2RealmsHeld_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedV2RealmsHeld_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BlockChangedFilter", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedV2RealmsHeld_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "and", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "totalRealms" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "totalRealms_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "totalRealms_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "totalRealms_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "totalRealms_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "totalRealms_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "totalRealms_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + type: { + kind: "ListType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Wallet_filter", + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "totalRealms_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "or", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "joined" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + type: { + kind: "ListType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Wallet_filter", + }, + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "joined_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "joined_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "joined_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "joined_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "joined_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "joined_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "joined_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Filter for the block changed event.", - "block": true - }, - "name": { - "kind": "Name", - "value": "_change_block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BlockChangedFilter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "and" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Wallet_filter" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "or" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Wallet_filter" - } - } - }, - "directives": [] - } + directives: [], + }, ], - "directives": [] + directives: [], }, { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "Wallet_orderBy" + kind: "EnumTypeDefinition", + name: { + kind: "Name", + value: "Wallet_orderBy", }, - "values": [ + values: [ { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "id" + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "id", }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "address" + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "address", }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "realms" + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "realms", }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "realmsHeld" + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "realmsHeld", }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedRealmsHeld" + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "bridgedRealmsHeld", }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "bridgedV2RealmsHeld" + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "bridgedV2RealmsHeld", }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "totalRealms" + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "totalRealms", }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "joined" + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "joined", }, - "directives": [] - } + directives: [], + }, ], - "directives": [] + directives: [], }, { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "_Block_" + kind: "ObjectTypeDefinition", + name: { + kind: "Name", + value: "_Block_", }, - "fields": [ - { - "kind": "FieldDefinition", - "description": { - "kind": "StringValue", - "value": "The hash of the block", - "block": true - }, - "name": { - "kind": "Name", - "value": "hash" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "description": { - "kind": "StringValue", - "value": "The block number", - "block": true - }, - "name": { - "kind": "Name", - "value": "number" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "description": { - "kind": "StringValue", - "value": "Integer representation of the timestamp stored in blocks for the chain", - "block": true - }, - "name": { - "kind": "Name", - "value": "timestamp" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "directives": [] - } + fields: [ + { + kind: "FieldDefinition", + description: { + kind: "StringValue", + value: "The hash of the block", + block: true, + }, + name: { + kind: "Name", + value: "hash", + }, + arguments: [], + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + description: { + kind: "StringValue", + value: "The block number", + block: true, + }, + name: { + kind: "Name", + value: "number", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + description: { + kind: "StringValue", + value: + "Integer representation of the timestamp stored in blocks for the chain", + block: true, + }, + name: { + kind: "Name", + value: "timestamp", + }, + arguments: [], + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + directives: [], + }, ], - "interfaces": [], - "directives": [] + interfaces: [], + directives: [], }, { - "kind": "ObjectTypeDefinition", - "description": { - "kind": "StringValue", - "value": "The type for the top-level _meta field", - "block": true + kind: "ObjectTypeDefinition", + description: { + kind: "StringValue", + value: "The type for the top-level _meta field", + block: true, }, - "name": { - "kind": "Name", - "value": "_Meta_" + name: { + kind: "Name", + value: "_Meta_", }, - "fields": [ - { - "kind": "FieldDefinition", - "description": { - "kind": "StringValue", - "value": "Information about a specific subgraph block. The hash of the block\nwill be null if the _meta field has a block constraint that asks for\na block number. It will be filled if the _meta field has no block constraint\nand therefore asks for the latest block\n", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_Block_" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "description": { - "kind": "StringValue", - "value": "The deployment ID", - "block": true - }, - "name": { - "kind": "Name", - "value": "deployment" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "description": { - "kind": "StringValue", - "value": "If `true`, the subgraph encountered indexing errors at some past block", - "block": true - }, - "name": { - "kind": "Name", - "value": "hasIndexingErrors" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Boolean" - } - } - }, - "directives": [] - } + fields: [ + { + kind: "FieldDefinition", + description: { + kind: "StringValue", + value: + "Information about a specific subgraph block. The hash of the block\nwill be null if the _meta field has a block constraint that asks for\na block number. It will be filled if the _meta field has no block constraint\nand therefore asks for the latest block\n", + block: true, + }, + name: { + kind: "Name", + value: "block", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "_Block_", + }, + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + description: { + kind: "StringValue", + value: "The deployment ID", + block: true, + }, + name: { + kind: "Name", + value: "deployment", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + description: { + kind: "StringValue", + value: + "If `true`, the subgraph encountered indexing errors at some past block", + block: true, + }, + name: { + kind: "Name", + value: "hasIndexingErrors", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Boolean", + }, + }, + }, + directives: [], + }, ], - "interfaces": [], - "directives": [] + interfaces: [], + directives: [], }, { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" + kind: "EnumTypeDefinition", + name: { + kind: "Name", + value: "_SubgraphErrorPolicy_", }, - "values": [ + values: [ { - "kind": "EnumValueDefinition", - "description": { - "kind": "StringValue", - "value": "Data will be returned even if the subgraph has indexing errors", - "block": true + kind: "EnumValueDefinition", + description: { + kind: "StringValue", + value: + "Data will be returned even if the subgraph has indexing errors", + block: true, }, - "name": { - "kind": "Name", - "value": "allow" + name: { + kind: "Name", + value: "allow", }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "description": { - "kind": "StringValue", - "value": "If the subgraph has indexing errors, data will be omitted. The default.", - "block": true + kind: "EnumValueDefinition", + description: { + kind: "StringValue", + value: + "If the subgraph has indexing errors, data will be omitted. The default.", + block: true, }, - "name": { - "kind": "Name", - "value": "deny" + name: { + kind: "Name", + value: "deny", }, - "directives": [] - } + directives: [], + }, ], - "directives": [] - } - ] + directives: [], + }, + ], }; export default buildASTSchema(schemaAST, { assumeValid: true, - assumeValidSDL: true -}); \ No newline at end of file + assumeValidSDL: true, +}); diff --git a/apps/nextjs/src/.graphclient/sources/l1Realms/types.ts b/apps/nextjs/src/.graphclient/sources/l1Realms/types.ts index 67c94ac2..b5aa5b53 100644 --- a/apps/nextjs/src/.graphclient/sources/l1Realms/types.ts +++ b/apps/nextjs/src/.graphclient/sources/l1Realms/types.ts @@ -1,1041 +1,1086 @@ // @ts-nocheck -import type { InContextSdkMethod } from '@graphql-mesh/types'; -import type { MeshContext } from '@graphql-mesh/runtime'; +import type { MeshContext } from "@graphql-mesh/runtime"; +import type { InContextSdkMethod } from "@graphql-mesh/types"; export namespace L1RealmsTypes { export type Maybe = T | null; -export type InputMaybe = Maybe; -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 interface Scalars { - ID: string; - String: string; - Boolean: boolean; - Int: number; - Float: number; - BigDecimal: any; - BigInt: any; - Bytes: any; - Int8: any; -} - -export interface BlockChangedFilter { - number_gte: Scalars['Int']; -} - -export interface Block_height { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -} - -/** Defines the order direction, either ascending or descending */ -export type OrderDirection = - | 'asc' - | 'desc'; - -export interface Query { - resource?: Maybe; - resources: Resource[]; - realm?: Maybe; - realms: Realm[]; - realmResource?: Maybe; - realmResources: RealmResource[]; - wallet?: Maybe; - wallets: Wallet[]; - transfer?: Maybe; - transfers: Transfer[]; - /** Access to subgraph metadata */ - _meta?: Maybe<_Meta_>; -} - - -export interface QueryresourceArgs { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -} - - -export interface QueryresourcesArgs { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -} - - -export interface QueryrealmArgs { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -} - - -export interface QueryrealmsArgs { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -} - - -export interface QueryrealmResourceArgs { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -} - - -export interface QueryrealmResourcesArgs { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -} - - -export interface QuerywalletArgs { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -} - - -export interface QuerywalletsArgs { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -} - - -export interface QuerytransferArgs { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -} - - -export interface QuerytransfersArgs { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -} - - -export interface Query_metaArgs { - block?: InputMaybe; -} - -export interface Realm { - id: Scalars['ID']; - tokenId: Scalars['Int']; - currentOwner: Wallet; - minted: Scalars['BigInt']; - name?: Maybe; - cities: Scalars['Int']; - harbours: Scalars['Int']; - rivers: Scalars['Int']; - regions: Scalars['Int']; - resourceIds: Scalars['Int'][]; - resources?: Maybe; - wonder?: Maybe; - rarityScore: Scalars['BigDecimal']; - rarityRank: Scalars['BigInt']; - order?: Maybe; - bridgedOwner?: Maybe; - bridgedV2Owner?: Maybe; -} - - -export interface RealmresourcesArgs { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -} - -export interface RealmResource { - id: Scalars['ID']; - realm: Realm; - resource: Resource; -} - -export interface RealmResource_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; - realm?: InputMaybe; - realm_not?: InputMaybe; - realm_gt?: InputMaybe; - realm_lt?: InputMaybe; - realm_gte?: InputMaybe; - realm_lte?: InputMaybe; - realm_in?: InputMaybe; - realm_not_in?: InputMaybe; - realm_contains?: InputMaybe; - realm_contains_nocase?: InputMaybe; - realm_not_contains?: InputMaybe; - realm_not_contains_nocase?: InputMaybe; - realm_starts_with?: InputMaybe; - realm_starts_with_nocase?: InputMaybe; - realm_not_starts_with?: InputMaybe; - realm_not_starts_with_nocase?: InputMaybe; - realm_ends_with?: InputMaybe; - realm_ends_with_nocase?: InputMaybe; - realm_not_ends_with?: InputMaybe; - realm_not_ends_with_nocase?: InputMaybe; - realm_?: InputMaybe; - resource?: InputMaybe; - resource_not?: InputMaybe; - resource_gt?: InputMaybe; - resource_lt?: InputMaybe; - resource_gte?: InputMaybe; - resource_lte?: InputMaybe; - resource_in?: InputMaybe; - resource_not_in?: InputMaybe; - resource_contains?: InputMaybe; - resource_contains_nocase?: InputMaybe; - resource_not_contains?: InputMaybe; - resource_not_contains_nocase?: InputMaybe; - resource_starts_with?: InputMaybe; - resource_starts_with_nocase?: InputMaybe; - resource_not_starts_with?: InputMaybe; - resource_not_starts_with_nocase?: InputMaybe; - resource_ends_with?: InputMaybe; - resource_ends_with_nocase?: InputMaybe; - resource_not_ends_with?: InputMaybe; - resource_not_ends_with_nocase?: InputMaybe; - resource_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe[]>; - or?: InputMaybe[]>; -} - -export type RealmResource_orderBy = - | 'id' - | 'realm' - | 'realm__id' - | 'realm__tokenId' - | 'realm__minted' - | 'realm__name' - | 'realm__cities' - | 'realm__harbours' - | 'realm__rivers' - | 'realm__regions' - | 'realm__wonder' - | 'realm__rarityScore' - | 'realm__rarityRank' - | 'realm__order' - | 'resource' - | 'resource__id' - | 'resource__name' - | 'resource__totalRealms'; - -export type RealmTraitOption = - | 'regions' - | 'cities' - | 'harbors' - | 'rivers'; + export type InputMaybe = Maybe; + 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 interface Scalars { + ID: string; + String: string; + Boolean: boolean; + Int: number; + Float: number; + BigDecimal: any; + BigInt: any; + Bytes: any; + Int8: any; + } -export interface Realm_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; - tokenId?: InputMaybe; - tokenId_not?: InputMaybe; - tokenId_gt?: InputMaybe; - tokenId_lt?: InputMaybe; - tokenId_gte?: InputMaybe; - tokenId_lte?: InputMaybe; - tokenId_in?: InputMaybe; - tokenId_not_in?: InputMaybe; - currentOwner?: InputMaybe; - currentOwner_not?: InputMaybe; - currentOwner_gt?: InputMaybe; - currentOwner_lt?: InputMaybe; - currentOwner_gte?: InputMaybe; - currentOwner_lte?: InputMaybe; - currentOwner_in?: InputMaybe; - currentOwner_not_in?: InputMaybe; - currentOwner_contains?: InputMaybe; - currentOwner_contains_nocase?: InputMaybe; - currentOwner_not_contains?: InputMaybe; - currentOwner_not_contains_nocase?: InputMaybe; - currentOwner_starts_with?: InputMaybe; - currentOwner_starts_with_nocase?: InputMaybe; - currentOwner_not_starts_with?: InputMaybe; - currentOwner_not_starts_with_nocase?: InputMaybe; - currentOwner_ends_with?: InputMaybe; - currentOwner_ends_with_nocase?: InputMaybe; - currentOwner_not_ends_with?: InputMaybe; - currentOwner_not_ends_with_nocase?: InputMaybe; - currentOwner_?: InputMaybe; - minted?: InputMaybe; - minted_not?: InputMaybe; - minted_gt?: InputMaybe; - minted_lt?: InputMaybe; - minted_gte?: InputMaybe; - minted_lte?: InputMaybe; - minted_in?: InputMaybe; - minted_not_in?: InputMaybe; - name?: InputMaybe; - name_not?: InputMaybe; - name_gt?: InputMaybe; - name_lt?: InputMaybe; - name_gte?: InputMaybe; - name_lte?: InputMaybe; - name_in?: InputMaybe; - name_not_in?: InputMaybe; - name_contains?: InputMaybe; - name_contains_nocase?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_contains_nocase?: InputMaybe; - name_starts_with?: InputMaybe; - name_starts_with_nocase?: InputMaybe; - name_not_starts_with?: InputMaybe; - name_not_starts_with_nocase?: InputMaybe; - name_ends_with?: InputMaybe; - name_ends_with_nocase?: InputMaybe; - name_not_ends_with?: InputMaybe; - name_not_ends_with_nocase?: InputMaybe; - cities?: InputMaybe; - cities_not?: InputMaybe; - cities_gt?: InputMaybe; - cities_lt?: InputMaybe; - cities_gte?: InputMaybe; - cities_lte?: InputMaybe; - cities_in?: InputMaybe; - cities_not_in?: InputMaybe; - harbours?: InputMaybe; - harbours_not?: InputMaybe; - harbours_gt?: InputMaybe; - harbours_lt?: InputMaybe; - harbours_gte?: InputMaybe; - harbours_lte?: InputMaybe; - harbours_in?: InputMaybe; - harbours_not_in?: InputMaybe; - rivers?: InputMaybe; - rivers_not?: InputMaybe; - rivers_gt?: InputMaybe; - rivers_lt?: InputMaybe; - rivers_gte?: InputMaybe; - rivers_lte?: InputMaybe; - rivers_in?: InputMaybe; - rivers_not_in?: InputMaybe; - regions?: InputMaybe; - regions_not?: InputMaybe; - regions_gt?: InputMaybe; - regions_lt?: InputMaybe; - regions_gte?: InputMaybe; - regions_lte?: InputMaybe; - regions_in?: InputMaybe; - regions_not_in?: InputMaybe; - resourceIds?: InputMaybe; - resourceIds_not?: InputMaybe; - resourceIds_contains?: InputMaybe; - resourceIds_contains_nocase?: InputMaybe; - resourceIds_not_contains?: InputMaybe; - resourceIds_not_contains_nocase?: InputMaybe; - resources_?: InputMaybe; - wonder?: InputMaybe; - wonder_not?: InputMaybe; - wonder_gt?: InputMaybe; - wonder_lt?: InputMaybe; - wonder_gte?: InputMaybe; - wonder_lte?: InputMaybe; - wonder_in?: InputMaybe; - wonder_not_in?: InputMaybe; - wonder_contains?: InputMaybe; - wonder_contains_nocase?: InputMaybe; - wonder_not_contains?: InputMaybe; - wonder_not_contains_nocase?: InputMaybe; - wonder_starts_with?: InputMaybe; - wonder_starts_with_nocase?: InputMaybe; - wonder_not_starts_with?: InputMaybe; - wonder_not_starts_with_nocase?: InputMaybe; - wonder_ends_with?: InputMaybe; - wonder_ends_with_nocase?: InputMaybe; - wonder_not_ends_with?: InputMaybe; - wonder_not_ends_with_nocase?: InputMaybe; - rarityScore?: InputMaybe; - rarityScore_not?: InputMaybe; - rarityScore_gt?: InputMaybe; - rarityScore_lt?: InputMaybe; - rarityScore_gte?: InputMaybe; - rarityScore_lte?: InputMaybe; - rarityScore_in?: InputMaybe; - rarityScore_not_in?: InputMaybe; - rarityRank?: InputMaybe; - rarityRank_not?: InputMaybe; - rarityRank_gt?: InputMaybe; - rarityRank_lt?: InputMaybe; - rarityRank_gte?: InputMaybe; - rarityRank_lte?: InputMaybe; - rarityRank_in?: InputMaybe; - rarityRank_not_in?: InputMaybe; - order?: InputMaybe; - order_not?: InputMaybe; - order_gt?: InputMaybe; - order_lt?: InputMaybe; - order_gte?: InputMaybe; - order_lte?: InputMaybe; - order_in?: InputMaybe; - order_not_in?: InputMaybe; - order_contains?: InputMaybe; - order_contains_nocase?: InputMaybe; - order_not_contains?: InputMaybe; - order_not_contains_nocase?: InputMaybe; - order_starts_with?: InputMaybe; - order_starts_with_nocase?: InputMaybe; - order_not_starts_with?: InputMaybe; - order_not_starts_with_nocase?: InputMaybe; - order_ends_with?: InputMaybe; - order_ends_with_nocase?: InputMaybe; - order_not_ends_with?: InputMaybe; - order_not_ends_with_nocase?: InputMaybe; - bridgedOwner?: InputMaybe; - bridgedOwner_not?: InputMaybe; - bridgedOwner_gt?: InputMaybe; - bridgedOwner_lt?: InputMaybe; - bridgedOwner_gte?: InputMaybe; - bridgedOwner_lte?: InputMaybe; - bridgedOwner_in?: InputMaybe; - bridgedOwner_not_in?: InputMaybe; - bridgedOwner_contains?: InputMaybe; - bridgedOwner_contains_nocase?: InputMaybe; - bridgedOwner_not_contains?: InputMaybe; - bridgedOwner_not_contains_nocase?: InputMaybe; - bridgedOwner_starts_with?: InputMaybe; - bridgedOwner_starts_with_nocase?: InputMaybe; - bridgedOwner_not_starts_with?: InputMaybe; - bridgedOwner_not_starts_with_nocase?: InputMaybe; - bridgedOwner_ends_with?: InputMaybe; - bridgedOwner_ends_with_nocase?: InputMaybe; - bridgedOwner_not_ends_with?: InputMaybe; - bridgedOwner_not_ends_with_nocase?: InputMaybe; - bridgedOwner_?: InputMaybe; - bridgedV2Owner?: InputMaybe; - bridgedV2Owner_not?: InputMaybe; - bridgedV2Owner_gt?: InputMaybe; - bridgedV2Owner_lt?: InputMaybe; - bridgedV2Owner_gte?: InputMaybe; - bridgedV2Owner_lte?: InputMaybe; - bridgedV2Owner_in?: InputMaybe; - bridgedV2Owner_not_in?: InputMaybe; - bridgedV2Owner_contains?: InputMaybe; - bridgedV2Owner_contains_nocase?: InputMaybe; - bridgedV2Owner_not_contains?: InputMaybe; - bridgedV2Owner_not_contains_nocase?: InputMaybe; - bridgedV2Owner_starts_with?: InputMaybe; - bridgedV2Owner_starts_with_nocase?: InputMaybe; - bridgedV2Owner_not_starts_with?: InputMaybe; - bridgedV2Owner_not_starts_with_nocase?: InputMaybe; - bridgedV2Owner_ends_with?: InputMaybe; - bridgedV2Owner_ends_with_nocase?: InputMaybe; - bridgedV2Owner_not_ends_with?: InputMaybe; - bridgedV2Owner_not_ends_with_nocase?: InputMaybe; - bridgedV2Owner_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe[]>; - or?: InputMaybe[]>; -} + export interface BlockChangedFilter { + number_gte: Scalars["Int"]; + } -export type Realm_orderBy = - | 'id' - | 'tokenId' - | 'currentOwner' - | 'currentOwner__id' - | 'currentOwner__address' - | 'currentOwner__realmsHeld' - | 'currentOwner__bridgedRealmsHeld' - | 'currentOwner__bridgedV2RealmsHeld' - | 'currentOwner__totalRealms' - | 'currentOwner__joined' - | 'minted' - | 'name' - | 'cities' - | 'harbours' - | 'rivers' - | 'regions' - | 'resourceIds' - | 'resources' - | 'wonder' - | 'rarityScore' - | 'rarityRank' - | 'order' - | 'bridgedOwner' - | 'bridgedOwner__id' - | 'bridgedOwner__address' - | 'bridgedOwner__realmsHeld' - | 'bridgedOwner__bridgedRealmsHeld' - | 'bridgedOwner__bridgedV2RealmsHeld' - | 'bridgedOwner__totalRealms' - | 'bridgedOwner__joined' - | 'bridgedV2Owner' - | 'bridgedV2Owner__id' - | 'bridgedV2Owner__address' - | 'bridgedV2Owner__realmsHeld' - | 'bridgedV2Owner__bridgedRealmsHeld' - | 'bridgedV2Owner__bridgedV2RealmsHeld' - | 'bridgedV2Owner__totalRealms' - | 'bridgedV2Owner__joined'; + export interface Block_height { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; + } -export interface Resource { - id: Scalars['ID']; - name?: Maybe; - totalRealms?: Maybe; - realms: RealmResource[]; -} + /** Defines the order direction, either ascending or descending */ + export type OrderDirection = "asc" | "desc"; + + export interface Query { + resource?: Maybe; + resources: Resource[]; + realm?: Maybe; + realms: Realm[]; + realmResource?: Maybe; + realmResources: RealmResource[]; + wallet?: Maybe; + wallets: Wallet[]; + transfer?: Maybe; + transfers: Transfer[]; + /** Access to subgraph metadata */ + _meta?: Maybe<_Meta_>; + } + export interface QueryresourceArgs { + id: Scalars["ID"]; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; + } -export interface ResourcerealmsArgs { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -} + export interface QueryresourcesArgs { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; + } -export type ResourceName = - | 'Wood' - | 'Stone' - | 'Coal' - | 'Copper' - | 'Obsidian' - | 'Silver' - | 'Ironwood' - | 'Cold_Iron' - | 'Gold' - | 'Hartwood' - | 'Diamonds' - | 'Sapphire' - | 'Deep_Crystal' - | 'Ruby' - | 'Ignium' - | 'Ethereal_Silica' - | 'True_Ice' - | 'Twilight_Quartz' - | 'Alchemical_Silver' - | 'Adamantine' - | 'Mithral' - | 'Dragonhide'; + export interface QueryrealmArgs { + id: Scalars["ID"]; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; + } -export interface Resource_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; - name?: InputMaybe; - name_not?: InputMaybe; - name_gt?: InputMaybe; - name_lt?: InputMaybe; - name_gte?: InputMaybe; - name_lte?: InputMaybe; - name_in?: InputMaybe; - name_not_in?: InputMaybe; - name_contains?: InputMaybe; - name_contains_nocase?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_contains_nocase?: InputMaybe; - name_starts_with?: InputMaybe; - name_starts_with_nocase?: InputMaybe; - name_not_starts_with?: InputMaybe; - name_not_starts_with_nocase?: InputMaybe; - name_ends_with?: InputMaybe; - name_ends_with_nocase?: InputMaybe; - name_not_ends_with?: InputMaybe; - name_not_ends_with_nocase?: InputMaybe; - totalRealms?: InputMaybe; - totalRealms_not?: InputMaybe; - totalRealms_gt?: InputMaybe; - totalRealms_lt?: InputMaybe; - totalRealms_gte?: InputMaybe; - totalRealms_lte?: InputMaybe; - totalRealms_in?: InputMaybe; - totalRealms_not_in?: InputMaybe; - realms_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe[]>; - or?: InputMaybe[]>; -} + export interface QueryrealmsArgs { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; + } -export type Resource_orderBy = - | 'id' - | 'name' - | 'totalRealms' - | 'realms'; + export interface QueryrealmResourceArgs { + id: Scalars["ID"]; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; + } -export interface Subscription { - resource?: Maybe; - resources: Resource[]; - realm?: Maybe; - realms: Realm[]; - realmResource?: Maybe; - realmResources: RealmResource[]; - wallet?: Maybe; - wallets: Wallet[]; - transfer?: Maybe; - transfers: Transfer[]; - /** Access to subgraph metadata */ - _meta?: Maybe<_Meta_>; -} + export interface QueryrealmResourcesArgs { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; + } + export interface QuerywalletArgs { + id: Scalars["ID"]; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; + } -export interface SubscriptionresourceArgs { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -} + export interface QuerywalletsArgs { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; + } + export interface QuerytransferArgs { + id: Scalars["ID"]; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; + } -export interface SubscriptionresourcesArgs { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -} + export interface QuerytransfersArgs { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; + } + export interface Query_metaArgs { + block?: InputMaybe; + } -export interface SubscriptionrealmArgs { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -} + export interface Realm { + id: Scalars["ID"]; + tokenId: Scalars["Int"]; + currentOwner: Wallet; + minted: Scalars["BigInt"]; + name?: Maybe; + cities: Scalars["Int"]; + harbours: Scalars["Int"]; + rivers: Scalars["Int"]; + regions: Scalars["Int"]; + resourceIds: Scalars["Int"][]; + resources?: Maybe; + wonder?: Maybe; + rarityScore: Scalars["BigDecimal"]; + rarityRank: Scalars["BigInt"]; + order?: Maybe; + bridgedOwner?: Maybe; + bridgedV2Owner?: Maybe; + } + export interface RealmresourcesArgs { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + } -export interface SubscriptionrealmsArgs { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -} + export interface RealmResource { + id: Scalars["ID"]; + realm: Realm; + resource: Resource; + } + export interface RealmResource_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; + realm?: InputMaybe; + realm_not?: InputMaybe; + realm_gt?: InputMaybe; + realm_lt?: InputMaybe; + realm_gte?: InputMaybe; + realm_lte?: InputMaybe; + realm_in?: InputMaybe; + realm_not_in?: InputMaybe; + realm_contains?: InputMaybe; + realm_contains_nocase?: InputMaybe; + realm_not_contains?: InputMaybe; + realm_not_contains_nocase?: InputMaybe; + realm_starts_with?: InputMaybe; + realm_starts_with_nocase?: InputMaybe; + realm_not_starts_with?: InputMaybe; + realm_not_starts_with_nocase?: InputMaybe; + realm_ends_with?: InputMaybe; + realm_ends_with_nocase?: InputMaybe; + realm_not_ends_with?: InputMaybe; + realm_not_ends_with_nocase?: InputMaybe; + realm_?: InputMaybe; + resource?: InputMaybe; + resource_not?: InputMaybe; + resource_gt?: InputMaybe; + resource_lt?: InputMaybe; + resource_gte?: InputMaybe; + resource_lte?: InputMaybe; + resource_in?: InputMaybe; + resource_not_in?: InputMaybe; + resource_contains?: InputMaybe; + resource_contains_nocase?: InputMaybe; + resource_not_contains?: InputMaybe; + resource_not_contains_nocase?: InputMaybe; + resource_starts_with?: InputMaybe; + resource_starts_with_nocase?: InputMaybe; + resource_not_starts_with?: InputMaybe; + resource_not_starts_with_nocase?: InputMaybe; + resource_ends_with?: InputMaybe; + resource_ends_with_nocase?: InputMaybe; + resource_not_ends_with?: InputMaybe; + resource_not_ends_with_nocase?: InputMaybe; + resource_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe[]>; + or?: InputMaybe[]>; + } -export interface SubscriptionrealmResourceArgs { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -} + export type RealmResource_orderBy = + | "id" + | "realm" + | "realm__id" + | "realm__tokenId" + | "realm__minted" + | "realm__name" + | "realm__cities" + | "realm__harbours" + | "realm__rivers" + | "realm__regions" + | "realm__wonder" + | "realm__rarityScore" + | "realm__rarityRank" + | "realm__order" + | "resource" + | "resource__id" + | "resource__name" + | "resource__totalRealms"; + + export type RealmTraitOption = "regions" | "cities" | "harbors" | "rivers"; + + export interface Realm_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; + tokenId?: InputMaybe; + tokenId_not?: InputMaybe; + tokenId_gt?: InputMaybe; + tokenId_lt?: InputMaybe; + tokenId_gte?: InputMaybe; + tokenId_lte?: InputMaybe; + tokenId_in?: InputMaybe; + tokenId_not_in?: InputMaybe; + currentOwner?: InputMaybe; + currentOwner_not?: InputMaybe; + currentOwner_gt?: InputMaybe; + currentOwner_lt?: InputMaybe; + currentOwner_gte?: InputMaybe; + currentOwner_lte?: InputMaybe; + currentOwner_in?: InputMaybe; + currentOwner_not_in?: InputMaybe; + currentOwner_contains?: InputMaybe; + currentOwner_contains_nocase?: InputMaybe; + currentOwner_not_contains?: InputMaybe; + currentOwner_not_contains_nocase?: InputMaybe; + currentOwner_starts_with?: InputMaybe; + currentOwner_starts_with_nocase?: InputMaybe; + currentOwner_not_starts_with?: InputMaybe; + currentOwner_not_starts_with_nocase?: InputMaybe; + currentOwner_ends_with?: InputMaybe; + currentOwner_ends_with_nocase?: InputMaybe; + currentOwner_not_ends_with?: InputMaybe; + currentOwner_not_ends_with_nocase?: InputMaybe; + currentOwner_?: InputMaybe; + minted?: InputMaybe; + minted_not?: InputMaybe; + minted_gt?: InputMaybe; + minted_lt?: InputMaybe; + minted_gte?: InputMaybe; + minted_lte?: InputMaybe; + minted_in?: InputMaybe; + minted_not_in?: InputMaybe; + name?: InputMaybe; + name_not?: InputMaybe; + name_gt?: InputMaybe; + name_lt?: InputMaybe; + name_gte?: InputMaybe; + name_lte?: InputMaybe; + name_in?: InputMaybe; + name_not_in?: InputMaybe; + name_contains?: InputMaybe; + name_contains_nocase?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_nocase?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_nocase?: InputMaybe; + name_not_starts_with?: InputMaybe; + name_not_starts_with_nocase?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_nocase?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_nocase?: InputMaybe; + cities?: InputMaybe; + cities_not?: InputMaybe; + cities_gt?: InputMaybe; + cities_lt?: InputMaybe; + cities_gte?: InputMaybe; + cities_lte?: InputMaybe; + cities_in?: InputMaybe; + cities_not_in?: InputMaybe; + harbours?: InputMaybe; + harbours_not?: InputMaybe; + harbours_gt?: InputMaybe; + harbours_lt?: InputMaybe; + harbours_gte?: InputMaybe; + harbours_lte?: InputMaybe; + harbours_in?: InputMaybe; + harbours_not_in?: InputMaybe; + rivers?: InputMaybe; + rivers_not?: InputMaybe; + rivers_gt?: InputMaybe; + rivers_lt?: InputMaybe; + rivers_gte?: InputMaybe; + rivers_lte?: InputMaybe; + rivers_in?: InputMaybe; + rivers_not_in?: InputMaybe; + regions?: InputMaybe; + regions_not?: InputMaybe; + regions_gt?: InputMaybe; + regions_lt?: InputMaybe; + regions_gte?: InputMaybe; + regions_lte?: InputMaybe; + regions_in?: InputMaybe; + regions_not_in?: InputMaybe; + resourceIds?: InputMaybe; + resourceIds_not?: InputMaybe; + resourceIds_contains?: InputMaybe; + resourceIds_contains_nocase?: InputMaybe; + resourceIds_not_contains?: InputMaybe; + resourceIds_not_contains_nocase?: InputMaybe; + resources_?: InputMaybe; + wonder?: InputMaybe; + wonder_not?: InputMaybe; + wonder_gt?: InputMaybe; + wonder_lt?: InputMaybe; + wonder_gte?: InputMaybe; + wonder_lte?: InputMaybe; + wonder_in?: InputMaybe; + wonder_not_in?: InputMaybe; + wonder_contains?: InputMaybe; + wonder_contains_nocase?: InputMaybe; + wonder_not_contains?: InputMaybe; + wonder_not_contains_nocase?: InputMaybe; + wonder_starts_with?: InputMaybe; + wonder_starts_with_nocase?: InputMaybe; + wonder_not_starts_with?: InputMaybe; + wonder_not_starts_with_nocase?: InputMaybe; + wonder_ends_with?: InputMaybe; + wonder_ends_with_nocase?: InputMaybe; + wonder_not_ends_with?: InputMaybe; + wonder_not_ends_with_nocase?: InputMaybe; + rarityScore?: InputMaybe; + rarityScore_not?: InputMaybe; + rarityScore_gt?: InputMaybe; + rarityScore_lt?: InputMaybe; + rarityScore_gte?: InputMaybe; + rarityScore_lte?: InputMaybe; + rarityScore_in?: InputMaybe; + rarityScore_not_in?: InputMaybe; + rarityRank?: InputMaybe; + rarityRank_not?: InputMaybe; + rarityRank_gt?: InputMaybe; + rarityRank_lt?: InputMaybe; + rarityRank_gte?: InputMaybe; + rarityRank_lte?: InputMaybe; + rarityRank_in?: InputMaybe; + rarityRank_not_in?: InputMaybe; + order?: InputMaybe; + order_not?: InputMaybe; + order_gt?: InputMaybe; + order_lt?: InputMaybe; + order_gte?: InputMaybe; + order_lte?: InputMaybe; + order_in?: InputMaybe; + order_not_in?: InputMaybe; + order_contains?: InputMaybe; + order_contains_nocase?: InputMaybe; + order_not_contains?: InputMaybe; + order_not_contains_nocase?: InputMaybe; + order_starts_with?: InputMaybe; + order_starts_with_nocase?: InputMaybe; + order_not_starts_with?: InputMaybe; + order_not_starts_with_nocase?: InputMaybe; + order_ends_with?: InputMaybe; + order_ends_with_nocase?: InputMaybe; + order_not_ends_with?: InputMaybe; + order_not_ends_with_nocase?: InputMaybe; + bridgedOwner?: InputMaybe; + bridgedOwner_not?: InputMaybe; + bridgedOwner_gt?: InputMaybe; + bridgedOwner_lt?: InputMaybe; + bridgedOwner_gte?: InputMaybe; + bridgedOwner_lte?: InputMaybe; + bridgedOwner_in?: InputMaybe; + bridgedOwner_not_in?: InputMaybe; + bridgedOwner_contains?: InputMaybe; + bridgedOwner_contains_nocase?: InputMaybe; + bridgedOwner_not_contains?: InputMaybe; + bridgedOwner_not_contains_nocase?: InputMaybe; + bridgedOwner_starts_with?: InputMaybe; + bridgedOwner_starts_with_nocase?: InputMaybe; + bridgedOwner_not_starts_with?: InputMaybe; + bridgedOwner_not_starts_with_nocase?: InputMaybe; + bridgedOwner_ends_with?: InputMaybe; + bridgedOwner_ends_with_nocase?: InputMaybe; + bridgedOwner_not_ends_with?: InputMaybe; + bridgedOwner_not_ends_with_nocase?: InputMaybe; + bridgedOwner_?: InputMaybe; + bridgedV2Owner?: InputMaybe; + bridgedV2Owner_not?: InputMaybe; + bridgedV2Owner_gt?: InputMaybe; + bridgedV2Owner_lt?: InputMaybe; + bridgedV2Owner_gte?: InputMaybe; + bridgedV2Owner_lte?: InputMaybe; + bridgedV2Owner_in?: InputMaybe; + bridgedV2Owner_not_in?: InputMaybe; + bridgedV2Owner_contains?: InputMaybe; + bridgedV2Owner_contains_nocase?: InputMaybe; + bridgedV2Owner_not_contains?: InputMaybe; + bridgedV2Owner_not_contains_nocase?: InputMaybe; + bridgedV2Owner_starts_with?: InputMaybe; + bridgedV2Owner_starts_with_nocase?: InputMaybe; + bridgedV2Owner_not_starts_with?: InputMaybe; + bridgedV2Owner_not_starts_with_nocase?: InputMaybe; + bridgedV2Owner_ends_with?: InputMaybe; + bridgedV2Owner_ends_with_nocase?: InputMaybe; + bridgedV2Owner_not_ends_with?: InputMaybe; + bridgedV2Owner_not_ends_with_nocase?: InputMaybe; + bridgedV2Owner_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe[]>; + or?: InputMaybe[]>; + } + export type Realm_orderBy = + | "id" + | "tokenId" + | "currentOwner" + | "currentOwner__id" + | "currentOwner__address" + | "currentOwner__realmsHeld" + | "currentOwner__bridgedRealmsHeld" + | "currentOwner__bridgedV2RealmsHeld" + | "currentOwner__totalRealms" + | "currentOwner__joined" + | "minted" + | "name" + | "cities" + | "harbours" + | "rivers" + | "regions" + | "resourceIds" + | "resources" + | "wonder" + | "rarityScore" + | "rarityRank" + | "order" + | "bridgedOwner" + | "bridgedOwner__id" + | "bridgedOwner__address" + | "bridgedOwner__realmsHeld" + | "bridgedOwner__bridgedRealmsHeld" + | "bridgedOwner__bridgedV2RealmsHeld" + | "bridgedOwner__totalRealms" + | "bridgedOwner__joined" + | "bridgedV2Owner" + | "bridgedV2Owner__id" + | "bridgedV2Owner__address" + | "bridgedV2Owner__realmsHeld" + | "bridgedV2Owner__bridgedRealmsHeld" + | "bridgedV2Owner__bridgedV2RealmsHeld" + | "bridgedV2Owner__totalRealms" + | "bridgedV2Owner__joined"; + + export interface Resource { + id: Scalars["ID"]; + name?: Maybe; + totalRealms?: Maybe; + realms: RealmResource[]; + } -export interface SubscriptionrealmResourcesArgs { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -} + export interface ResourcerealmsArgs { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + } + export type ResourceName = + | "Wood" + | "Stone" + | "Coal" + | "Copper" + | "Obsidian" + | "Silver" + | "Ironwood" + | "Cold_Iron" + | "Gold" + | "Hartwood" + | "Diamonds" + | "Sapphire" + | "Deep_Crystal" + | "Ruby" + | "Ignium" + | "Ethereal_Silica" + | "True_Ice" + | "Twilight_Quartz" + | "Alchemical_Silver" + | "Adamantine" + | "Mithral" + | "Dragonhide"; + + export interface Resource_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; + name?: InputMaybe; + name_not?: InputMaybe; + name_gt?: InputMaybe; + name_lt?: InputMaybe; + name_gte?: InputMaybe; + name_lte?: InputMaybe; + name_in?: InputMaybe; + name_not_in?: InputMaybe; + name_contains?: InputMaybe; + name_contains_nocase?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_nocase?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_nocase?: InputMaybe; + name_not_starts_with?: InputMaybe; + name_not_starts_with_nocase?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_nocase?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_nocase?: InputMaybe; + totalRealms?: InputMaybe; + totalRealms_not?: InputMaybe; + totalRealms_gt?: InputMaybe; + totalRealms_lt?: InputMaybe; + totalRealms_gte?: InputMaybe; + totalRealms_lte?: InputMaybe; + totalRealms_in?: InputMaybe; + totalRealms_not_in?: InputMaybe; + realms_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe[]>; + or?: InputMaybe[]>; + } -export interface SubscriptionwalletArgs { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -} + export type Resource_orderBy = "id" | "name" | "totalRealms" | "realms"; + + export interface Subscription { + resource?: Maybe; + resources: Resource[]; + realm?: Maybe; + realms: Realm[]; + realmResource?: Maybe; + realmResources: RealmResource[]; + wallet?: Maybe; + wallets: Wallet[]; + transfer?: Maybe; + transfers: Transfer[]; + /** Access to subgraph metadata */ + _meta?: Maybe<_Meta_>; + } + export interface SubscriptionresourceArgs { + id: Scalars["ID"]; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; + } -export interface SubscriptionwalletsArgs { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -} + export interface SubscriptionresourcesArgs { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; + } + export interface SubscriptionrealmArgs { + id: Scalars["ID"]; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; + } -export interface SubscriptiontransferArgs { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -} + export interface SubscriptionrealmsArgs { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; + } + export interface SubscriptionrealmResourceArgs { + id: Scalars["ID"]; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; + } -export interface SubscriptiontransfersArgs { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -} + export interface SubscriptionrealmResourcesArgs { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; + } + export interface SubscriptionwalletArgs { + id: Scalars["ID"]; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; + } -export interface Subscription_metaArgs { - block?: InputMaybe; -} + export interface SubscriptionwalletsArgs { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; + } -export interface Transfer { - id: Scalars['ID']; - realm?: Maybe; - from: Wallet; - to: Wallet; - txHash: Scalars['Bytes']; - timestamp: Scalars['BigInt']; -} + export interface SubscriptiontransferArgs { + id: Scalars["ID"]; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; + } -export interface Transfer_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; - realm?: InputMaybe; - realm_not?: InputMaybe; - realm_gt?: InputMaybe; - realm_lt?: InputMaybe; - realm_gte?: InputMaybe; - realm_lte?: InputMaybe; - realm_in?: InputMaybe; - realm_not_in?: InputMaybe; - realm_contains?: InputMaybe; - realm_contains_nocase?: InputMaybe; - realm_not_contains?: InputMaybe; - realm_not_contains_nocase?: InputMaybe; - realm_starts_with?: InputMaybe; - realm_starts_with_nocase?: InputMaybe; - realm_not_starts_with?: InputMaybe; - realm_not_starts_with_nocase?: InputMaybe; - realm_ends_with?: InputMaybe; - realm_ends_with_nocase?: InputMaybe; - realm_not_ends_with?: InputMaybe; - realm_not_ends_with_nocase?: InputMaybe; - realm_?: InputMaybe; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe; - from_not_in?: InputMaybe; - from_contains?: InputMaybe; - from_contains_nocase?: InputMaybe; - from_not_contains?: InputMaybe; - from_not_contains_nocase?: InputMaybe; - from_starts_with?: InputMaybe; - from_starts_with_nocase?: InputMaybe; - from_not_starts_with?: InputMaybe; - from_not_starts_with_nocase?: InputMaybe; - from_ends_with?: InputMaybe; - from_ends_with_nocase?: InputMaybe; - from_not_ends_with?: InputMaybe; - from_not_ends_with_nocase?: InputMaybe; - from_?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe; - to_not_in?: InputMaybe; - to_contains?: InputMaybe; - to_contains_nocase?: InputMaybe; - to_not_contains?: InputMaybe; - to_not_contains_nocase?: InputMaybe; - to_starts_with?: InputMaybe; - to_starts_with_nocase?: InputMaybe; - to_not_starts_with?: InputMaybe; - to_not_starts_with_nocase?: InputMaybe; - to_ends_with?: InputMaybe; - to_ends_with_nocase?: InputMaybe; - to_not_ends_with?: InputMaybe; - to_not_ends_with_nocase?: InputMaybe; - to_?: InputMaybe; - txHash?: InputMaybe; - txHash_not?: InputMaybe; - txHash_gt?: InputMaybe; - txHash_lt?: InputMaybe; - txHash_gte?: InputMaybe; - txHash_lte?: InputMaybe; - txHash_in?: InputMaybe; - txHash_not_in?: InputMaybe; - txHash_contains?: InputMaybe; - txHash_not_contains?: 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; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe[]>; - or?: InputMaybe[]>; -} + export interface SubscriptiontransfersArgs { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; + } -export type Transfer_orderBy = - | 'id' - | 'realm' - | 'realm__id' - | 'realm__tokenId' - | 'realm__minted' - | 'realm__name' - | 'realm__cities' - | 'realm__harbours' - | 'realm__rivers' - | 'realm__regions' - | 'realm__wonder' - | 'realm__rarityScore' - | 'realm__rarityRank' - | 'realm__order' - | 'from' - | 'from__id' - | 'from__address' - | 'from__realmsHeld' - | 'from__bridgedRealmsHeld' - | 'from__bridgedV2RealmsHeld' - | 'from__totalRealms' - | 'from__joined' - | 'to' - | 'to__id' - | 'to__address' - | 'to__realmsHeld' - | 'to__bridgedRealmsHeld' - | 'to__bridgedV2RealmsHeld' - | 'to__totalRealms' - | 'to__joined' - | 'txHash' - | 'timestamp'; + export interface Subscription_metaArgs { + block?: InputMaybe; + } -export interface Wallet { - id: Scalars['ID']; - address: Scalars['Bytes']; - realms?: Maybe; - realmsHeld: Scalars['BigInt']; - bridgedRealmsHeld: Scalars['BigInt']; - bridgedV2RealmsHeld: Scalars['BigInt']; - totalRealms: Scalars['BigInt']; - joined: Scalars['BigInt']; -} + export interface Transfer { + id: Scalars["ID"]; + realm?: Maybe; + from: Wallet; + to: Wallet; + txHash: Scalars["Bytes"]; + timestamp: Scalars["BigInt"]; + } + export interface Transfer_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; + realm?: InputMaybe; + realm_not?: InputMaybe; + realm_gt?: InputMaybe; + realm_lt?: InputMaybe; + realm_gte?: InputMaybe; + realm_lte?: InputMaybe; + realm_in?: InputMaybe; + realm_not_in?: InputMaybe; + realm_contains?: InputMaybe; + realm_contains_nocase?: InputMaybe; + realm_not_contains?: InputMaybe; + realm_not_contains_nocase?: InputMaybe; + realm_starts_with?: InputMaybe; + realm_starts_with_nocase?: InputMaybe; + realm_not_starts_with?: InputMaybe; + realm_not_starts_with_nocase?: InputMaybe; + realm_ends_with?: InputMaybe; + realm_ends_with_nocase?: InputMaybe; + realm_not_ends_with?: InputMaybe; + realm_not_ends_with_nocase?: InputMaybe; + realm_?: InputMaybe; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe; + from_not_in?: InputMaybe; + from_contains?: InputMaybe; + from_contains_nocase?: InputMaybe; + from_not_contains?: InputMaybe; + from_not_contains_nocase?: InputMaybe; + from_starts_with?: InputMaybe; + from_starts_with_nocase?: InputMaybe; + from_not_starts_with?: InputMaybe; + from_not_starts_with_nocase?: InputMaybe; + from_ends_with?: InputMaybe; + from_ends_with_nocase?: InputMaybe; + from_not_ends_with?: InputMaybe; + from_not_ends_with_nocase?: InputMaybe; + from_?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe; + to_not_in?: InputMaybe; + to_contains?: InputMaybe; + to_contains_nocase?: InputMaybe; + to_not_contains?: InputMaybe; + to_not_contains_nocase?: InputMaybe; + to_starts_with?: InputMaybe; + to_starts_with_nocase?: InputMaybe; + to_not_starts_with?: InputMaybe; + to_not_starts_with_nocase?: InputMaybe; + to_ends_with?: InputMaybe; + to_ends_with_nocase?: InputMaybe; + to_not_ends_with?: InputMaybe; + to_not_ends_with_nocase?: InputMaybe; + to_?: InputMaybe; + txHash?: InputMaybe; + txHash_not?: InputMaybe; + txHash_gt?: InputMaybe; + txHash_lt?: InputMaybe; + txHash_gte?: InputMaybe; + txHash_lte?: InputMaybe; + txHash_in?: InputMaybe; + txHash_not_in?: InputMaybe; + txHash_contains?: InputMaybe; + txHash_not_contains?: 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; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe[]>; + or?: InputMaybe[]>; + } -export interface WalletrealmsArgs { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -} + export type Transfer_orderBy = + | "id" + | "realm" + | "realm__id" + | "realm__tokenId" + | "realm__minted" + | "realm__name" + | "realm__cities" + | "realm__harbours" + | "realm__rivers" + | "realm__regions" + | "realm__wonder" + | "realm__rarityScore" + | "realm__rarityRank" + | "realm__order" + | "from" + | "from__id" + | "from__address" + | "from__realmsHeld" + | "from__bridgedRealmsHeld" + | "from__bridgedV2RealmsHeld" + | "from__totalRealms" + | "from__joined" + | "to" + | "to__id" + | "to__address" + | "to__realmsHeld" + | "to__bridgedRealmsHeld" + | "to__bridgedV2RealmsHeld" + | "to__totalRealms" + | "to__joined" + | "txHash" + | "timestamp"; + + export interface Wallet { + id: Scalars["ID"]; + address: Scalars["Bytes"]; + realms?: Maybe; + realmsHeld: Scalars["BigInt"]; + bridgedRealmsHeld: Scalars["BigInt"]; + bridgedV2RealmsHeld: Scalars["BigInt"]; + totalRealms: Scalars["BigInt"]; + joined: Scalars["BigInt"]; + } -export interface Wallet_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; - 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; - realms_?: InputMaybe; - realmsHeld?: InputMaybe; - realmsHeld_not?: InputMaybe; - realmsHeld_gt?: InputMaybe; - realmsHeld_lt?: InputMaybe; - realmsHeld_gte?: InputMaybe; - realmsHeld_lte?: InputMaybe; - realmsHeld_in?: InputMaybe; - realmsHeld_not_in?: InputMaybe; - bridgedRealmsHeld?: InputMaybe; - bridgedRealmsHeld_not?: InputMaybe; - bridgedRealmsHeld_gt?: InputMaybe; - bridgedRealmsHeld_lt?: InputMaybe; - bridgedRealmsHeld_gte?: InputMaybe; - bridgedRealmsHeld_lte?: InputMaybe; - bridgedRealmsHeld_in?: InputMaybe; - bridgedRealmsHeld_not_in?: InputMaybe; - bridgedV2RealmsHeld?: InputMaybe; - bridgedV2RealmsHeld_not?: InputMaybe; - bridgedV2RealmsHeld_gt?: InputMaybe; - bridgedV2RealmsHeld_lt?: InputMaybe; - bridgedV2RealmsHeld_gte?: InputMaybe; - bridgedV2RealmsHeld_lte?: InputMaybe; - bridgedV2RealmsHeld_in?: InputMaybe; - bridgedV2RealmsHeld_not_in?: InputMaybe; - totalRealms?: InputMaybe; - totalRealms_not?: InputMaybe; - totalRealms_gt?: InputMaybe; - totalRealms_lt?: InputMaybe; - totalRealms_gte?: InputMaybe; - totalRealms_lte?: InputMaybe; - totalRealms_in?: InputMaybe; - totalRealms_not_in?: InputMaybe; - joined?: InputMaybe; - joined_not?: InputMaybe; - joined_gt?: InputMaybe; - joined_lt?: InputMaybe; - joined_gte?: InputMaybe; - joined_lte?: InputMaybe; - joined_in?: InputMaybe; - joined_not_in?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe[]>; - or?: InputMaybe[]>; -} + export interface WalletrealmsArgs { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + } -export type Wallet_orderBy = - | 'id' - | 'address' - | 'realms' - | 'realmsHeld' - | 'bridgedRealmsHeld' - | 'bridgedV2RealmsHeld' - | 'totalRealms' - | 'joined'; + export interface Wallet_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; + 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; + realms_?: InputMaybe; + realmsHeld?: InputMaybe; + realmsHeld_not?: InputMaybe; + realmsHeld_gt?: InputMaybe; + realmsHeld_lt?: InputMaybe; + realmsHeld_gte?: InputMaybe; + realmsHeld_lte?: InputMaybe; + realmsHeld_in?: InputMaybe; + realmsHeld_not_in?: InputMaybe; + bridgedRealmsHeld?: InputMaybe; + bridgedRealmsHeld_not?: InputMaybe; + bridgedRealmsHeld_gt?: InputMaybe; + bridgedRealmsHeld_lt?: InputMaybe; + bridgedRealmsHeld_gte?: InputMaybe; + bridgedRealmsHeld_lte?: InputMaybe; + bridgedRealmsHeld_in?: InputMaybe; + bridgedRealmsHeld_not_in?: InputMaybe; + bridgedV2RealmsHeld?: InputMaybe; + bridgedV2RealmsHeld_not?: InputMaybe; + bridgedV2RealmsHeld_gt?: InputMaybe; + bridgedV2RealmsHeld_lt?: InputMaybe; + bridgedV2RealmsHeld_gte?: InputMaybe; + bridgedV2RealmsHeld_lte?: InputMaybe; + bridgedV2RealmsHeld_in?: InputMaybe; + bridgedV2RealmsHeld_not_in?: InputMaybe; + totalRealms?: InputMaybe; + totalRealms_not?: InputMaybe; + totalRealms_gt?: InputMaybe; + totalRealms_lt?: InputMaybe; + totalRealms_gte?: InputMaybe; + totalRealms_lte?: InputMaybe; + totalRealms_in?: InputMaybe; + totalRealms_not_in?: InputMaybe; + joined?: InputMaybe; + joined_not?: InputMaybe; + joined_gt?: InputMaybe; + joined_lt?: InputMaybe; + joined_gte?: InputMaybe; + joined_lte?: InputMaybe; + joined_in?: InputMaybe; + joined_not_in?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe[]>; + or?: InputMaybe[]>; + } -export interface _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; -} + export type Wallet_orderBy = + | "id" + | "address" + | "realms" + | "realmsHeld" + | "bridgedRealmsHeld" + | "bridgedV2RealmsHeld" + | "totalRealms" + | "joined"; + + export interface _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 type for the top-level _meta field */ -export interface _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']; -} + /** The type for the top-level _meta field */ + export interface _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 type _SubgraphErrorPolicy_ = - /** Data will be returned even if the subgraph has indexing errors */ - | 'allow' - /** If the subgraph has indexing errors, data will be omitted. The default. */ - | 'deny'; + export type _SubgraphErrorPolicy_ = + /** Data will be returned even if the subgraph has indexing errors */ + | "allow" + /** If the subgraph has indexing errors, data will be omitted. The default. */ + | "deny"; export interface QuerySdk { - /** null **/ - resource: InContextSdkMethod, - /** null **/ - resources: InContextSdkMethod, - /** null **/ - realm: InContextSdkMethod, - /** null **/ - realms: InContextSdkMethod, - /** null **/ - realmResource: InContextSdkMethod, - /** null **/ - realmResources: InContextSdkMethod, - /** null **/ - wallet: InContextSdkMethod, - /** null **/ - wallets: InContextSdkMethod, - /** null **/ - transfer: InContextSdkMethod, - /** null **/ - transfers: InContextSdkMethod, - /** Access to subgraph metadata **/ - _meta: InContextSdkMethod + /** null **/ + resource: InContextSdkMethod< + Query["resource"], + QueryresourceArgs, + MeshContext + >; + /** null **/ + resources: InContextSdkMethod< + Query["resources"], + QueryresourcesArgs, + MeshContext + >; + /** null **/ + realm: InContextSdkMethod; + /** null **/ + realms: InContextSdkMethod; + /** null **/ + realmResource: InContextSdkMethod< + Query["realmResource"], + QueryrealmResourceArgs, + MeshContext + >; + /** null **/ + realmResources: InContextSdkMethod< + Query["realmResources"], + QueryrealmResourcesArgs, + MeshContext + >; + /** null **/ + wallet: InContextSdkMethod; + /** null **/ + wallets: InContextSdkMethod< + Query["wallets"], + QuerywalletsArgs, + MeshContext + >; + /** null **/ + transfer: InContextSdkMethod< + Query["transfer"], + QuerytransferArgs, + MeshContext + >; + /** null **/ + transfers: InContextSdkMethod< + Query["transfers"], + QuerytransfersArgs, + MeshContext + >; + /** Access to subgraph metadata **/ + _meta: InContextSdkMethod; } - export interface MutationSdk { - - } + export interface MutationSdk {} export interface SubscriptionSdk { - /** null **/ - resource: InContextSdkMethod, - /** null **/ - resources: InContextSdkMethod, - /** null **/ - realm: InContextSdkMethod, - /** null **/ - realms: InContextSdkMethod, - /** null **/ - realmResource: InContextSdkMethod, - /** null **/ - realmResources: InContextSdkMethod, - /** null **/ - wallet: InContextSdkMethod, - /** null **/ - wallets: InContextSdkMethod, - /** null **/ - transfer: InContextSdkMethod, - /** null **/ - transfers: InContextSdkMethod, - /** Access to subgraph metadata **/ - _meta: InContextSdkMethod + /** null **/ + resource: InContextSdkMethod< + Subscription["resource"], + SubscriptionresourceArgs, + MeshContext + >; + /** null **/ + resources: InContextSdkMethod< + Subscription["resources"], + SubscriptionresourcesArgs, + MeshContext + >; + /** null **/ + realm: InContextSdkMethod< + Subscription["realm"], + SubscriptionrealmArgs, + MeshContext + >; + /** null **/ + realms: InContextSdkMethod< + Subscription["realms"], + SubscriptionrealmsArgs, + MeshContext + >; + /** null **/ + realmResource: InContextSdkMethod< + Subscription["realmResource"], + SubscriptionrealmResourceArgs, + MeshContext + >; + /** null **/ + realmResources: InContextSdkMethod< + Subscription["realmResources"], + SubscriptionrealmResourcesArgs, + MeshContext + >; + /** null **/ + wallet: InContextSdkMethod< + Subscription["wallet"], + SubscriptionwalletArgs, + MeshContext + >; + /** null **/ + wallets: InContextSdkMethod< + Subscription["wallets"], + SubscriptionwalletsArgs, + MeshContext + >; + /** null **/ + transfer: InContextSdkMethod< + Subscription["transfer"], + SubscriptiontransferArgs, + MeshContext + >; + /** null **/ + transfers: InContextSdkMethod< + Subscription["transfers"], + SubscriptiontransfersArgs, + MeshContext + >; + /** Access to subgraph metadata **/ + _meta: InContextSdkMethod< + Subscription["_meta"], + Subscription_metaArgs, + MeshContext + >; } export interface Context { - ["l1Realms"]: { Query: QuerySdk, Mutation: MutationSdk, Subscription: SubscriptionSdk }, - ["realmsSubgraph"]: Scalars['ID'] - } + ["l1Realms"]: { + Query: QuerySdk; + Mutation: MutationSdk; + Subscription: SubscriptionSdk; + }; + ["realmsSubgraph"]: Scalars["ID"]; + } } diff --git a/apps/nextjs/src/.graphclient/sources/lordsbridge/introspectionSchema.ts b/apps/nextjs/src/.graphclient/sources/lordsbridge/introspectionSchema.ts index f7ab7a78..b5d9f3f4 100644 --- a/apps/nextjs/src/.graphclient/sources/lordsbridge/introspectionSchema.ts +++ b/apps/nextjs/src/.graphclient/sources/lordsbridge/introspectionSchema.ts @@ -1,10147 +1,10194 @@ // @ts-nocheck -import { buildASTSchema } from 'graphql'; +import { buildASTSchema } from "graphql"; const schemaAST = { - "kind": "Document", - "definitions": [ + kind: "Document", + definitions: [ { - "kind": "SchemaDefinition", - "operationTypes": [ - { - "kind": "OperationTypeDefinition", - "operation": "query", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Query" - } - } - }, - { - "kind": "OperationTypeDefinition", - "operation": "subscription", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Subscription" - } - } - } + kind: "SchemaDefinition", + operationTypes: [ + { + kind: "OperationTypeDefinition", + operation: "query", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Query", + }, + }, + }, + { + kind: "OperationTypeDefinition", + operation: "subscription", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Subscription", + }, + }, + }, ], - "directives": [] + directives: [], }, { - "kind": "DirectiveDefinition", - "description": { - "kind": "StringValue", - "value": "Marks the GraphQL type as indexable entity. Each type that should be an entity is required to be annotated with this directive." + kind: "DirectiveDefinition", + description: { + kind: "StringValue", + value: + "Marks the GraphQL type as indexable entity. Each type that should be an entity is required to be annotated with this directive.", }, - "name": { - "kind": "Name", - "value": "entity" + name: { + kind: "Name", + value: "entity", }, - "arguments": [], - "repeatable": false, - "locations": [ - { - "kind": "Name", - "value": "OBJECT" - } - ] + arguments: [], + repeatable: false, + locations: [ + { + kind: "Name", + value: "OBJECT", + }, + ], }, { - "kind": "DirectiveDefinition", - "description": { - "kind": "StringValue", - "value": "Defined a Subgraph ID for an object type" + kind: "DirectiveDefinition", + description: { + kind: "StringValue", + value: "Defined a Subgraph ID for an object type", }, - "name": { - "kind": "Name", - "value": "subgraphId" + name: { + kind: "Name", + value: "subgraphId", }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - }, - "directives": [] - } + arguments: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, + directives: [], + }, ], - "repeatable": false, - "locations": [ + repeatable: false, + locations: [ { - "kind": "Name", - "value": "OBJECT" - } - ] + kind: "Name", + value: "OBJECT", + }, + ], }, { - "kind": "DirectiveDefinition", - "description": { - "kind": "StringValue", - "value": "creates a virtual field on the entity that may be queried but cannot be set manually through the mappings API." + kind: "DirectiveDefinition", + description: { + kind: "StringValue", + value: + "creates a virtual field on the entity that may be queried but cannot be set manually through the mappings API.", }, - "name": { - "kind": "Name", - "value": "derivedFrom" + name: { + kind: "Name", + value: "derivedFrom", }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "field" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - }, - "directives": [] - } + arguments: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "field", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, + directives: [], + }, ], - "repeatable": false, - "locations": [ + repeatable: false, + locations: [ { - "kind": "Name", - "value": "FIELD_DEFINITION" - } - ] + kind: "Name", + value: "FIELD_DEFINITION", + }, + ], }, { - "kind": "ScalarTypeDefinition", - "name": { - "kind": "Name", - "value": "BigDecimal" + kind: "ScalarTypeDefinition", + name: { + kind: "Name", + value: "BigDecimal", }, - "directives": [] + directives: [], }, { - "kind": "ScalarTypeDefinition", - "name": { - "kind": "Name", - "value": "BigInt" + kind: "ScalarTypeDefinition", + name: { + kind: "Name", + value: "BigInt", }, - "directives": [] + directives: [], }, { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "BlockChangedFilter" + kind: "InputObjectTypeDefinition", + name: { + kind: "Name", + value: "BlockChangedFilter", }, - "fields": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "number_gte" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - } - }, - "directives": [] - } + fields: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "number_gte", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + }, + directives: [], + }, ], - "directives": [] + directives: [], }, { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "Block_height" + kind: "InputObjectTypeDefinition", + name: { + kind: "Name", + value: "Block_height", }, - "fields": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "hash" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + fields: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "hash", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "number" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "number", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "number_gte" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "number_gte", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, }, - "directives": [] - } + directives: [], + }, ], - "directives": [] + directives: [], }, { - "kind": "ScalarTypeDefinition", - "name": { - "kind": "Name", - "value": "Bytes" + kind: "ScalarTypeDefinition", + name: { + kind: "Name", + value: "Bytes", }, - "directives": [] + directives: [], }, { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "Deposit" + kind: "ObjectTypeDefinition", + name: { + kind: "Name", + value: "Deposit", }, - "fields": [ - { - "kind": "FieldDefinition", - "description": { - "kind": "StringValue", - "value": "[bridgeL1Address, ...payload].join('-')", - "block": true - }, - "name": { - "kind": "Name", - "value": "id" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "depositEvents" - }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } + fields: [ + { + kind: "FieldDefinition", + description: { + kind: "StringValue", + value: "[bridgeL1Address, ...payload].join('-')", + block: true, + }, + name: { + kind: "Name", + value: "id", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "depositEvents", + }, + arguments: [ { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "skip", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "0", + }, + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "DepositEvent_orderBy" - } - }, - "directives": [] + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "first", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "100", + }, + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderBy", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "DepositEvent_orderBy", + }, + }, + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "DepositEvent_filter" - } - }, - "directives": [] - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderDirection", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "OrderDirection", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "where", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "DepositEvent_filter", + }, + }, + directives: [], + }, ], - "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "DepositEvent" - } - } - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "l1Sender" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "l2Recipient" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "createdTimestamp" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - } - ], - "interfaces": [], - "directives": [] - }, - { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "DepositEvent" - }, - "fields": [ - { - "kind": "FieldDefinition", - "description": { - "kind": "StringValue", - "value": "uniq ID", - "block": true - }, - "name": { - "kind": "Name", - "value": "id" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL1" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL2" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "amount" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "status" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "TransferStatus" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "payload" - }, - "arguments": [], - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "nonce" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "createdAtBlock" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "createdTxHash" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "finishedAtBlock" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "finishedAtDate" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "finishedTxHash" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - } - ], - "interfaces": [], - "directives": [] - }, - { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "DepositEvent_filter" - }, - "fields": [ + type: { + kind: "NonNullType", + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "DepositEvent", + }, + }, + }, + }, + }, + directives: [], + }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" + kind: "FieldDefinition", + name: { + kind: "Name", + value: "l1Sender", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_gte" + kind: "FieldDefinition", + name: { + kind: "Name", + value: "l2Recipient", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_lte" + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] + directives: [], }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_in" + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "createdTimestamp", + }, + arguments: [], + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - } + directives: [], + }, + ], + interfaces: [], + directives: [], + }, + { + kind: "ObjectTypeDefinition", + name: { + kind: "Name", + value: "DepositEvent", + }, + fields: [ + { + kind: "FieldDefinition", + description: { + kind: "StringValue", + value: "uniq ID", + block: true, + }, + name: { + kind: "Name", + value: "id", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - } + kind: "FieldDefinition", + name: { + kind: "Name", + value: "bridgeAddressL1", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL1" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL1_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL1_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL1_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL1_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL1_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL1_in" + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "bridgeAddressL2", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL1_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } + kind: "FieldDefinition", + name: { + kind: "Name", + value: "amount", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL1_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL1_not_contains" + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "status", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "TransferStatus", + }, + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL2" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "payload", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL2_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL2_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL2_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL2_gte" + arguments: [], + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL2_lte" + kind: "FieldDefinition", + name: { + kind: "Name", + value: "nonce", + }, + arguments: [], + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL2_in" + kind: "FieldDefinition", + name: { + kind: "Name", + value: "createdAtBlock", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL2_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } + kind: "FieldDefinition", + name: { + kind: "Name", + value: "createdTxHash", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL2_contains" + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "finishedAtBlock", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL2_not_contains" + arguments: [], + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "finishedAtDate", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "amount" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + arguments: [], + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "amount_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "amount_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "amount_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "amount_gte" + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "finishedTxHash", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "amount_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "amount_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "amount_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "status" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "TransferStatus" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "status_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "TransferStatus" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "status_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "TransferStatus" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "status_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "TransferStatus" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "payload" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "payload_not" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "payload_contains" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "payload_contains_nocase" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "payload_not_contains" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "payload_not_contains_nocase" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "nonce" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "nonce_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "nonce_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "nonce_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "nonce_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "nonce_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "nonce_in" + arguments: [], + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + directives: [], + }, + ], + interfaces: [], + directives: [], + }, + { + kind: "InputObjectTypeDefinition", + name: { + kind: "Name", + value: "DepositEvent_filter", + }, + fields: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "nonce_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_not", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdAtBlock" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdAtBlock_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdAtBlock_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdAtBlock_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdAtBlock_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdAtBlock_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdAtBlock_in" + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_gt", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdAtBlock_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_lt", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdTxHash" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdTxHash_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdTxHash_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdTxHash_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdTxHash_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdTxHash_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdTxHash_in" + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_gte", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdTxHash_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_lte", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdTxHash_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdTxHash_not_contains" + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_in", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedAtBlock" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_not_in", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedAtBlock_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedAtBlock_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedAtBlock_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedAtBlock_gte" + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedAtBlock_lte" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgeAddressL1", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedAtBlock_in" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgeAddressL1_not", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedAtBlock_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgeAddressL1_gt", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedAtDate" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedAtDate_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedAtDate_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedAtDate_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedAtDate_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedAtDate_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedAtDate_in" + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgeAddressL1_lt", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedAtDate_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgeAddressL1_gte", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedTxHash" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedTxHash_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedTxHash_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedTxHash_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedTxHash_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedTxHash_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedTxHash_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedTxHash_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedTxHash_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedTxHash_not_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Filter for the block changed event.", - "block": true - }, - "name": { - "kind": "Name", - "value": "_change_block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BlockChangedFilter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "and" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "DepositEvent_filter" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "or" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "DepositEvent_filter" - } - } - }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "DepositEvent_orderBy" - }, - "values": [ + directives: [], + }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "id" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgeAddressL1_lte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL1" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgeAddressL1_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL2" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgeAddressL1_not_in", }, - "directives": [] + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + }, + }, + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "amount" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgeAddressL1_contains", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "status" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgeAddressL1_not_contains", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "payload" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgeAddressL2", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "nonce" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgeAddressL2_not", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "createdAtBlock" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgeAddressL2_gt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "createdTxHash" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgeAddressL2_lt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "finishedAtBlock" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgeAddressL2_gte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "finishedAtDate" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgeAddressL2_lte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "finishedTxHash" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgeAddressL2_in", }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "Deposit_filter" - }, - "fields": [ + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + }, + }, + directives: [], + }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgeAddressL2_not_in", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_not" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgeAddressL2_contains", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "depositEvents" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "depositEvents_not" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "depositEvents_contains" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "depositEvents_contains_nocase" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "depositEvents_not_contains" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "depositEvents_not_contains_nocase" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "depositEvents_" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "DepositEvent_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l1Sender" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l1Sender_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l1Sender_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l1Sender_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l1Sender_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l1Sender_lte" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l1Sender_in" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgeAddressL2_not_contains", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l1Sender_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l1Sender_contains" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "amount", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l1Sender_not_contains" + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "amount_not", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l2Recipient" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "amount_gt", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l2Recipient_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l2Recipient_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l2Recipient_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l2Recipient_gte" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l2Recipient_lte" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "amount_lt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l2Recipient_in" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "amount_gte", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l2Recipient_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "amount_lte", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l2Recipient_contains" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "amount_in", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l2Recipient_not_contains" + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "amount_not_in", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdTimestamp" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdTimestamp_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdTimestamp_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdTimestamp_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdTimestamp_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdTimestamp_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdTimestamp_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdTimestamp_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Filter for the block changed event.", - "block": true - }, - "name": { - "kind": "Name", - "value": "_change_block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BlockChangedFilter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "and" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Deposit_filter" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "or" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Deposit_filter" - } - } - }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "Deposit_orderBy" - }, - "values": [ + directives: [], + }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "id" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "status", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "TransferStatus", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "depositEvents" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "status_not", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "TransferStatus", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "l1Sender" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "status_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "TransferStatus", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "l2Recipient" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "status_not_in", }, - "directives": [] + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "TransferStatus", + }, + }, + }, + }, + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "createdTimestamp" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "payload", }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "ScalarTypeDefinition", - "description": { - "kind": "StringValue", - "value": "8 bytes signed integer\n", - "block": true - }, - "name": { - "kind": "Name", - "value": "Int8" - }, - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "description": { - "kind": "StringValue", - "value": "Defines the order direction, either ascending or descending", - "block": true - }, - "name": { - "kind": "Name", - "value": "OrderDirection" - }, - "values": [ - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "asc" + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "desc" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "payload_not", }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "Query" - }, - "fields": [ + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + }, + }, + directives: [], + }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "depositEvent" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "payload_contains", }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "DepositEvent" - } }, - "directives": [] + directives: [], }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "depositEvents" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "payload_contains_nocase", }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "payload_not_contains", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "DepositEvent_orderBy" - } + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "payload_not_contains_nocase", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "nonce", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "DepositEvent_filter" - } - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "nonce_not", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "nonce_gt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], - "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "DepositEvent" - } - } - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "deposit" - }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "nonce_lt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "nonce_gte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Deposit" - } }, - "directives": [] + directives: [], }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "deposits" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "nonce_lte", }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "nonce_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Deposit_orderBy" - } + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "nonce_not_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdAtBlock", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Deposit_filter" - } - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdAtBlock_not", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdAtBlock_gt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], - "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Deposit" - } - } - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "withdrawalEvent" - }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdAtBlock_lt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdAtBlock_gte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "WithdrawalEvent" - } }, - "directives": [] + directives: [], }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "withdrawalEvents" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdAtBlock_lte", }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdAtBlock_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "WithdrawalEvent_orderBy" - } + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdAtBlock_not_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdTxHash", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "WithdrawalEvent_filter" - } - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdTxHash_not", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdTxHash_gt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], - "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "WithdrawalEvent" - } - } - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "withdrawal" - }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdTxHash_lt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdTxHash_gte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Withdrawal" - } }, - "directives": [] + directives: [], }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "withdrawals" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdTxHash_lte", }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdTxHash_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Withdrawal_orderBy" - } + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdTxHash_not_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdTxHash_contains", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Withdrawal_filter" - } - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdTxHash_not_contains", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedAtBlock", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], - "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Withdrawal" - } - } - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "token" - }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedAtBlock_not", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedAtBlock_gt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Token" - } }, - "directives": [] + directives: [], }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "tokens" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedAtBlock_lt", }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedAtBlock_gte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Token_orderBy" - } - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedAtBlock_lte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedAtBlock_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Token_filter" - } + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedAtBlock_not_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedAtDate", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedAtDate_not", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedAtDate_gt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedAtDate_lt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedAtDate_gte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedAtDate_lte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedAtDate_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedAtDate_not_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedTxHash", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedTxHash_not", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedTxHash_gt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedTxHash_lt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedTxHash_gte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedTxHash_lte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedTxHash_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedTxHash_not_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedTxHash_contains", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedTxHash_not_contains", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: "Filter for the block changed event.", + block: true, + }, + name: { + kind: "Name", + value: "_change_block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BlockChangedFilter", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "and", + }, + type: { + kind: "ListType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "DepositEvent_filter", + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "or", + }, + type: { + kind: "ListType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "DepositEvent_filter", + }, + }, + }, + directives: [], + }, + ], + directives: [], + }, + { + kind: "EnumTypeDefinition", + name: { + kind: "Name", + value: "DepositEvent_orderBy", + }, + values: [ + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "id", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "bridgeAddressL1", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "bridgeAddressL2", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "amount", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "status", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "payload", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "nonce", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "createdAtBlock", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "createdTxHash", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "finishedAtBlock", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "finishedAtDate", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "finishedTxHash", + }, + directives: [], + }, + ], + directives: [], + }, + { + kind: "InputObjectTypeDefinition", + name: { + kind: "Name", + value: "Deposit_filter", + }, + fields: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_not", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_gt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_lt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_gte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_lte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_not_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "depositEvents", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "depositEvents_not", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "depositEvents_contains", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "depositEvents_contains_nocase", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "depositEvents_not_contains", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "depositEvents_not_contains_nocase", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "depositEvents_", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "DepositEvent_filter", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l1Sender", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l1Sender_not", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l1Sender_gt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l1Sender_lt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l1Sender_gte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l1Sender_lte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l1Sender_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l1Sender_not_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l1Sender_contains", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l1Sender_not_contains", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l2Recipient", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l2Recipient_not", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l2Recipient_gt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l2Recipient_lt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l2Recipient_gte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l2Recipient_lte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l2Recipient_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l2Recipient_not_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l2Recipient_contains", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l2Recipient_not_contains", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdTimestamp", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdTimestamp_not", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdTimestamp_gt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdTimestamp_lt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdTimestamp_gte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdTimestamp_lte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdTimestamp_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdTimestamp_not_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: "Filter for the block changed event.", + block: true, + }, + name: { + kind: "Name", + value: "_change_block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BlockChangedFilter", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "and", + }, + type: { + kind: "ListType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Deposit_filter", + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "or", + }, + type: { + kind: "ListType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Deposit_filter", + }, + }, + }, + directives: [], + }, + ], + directives: [], + }, + { + kind: "EnumTypeDefinition", + name: { + kind: "Name", + value: "Deposit_orderBy", + }, + values: [ + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "id", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "depositEvents", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "l1Sender", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "l2Recipient", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "createdTimestamp", + }, + directives: [], + }, + ], + directives: [], + }, + { + kind: "ScalarTypeDefinition", + description: { + kind: "StringValue", + value: "8 bytes signed integer\n", + block: true, + }, + name: { + kind: "Name", + value: "Int8", + }, + directives: [], + }, + { + kind: "EnumTypeDefinition", + description: { + kind: "StringValue", + value: "Defines the order direction, either ascending or descending", + block: true, + }, + name: { + kind: "Name", + value: "OrderDirection", + }, + values: [ + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "asc", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "desc", + }, + directives: [], + }, + ], + directives: [], + }, + { + kind: "ObjectTypeDefinition", + name: { + kind: "Name", + value: "Query", + }, + fields: [ + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "depositEvent", + }, + arguments: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + block: true, + }, + name: { + kind: "Name", + value: "block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Block_height", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + block: true, + }, + name: { + kind: "Name", + value: "subgraphError", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "_SubgraphErrorPolicy_", + }, + }, + }, + defaultValue: { + kind: "EnumValue", + value: "deny", + }, + directives: [], + }, + ], + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "DepositEvent", + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "depositEvents", + }, + arguments: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "skip", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "0", + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "first", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "100", + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderBy", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "DepositEvent_orderBy", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderDirection", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "OrderDirection", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "where", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "DepositEvent_filter", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + block: true, + }, + name: { + kind: "Name", + value: "block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Block_height", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + block: true, + }, + name: { + kind: "Name", + value: "subgraphError", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "_SubgraphErrorPolicy_", + }, + }, + }, + defaultValue: { + kind: "EnumValue", + value: "deny", + }, + directives: [], + }, + ], + type: { + kind: "NonNullType", + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "DepositEvent", + }, + }, + }, + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "deposit", + }, + arguments: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + block: true, + }, + name: { + kind: "Name", + value: "block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Block_height", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + block: true, + }, + name: { + kind: "Name", + value: "subgraphError", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "_SubgraphErrorPolicy_", + }, + }, + }, + defaultValue: { + kind: "EnumValue", + value: "deny", + }, + directives: [], + }, + ], + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Deposit", + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "deposits", + }, + arguments: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "skip", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "0", + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "first", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "100", + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderBy", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Deposit_orderBy", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderDirection", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "OrderDirection", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "where", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Deposit_filter", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + block: true, + }, + name: { + kind: "Name", + value: "block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Block_height", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + block: true, + }, + name: { + kind: "Name", + value: "subgraphError", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "_SubgraphErrorPolicy_", + }, + }, + }, + defaultValue: { + kind: "EnumValue", + value: "deny", + }, + directives: [], + }, + ], + type: { + kind: "NonNullType", + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Deposit", + }, + }, + }, + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "withdrawalEvent", + }, + arguments: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + block: true, + }, + name: { + kind: "Name", + value: "block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Block_height", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + block: true, + }, + name: { + kind: "Name", + value: "subgraphError", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "_SubgraphErrorPolicy_", + }, + }, + }, + defaultValue: { + kind: "EnumValue", + value: "deny", + }, + directives: [], + }, + ], + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "WithdrawalEvent", + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "withdrawalEvents", + }, + arguments: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "skip", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "0", + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "first", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "100", + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderBy", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "WithdrawalEvent_orderBy", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderDirection", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "OrderDirection", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "where", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "WithdrawalEvent_filter", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + block: true, + }, + name: { + kind: "Name", + value: "block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Block_height", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + block: true, + }, + name: { + kind: "Name", + value: "subgraphError", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "_SubgraphErrorPolicy_", + }, + }, + }, + defaultValue: { + kind: "EnumValue", + value: "deny", + }, + directives: [], + }, + ], + type: { + kind: "NonNullType", + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "WithdrawalEvent", + }, + }, + }, + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "withdrawal", + }, + arguments: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + block: true, + }, + name: { + kind: "Name", + value: "block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Block_height", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + block: true, + }, + name: { + kind: "Name", + value: "subgraphError", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "_SubgraphErrorPolicy_", + }, + }, + }, + defaultValue: { + kind: "EnumValue", + value: "deny", + }, + directives: [], + }, + ], + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Withdrawal", + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "withdrawals", + }, + arguments: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "skip", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "0", + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "first", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "100", + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderBy", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Withdrawal_orderBy", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderDirection", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "OrderDirection", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "where", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Withdrawal_filter", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + block: true, + }, + name: { + kind: "Name", + value: "block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Block_height", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + block: true, + }, + name: { + kind: "Name", + value: "subgraphError", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "_SubgraphErrorPolicy_", + }, + }, + }, + defaultValue: { + kind: "EnumValue", + value: "deny", + }, + directives: [], + }, + ], + type: { + kind: "NonNullType", + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Withdrawal", + }, + }, + }, + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "token", + }, + arguments: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + block: true, + }, + name: { + kind: "Name", + value: "block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Block_height", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + block: true, + }, + name: { + kind: "Name", + value: "subgraphError", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "_SubgraphErrorPolicy_", + }, + }, + }, + defaultValue: { + kind: "EnumValue", + value: "deny", + }, + directives: [], + }, + ], + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Token", + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "tokens", + }, + arguments: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "skip", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "0", + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "first", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "100", + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderBy", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Token_orderBy", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderDirection", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "OrderDirection", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "where", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Token_filter", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + block: true, + }, + name: { + kind: "Name", + value: "block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Block_height", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + block: true, + }, + name: { + kind: "Name", + value: "subgraphError", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "_SubgraphErrorPolicy_", + }, + }, + }, + defaultValue: { + kind: "EnumValue", + value: "deny", + }, + directives: [], + }, + ], + type: { + kind: "NonNullType", + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Token", + }, + }, + }, + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + description: { + kind: "StringValue", + value: "Access to subgraph metadata", + block: true, + }, + name: { + kind: "Name", + value: "_meta", + }, + arguments: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Block_height", + }, + }, + directives: [], + }, + ], + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "_Meta_", + }, + }, + directives: [], + }, + ], + interfaces: [], + directives: [], + }, + { + kind: "ObjectTypeDefinition", + name: { + kind: "Name", + value: "Subscription", + }, + fields: [ + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "depositEvent", + }, + arguments: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + block: true, + }, + name: { + kind: "Name", + value: "block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Block_height", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + block: true, + }, + name: { + kind: "Name", + value: "subgraphError", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "_SubgraphErrorPolicy_", + }, + }, + }, + defaultValue: { + kind: "EnumValue", + value: "deny", + }, + directives: [], + }, + ], + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "DepositEvent", + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "depositEvents", + }, + arguments: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "skip", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "0", + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "first", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "100", + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderBy", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "DepositEvent_orderBy", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderDirection", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "OrderDirection", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "where", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "DepositEvent_filter", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + block: true, + }, + name: { + kind: "Name", + value: "block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Block_height", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + block: true, + }, + name: { + kind: "Name", + value: "subgraphError", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "_SubgraphErrorPolicy_", + }, + }, + }, + defaultValue: { + kind: "EnumValue", + value: "deny", + }, + directives: [], + }, + ], + type: { + kind: "NonNullType", + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "DepositEvent", + }, + }, + }, + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "deposit", + }, + arguments: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + block: true, + }, + name: { + kind: "Name", + value: "block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Block_height", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + block: true, + }, + name: { + kind: "Name", + value: "subgraphError", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "_SubgraphErrorPolicy_", + }, + }, + }, + defaultValue: { + kind: "EnumValue", + value: "deny", + }, + directives: [], + }, + ], + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Deposit", + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "deposits", + }, + arguments: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "skip", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "0", + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "first", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "100", + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderBy", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Deposit_orderBy", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderDirection", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "OrderDirection", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "where", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Deposit_filter", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + block: true, + }, + name: { + kind: "Name", + value: "block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Block_height", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + block: true, + }, + name: { + kind: "Name", + value: "subgraphError", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "_SubgraphErrorPolicy_", + }, + }, + }, + defaultValue: { + kind: "EnumValue", + value: "deny", + }, + directives: [], + }, + ], + type: { + kind: "NonNullType", + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Deposit", + }, + }, + }, + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "withdrawalEvent", + }, + arguments: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + block: true, + }, + name: { + kind: "Name", + value: "block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Block_height", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + block: true, + }, + name: { + kind: "Name", + value: "subgraphError", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "_SubgraphErrorPolicy_", + }, + }, + }, + defaultValue: { + kind: "EnumValue", + value: "deny", + }, + directives: [], + }, + ], + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "WithdrawalEvent", + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "withdrawalEvents", + }, + arguments: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "skip", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "0", + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "first", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "100", + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderBy", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "WithdrawalEvent_orderBy", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderDirection", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "OrderDirection", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "where", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "WithdrawalEvent_filter", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + block: true, + }, + name: { + kind: "Name", + value: "block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Block_height", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + block: true, + }, + name: { + kind: "Name", + value: "subgraphError", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "_SubgraphErrorPolicy_", + }, + }, + }, + defaultValue: { + kind: "EnumValue", + value: "deny", + }, + directives: [], + }, + ], + type: { + kind: "NonNullType", + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "WithdrawalEvent", + }, + }, + }, + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "withdrawal", + }, + arguments: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + block: true, + }, + name: { + kind: "Name", + value: "block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Block_height", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + block: true, + }, + name: { + kind: "Name", + value: "subgraphError", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "_SubgraphErrorPolicy_", + }, + }, + }, + defaultValue: { + kind: "EnumValue", + value: "deny", + }, + directives: [], + }, + ], + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Withdrawal", + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "withdrawals", + }, + arguments: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "skip", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "0", + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "first", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "100", + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderBy", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Withdrawal_orderBy", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderDirection", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "OrderDirection", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "where", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Withdrawal_filter", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + block: true, + }, + name: { + kind: "Name", + value: "block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Block_height", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + block: true, + }, + name: { + kind: "Name", + value: "subgraphError", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "_SubgraphErrorPolicy_", + }, + }, + }, + defaultValue: { + kind: "EnumValue", + value: "deny", + }, + directives: [], + }, + ], + type: { + kind: "NonNullType", + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Withdrawal", + }, + }, + }, + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "token", + }, + arguments: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + block: true, + }, + name: { + kind: "Name", + value: "block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Block_height", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + block: true, + }, + name: { + kind: "Name", + value: "subgraphError", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "_SubgraphErrorPolicy_", + }, + }, + }, + defaultValue: { + kind: "EnumValue", + value: "deny", + }, + directives: [], + }, + ], + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Token", + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "tokens", + }, + arguments: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "skip", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "0", + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "first", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "100", + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderBy", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Token_orderBy", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderDirection", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "OrderDirection", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "where", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Token_filter", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + block: true, + }, + name: { + kind: "Name", + value: "block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Block_height", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: + "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + block: true, + }, + name: { + kind: "Name", + value: "subgraphError", + }, + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "_SubgraphErrorPolicy_", + }, + }, + }, + defaultValue: { + kind: "EnumValue", + value: "deny", + }, + directives: [], + }, + ], + type: { + kind: "NonNullType", + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Token", + }, + }, + }, + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + description: { + kind: "StringValue", + value: "Access to subgraph metadata", + block: true, + }, + name: { + kind: "Name", + value: "_meta", + }, + arguments: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Block_height", + }, + }, + directives: [], + }, + ], + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "_Meta_", + }, + }, + directives: [], + }, + ], + interfaces: [], + directives: [], + }, + { + kind: "ObjectTypeDefinition", + name: { + kind: "Name", + value: "Token", + }, + fields: [ + { + kind: "FieldDefinition", + description: { + kind: "StringValue", + value: "address", + block: true, + }, + name: { + kind: "Name", + value: "id", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "name", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "symbol", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "decimals", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + }, + directives: [], + }, + ], + interfaces: [], + directives: [], + }, + { + kind: "InputObjectTypeDefinition", + name: { + kind: "Name", + value: "Token_filter", + }, + fields: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_not", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_gt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_lt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_gte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_lte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_not_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_not", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_gt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_lt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_gte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_lte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_not_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_contains", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_contains_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_not_contains", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_not_contains_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_starts_with", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_starts_with_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_not_starts_with", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_not_starts_with_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_ends_with", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_ends_with_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_not_ends_with", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "name_not_ends_with_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "symbol", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "symbol_not", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "symbol_gt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "symbol_lt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "symbol_gte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "symbol_lte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "symbol_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "symbol_not_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "symbol_contains", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "symbol_contains_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "symbol_not_contains", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "symbol_not_contains_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "symbol_starts_with", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "symbol_starts_with_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "symbol_not_starts_with", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "symbol_not_starts_with_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "symbol_ends_with", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "symbol_ends_with_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "symbol_not_ends_with", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "symbol_not_ends_with_nocase", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "decimals", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "decimals_not", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "decimals_gt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "decimals_lt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "decimals_gte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "decimals_lte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "decimals_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "decimals_not_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: "Filter for the block changed event.", + block: true, + }, + name: { + kind: "Name", + value: "_change_block", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BlockChangedFilter", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "and", + }, + type: { + kind: "ListType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Token_filter", + }, + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "or", + }, + type: { + kind: "ListType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Token_filter", + }, + }, + }, + directives: [], + }, + ], + directives: [], + }, + { + kind: "EnumTypeDefinition", + name: { + kind: "Name", + value: "Token_orderBy", + }, + values: [ + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "id", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "name", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "symbol", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "decimals", + }, + directives: [], + }, + ], + directives: [], + }, + { + kind: "EnumTypeDefinition", + name: { + kind: "Name", + value: "TransferStatus", + }, + values: [ + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "PENDING", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "FINISHED", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "ACCEPTED_ON_L1", + }, + directives: [], + }, + { + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "ACCEPTED_ON_L2", + }, + directives: [], + }, + ], + directives: [], + }, + { + kind: "ObjectTypeDefinition", + name: { + kind: "Name", + value: "Withdrawal", + }, + fields: [ + { + kind: "FieldDefinition", + description: { + kind: "StringValue", + value: "[bridgeL1Address, ...payload].join('-')", + block: true, + }, + name: { + kind: "Name", + value: "id", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "l1Recipient", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "l2Sender", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "createdTimestamp", + }, + arguments: [], + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "withdrawalEvents", + }, + arguments: [ { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], - "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Token" - } - } - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "description": { - "kind": "StringValue", - "value": "Access to subgraph metadata", - "block": true - }, - "name": { - "kind": "Name", - "value": "_meta" - }, - "arguments": [ + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "skip", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "0", + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "first", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + defaultValue: { + kind: "IntValue", + value: "100", + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderBy", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "WithdrawalEvent_orderBy", + }, + }, + directives: [], + }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "orderDirection", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "OrderDirection", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "where", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "WithdrawalEvent_filter", + }, + }, + directives: [], + }, ], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_Meta_" - } - }, - "directives": [] - } + type: { + kind: "NonNullType", + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "WithdrawalEvent", + }, + }, + }, + }, + }, + directives: [], + }, ], - "interfaces": [], - "directives": [] + interfaces: [], + directives: [], }, { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "Subscription" + kind: "ObjectTypeDefinition", + name: { + kind: "Name", + value: "WithdrawalEvent", }, - "fields": [ + fields: [ + { + kind: "FieldDefinition", + description: { + kind: "StringValue", + value: "uniq ID", + block: true, + }, + name: { + kind: "Name", + value: "id", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + }, + directives: [], + }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "depositEvent" + kind: "FieldDefinition", + name: { + kind: "Name", + value: "bridgeAddressL1", }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", }, - "directives": [] }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "DepositEvent" - } }, - "directives": [] + directives: [], }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "depositEvents" + kind: "FieldDefinition", + name: { + kind: "Name", + value: "bridgeAddressL2", }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "l1Recipient", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", }, - "directives": [] }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "DepositEvent_orderBy" - } + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "amount", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", }, - "directives": [] }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "status", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "TransferStatus", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "createdAtBlock", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", }, - "directives": [] }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "createdTxHash", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "DepositEvent_filter" - } + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "finishedAtBlock", + }, + arguments: [], + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "finishedAtDate", + }, + arguments: [], + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + name: { + kind: "Name", + value: "finishedTxHash", + }, + arguments: [], + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + ], + interfaces: [], + directives: [], + }, + { + kind: "InputObjectTypeDefinition", + name: { + kind: "Name", + value: "WithdrawalEvent_filter", + }, + fields: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_not", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_gt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_lt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_gte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_lte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, }, - "directives": [] }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_not_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, }, - "name": { - "kind": "Name", - "value": "block" + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgeAddressL1", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgeAddressL1_not", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgeAddressL1_gt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgeAddressL1_lt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgeAddressL1_gte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgeAddressL1_lte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgeAddressL1_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgeAddressL1_not_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], - "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "DepositEvent" - } - } - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "deposit" - }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgeAddressL1_contains", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgeAddressL1_not_contains", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgeAddressL2", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgeAddressL2_not", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgeAddressL2_gt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgeAddressL2_lt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgeAddressL2_gte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgeAddressL2_lte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgeAddressL2_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "name": { - "kind": "Name", - "value": "block" + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgeAddressL2_not_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgeAddressL2_contains", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "bridgeAddressL2_not_contains", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l1Recipient", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l1Recipient_not", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l1Recipient_gt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l1Recipient_lt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l1Recipient_gte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l1Recipient_lte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l1Recipient_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Deposit" - } }, - "directives": [] + directives: [], }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "deposits" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l1Recipient_not_in", }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l1Recipient_contains", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Deposit_orderBy" - } - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l1Recipient_not_contains", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "amount", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Deposit_filter" - } - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "amount_not", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "amount_gt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], - "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Deposit" - } - } - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "withdrawalEvent" - }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "amount_lt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "amount_gte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "WithdrawalEvent" - } }, - "directives": [] + directives: [], }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "withdrawalEvents" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "amount_lte", }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "amount_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "WithdrawalEvent_orderBy" - } + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "amount_not_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "status", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "TransferStatus", }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "WithdrawalEvent_filter" - } - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "status_not", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "TransferStatus", }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "status_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "TransferStatus", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "status_not_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "TransferStatus", + }, }, - "directives": [] }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], - "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "WithdrawalEvent" - } - } - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "withdrawal" - }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdAtBlock", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdAtBlock_not", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Withdrawal" - } }, - "directives": [] + directives: [], }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "withdrawals" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdAtBlock_gt", }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdAtBlock_lt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Withdrawal_orderBy" - } - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdAtBlock_gte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdAtBlock_lte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Withdrawal_filter" - } + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdAtBlock_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdAtBlock_not_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], - "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Withdrawal" - } - } - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "token" - }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdTxHash", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdTxHash_not", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Token" - } }, - "directives": [] + directives: [], }, { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "tokens" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdTxHash_gt", }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdTxHash_lt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Token_orderBy" - } - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdTxHash_gte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdTxHash_lte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Token_filter" - } + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdTxHash_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdTxHash_not_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], - "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Token" - } - } - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "description": { - "kind": "StringValue", - "value": "Access to subgraph metadata", - "block": true - }, - "name": { - "kind": "Name", - "value": "_meta" - }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - } - ], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_Meta_" - } - }, - "directives": [] - } - ], - "interfaces": [], - "directives": [] - }, - { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "Token" - }, - "fields": [ - { - "kind": "FieldDefinition", - "description": { - "kind": "StringValue", - "value": "address", - "block": true - }, - "name": { - "kind": "Name", - "value": "id" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "name" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "symbol" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "decimals" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - } - }, - "directives": [] - } - ], - "interfaces": [], - "directives": [] - }, - { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "Token_filter" - }, - "fields": [ + }, + directives: [], + }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdTxHash_contains", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_gte" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdTxHash_not_contains", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_lte" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] + directives: [], }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_in" + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedAtBlock", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedAtBlock_not", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_in" + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedAtBlock_gt", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_contains" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedAtBlock_lt", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_contains_nocase" + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedAtBlock_gte", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_not_contains" + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedAtBlock_lte", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_not_contains_nocase" + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedAtBlock_in", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_starts_with" + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedAtBlock_not_in", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_starts_with_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedAtDate", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_not_starts_with" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedAtDate_not", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_not_starts_with_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedAtDate_gt", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_ends_with" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedAtDate_lt", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_ends_with_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedAtDate_gte", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_not_ends_with" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedAtDate_lte", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "name_not_ends_with_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedAtDate_in", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "symbol" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedAtDate_not_in", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "symbol_not" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedTxHash", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "symbol_gt" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "symbol_lt" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedTxHash_not", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "symbol_gte" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "symbol_lte" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedTxHash_gt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "symbol_in" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedTxHash_lt", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "symbol_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "symbol_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "symbol_contains_nocase" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "symbol_not_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedTxHash_gte", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "symbol_not_contains_nocase" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "symbol_starts_with" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "symbol_starts_with_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedTxHash_lte", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "symbol_not_starts_with" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedTxHash_in", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "symbol_not_starts_with_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedTxHash_not_in", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "symbol_ends_with" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedTxHash_contains", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "symbol_ends_with_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "finishedTxHash_not_contains", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "symbol_not_ends_with" + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: "Filter for the block changed event.", + block: true, + }, + name: { + kind: "Name", + value: "_change_block", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BlockChangedFilter", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "symbol_not_ends_with_nocase" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "and", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } + type: { + kind: "ListType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "WithdrawalEvent_filter", + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "decimals" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "or", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } + type: { + kind: "ListType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "WithdrawalEvent_filter", + }, + }, }, - "directives": [] + directives: [], }, + ], + directives: [], + }, + { + kind: "EnumTypeDefinition", + name: { + kind: "Name", + value: "WithdrawalEvent_orderBy", + }, + values: [ { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "decimals_not" + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "id", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "decimals_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "bridgeAddressL1", }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "decimals_lt" + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "bridgeAddressL2", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "decimals_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "decimals_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "decimals_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "decimals_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Filter for the block changed event.", - "block": true - }, - "name": { - "kind": "Name", - "value": "_change_block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BlockChangedFilter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "and" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Token_filter" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "or" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Token_filter" - } - } - }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "Token_orderBy" - }, - "values": [ - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "id" + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "l1Recipient", }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "name" + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "amount", }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "symbol" + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "status", }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "decimals" + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "createdAtBlock", }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "TransferStatus" - }, - "values": [ + directives: [], + }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "PENDING" + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "createdTxHash", }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "FINISHED" + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "finishedAtBlock", }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "ACCEPTED_ON_L1" + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "finishedAtDate", }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "ACCEPTED_ON_L2" + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "finishedTxHash", }, - "directives": [] - } + directives: [], + }, ], - "directives": [] + directives: [], }, { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "Withdrawal" + kind: "InputObjectTypeDefinition", + name: { + kind: "Name", + value: "Withdrawal_filter", }, - "fields": [ - { - "kind": "FieldDefinition", - "description": { - "kind": "StringValue", - "value": "[bridgeL1Address, ...payload].join('-')", - "block": true - }, - "name": { - "kind": "Name", - "value": "id" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "l1Recipient" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "l2Sender" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "createdTimestamp" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "withdrawalEvents" - }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "WithdrawalEvent_orderBy" - } - }, - "directives": [] + fields: [ + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "WithdrawalEvent_filter" - } - }, - "directives": [] - } - ], - "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "WithdrawalEvent" - } - } - } - } - }, - "directives": [] - } - ], - "interfaces": [], - "directives": [] - }, - { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "WithdrawalEvent" - }, - "fields": [ - { - "kind": "FieldDefinition", - "description": { - "kind": "StringValue", - "value": "uniq ID", - "block": true - }, - "name": { - "kind": "Name", - "value": "id" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL1" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL2" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "l1Recipient" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "amount" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "status" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "TransferStatus" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "createdAtBlock" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "createdTxHash" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "finishedAtBlock" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "finishedAtDate" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "finishedTxHash" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - } - ], - "interfaces": [], - "directives": [] - }, - { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "WithdrawalEvent_filter" - }, - "fields": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_not" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_not", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_lte" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] + directives: [], }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_in" + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_gt", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_lt", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL1" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL1_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL1_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL1_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL1_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL1_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL1_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL1_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL1_contains" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_gte", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL1_not_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL2" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL2_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL2_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL2_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL2_gte" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL2_lte" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_lte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL2_in" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_in", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL2_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL2_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL2_not_contains" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "id_not_in", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l1Recipient" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l1Recipient_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l1Recipient_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l1Recipient_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l1Recipient_gte" + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "ID", + }, + }, + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l1Recipient_lte" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l1Recipient", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l1Recipient_in" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l1Recipient_not", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l1Recipient_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l1Recipient_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l1Recipient_not_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "amount" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l1Recipient_gt", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "amount_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "amount_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "amount_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "amount_gte" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "amount_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "amount_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "amount_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "status" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "TransferStatus" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "status_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "TransferStatus" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "status_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "TransferStatus" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "status_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "TransferStatus" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdAtBlock" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdAtBlock_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdAtBlock_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdAtBlock_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdAtBlock_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdAtBlock_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdAtBlock_in" + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l1Recipient_lt", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdAtBlock_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l1Recipient_gte", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdTxHash" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdTxHash_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdTxHash_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdTxHash_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdTxHash_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdTxHash_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdTxHash_in" + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l1Recipient_lte", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdTxHash_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l1Recipient_in", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdTxHash_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdTxHash_not_contains" + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l1Recipient_not_in", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedAtBlock" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l1Recipient_contains", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedAtBlock_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedAtBlock_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedAtBlock_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedAtBlock_gte" + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedAtBlock_lte" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l1Recipient_not_contains", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedAtBlock_in" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l2Sender", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedAtBlock_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l2Sender_not", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedAtDate" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedAtDate_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedAtDate_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedAtDate_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedAtDate_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedAtDate_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedAtDate_in" + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l2Sender_gt", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedAtDate_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l2Sender_lt", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedTxHash" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedTxHash_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedTxHash_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedTxHash_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedTxHash_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedTxHash_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedTxHash_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedTxHash_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedTxHash_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "finishedTxHash_not_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Filter for the block changed event.", - "block": true - }, - "name": { - "kind": "Name", - "value": "_change_block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BlockChangedFilter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "and" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "WithdrawalEvent_filter" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "or" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "WithdrawalEvent_filter" - } - } - }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "WithdrawalEvent_orderBy" - }, - "values": [ + directives: [], + }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "id" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l2Sender_gte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL1" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l2Sender_lte", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "bridgeAddressL2" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l2Sender_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "l1Recipient" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l2Sender_not_in", + }, + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "amount" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l2Sender_contains", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "status" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "l2Sender_not_contains", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "createdAtBlock" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdTimestamp", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "createdTxHash" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdTimestamp_not", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "finishedAtBlock" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdTimestamp_gt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "finishedAtDate" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdTimestamp_lt", + }, + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "finishedTxHash" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdTimestamp_gte", }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "Withdrawal_filter" - }, - "fields": [ + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + directives: [], + }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdTimestamp_lte", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_gte" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdTimestamp_in", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_lte" + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] + directives: [], }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_in" + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "createdTimestamp_not_in", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - } + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BigInt", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - } + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "withdrawalEvents", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l1Recipient" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l1Recipient_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l1Recipient_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l1Recipient_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l1Recipient_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l1Recipient_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l1Recipient_in" + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "withdrawalEvents_not", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l1Recipient_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l1Recipient_contains" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "withdrawalEvents_contains", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l1Recipient_not_contains" + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "withdrawalEvents_contains_nocase", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l2Sender" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "withdrawalEvents_not_contains", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l2Sender_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l2Sender_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l2Sender_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l2Sender_gte" + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l2Sender_lte" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "withdrawalEvents_not_contains_nocase", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] + type: { + kind: "ListType", + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, + }, + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l2Sender_in" + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "withdrawalEvents_", }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "WithdrawalEvent_filter", + }, }, - "directives": [] + directives: [], }, { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l2Sender_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } + kind: "InputValueDefinition", + description: { + kind: "StringValue", + value: "Filter for the block changed event.", + block: true, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l2Sender_contains" + name: { + kind: "Name", + value: "_change_block", }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "BlockChangedFilter", + }, + }, + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "and", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "l2Sender_not_contains" + type: { + kind: "ListType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Withdrawal_filter", + }, + }, }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + directives: [], + }, + { + kind: "InputValueDefinition", + name: { + kind: "Name", + value: "or", }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdTimestamp" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + type: { + kind: "ListType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Withdrawal_filter", + }, + }, }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdTimestamp_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdTimestamp_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdTimestamp_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdTimestamp_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdTimestamp_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdTimestamp_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "createdTimestamp_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "withdrawalEvents" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "withdrawalEvents_not" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "withdrawalEvents_contains" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "withdrawalEvents_contains_nocase" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "withdrawalEvents_not_contains" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "withdrawalEvents_not_contains_nocase" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "withdrawalEvents_" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "WithdrawalEvent_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Filter for the block changed event.", - "block": true - }, - "name": { - "kind": "Name", - "value": "_change_block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BlockChangedFilter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "and" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Withdrawal_filter" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "or" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Withdrawal_filter" - } - } - }, - "directives": [] - } + directives: [], + }, ], - "directives": [] + directives: [], }, { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "Withdrawal_orderBy" + kind: "EnumTypeDefinition", + name: { + kind: "Name", + value: "Withdrawal_orderBy", }, - "values": [ + values: [ { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "id" + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "id", }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "l1Recipient" + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "l1Recipient", }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "l2Sender" + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "l2Sender", }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "createdTimestamp" + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "createdTimestamp", }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "withdrawalEvents" + kind: "EnumValueDefinition", + name: { + kind: "Name", + value: "withdrawalEvents", }, - "directives": [] - } + directives: [], + }, ], - "directives": [] + directives: [], }, { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "_Block_" + kind: "ObjectTypeDefinition", + name: { + kind: "Name", + value: "_Block_", }, - "fields": [ - { - "kind": "FieldDefinition", - "description": { - "kind": "StringValue", - "value": "The hash of the block", - "block": true - }, - "name": { - "kind": "Name", - "value": "hash" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "description": { - "kind": "StringValue", - "value": "The block number", - "block": true - }, - "name": { - "kind": "Name", - "value": "number" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "description": { - "kind": "StringValue", - "value": "Integer representation of the timestamp stored in blocks for the chain", - "block": true - }, - "name": { - "kind": "Name", - "value": "timestamp" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "directives": [] - } + fields: [ + { + kind: "FieldDefinition", + description: { + kind: "StringValue", + value: "The hash of the block", + block: true, + }, + name: { + kind: "Name", + value: "hash", + }, + arguments: [], + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Bytes", + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + description: { + kind: "StringValue", + value: "The block number", + block: true, + }, + name: { + kind: "Name", + value: "number", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + description: { + kind: "StringValue", + value: + "Integer representation of the timestamp stored in blocks for the chain", + block: true, + }, + name: { + kind: "Name", + value: "timestamp", + }, + arguments: [], + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Int", + }, + }, + directives: [], + }, ], - "interfaces": [], - "directives": [] + interfaces: [], + directives: [], }, { - "kind": "ObjectTypeDefinition", - "description": { - "kind": "StringValue", - "value": "The type for the top-level _meta field", - "block": true + kind: "ObjectTypeDefinition", + description: { + kind: "StringValue", + value: "The type for the top-level _meta field", + block: true, }, - "name": { - "kind": "Name", - "value": "_Meta_" + name: { + kind: "Name", + value: "_Meta_", }, - "fields": [ - { - "kind": "FieldDefinition", - "description": { - "kind": "StringValue", - "value": "Information about a specific subgraph block. The hash of the block\nwill be null if the _meta field has a block constraint that asks for\na block number. It will be filled if the _meta field has no block constraint\nand therefore asks for the latest block\n", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_Block_" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "description": { - "kind": "StringValue", - "value": "The deployment ID", - "block": true - }, - "name": { - "kind": "Name", - "value": "deployment" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "description": { - "kind": "StringValue", - "value": "If `true`, the subgraph encountered indexing errors at some past block", - "block": true - }, - "name": { - "kind": "Name", - "value": "hasIndexingErrors" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Boolean" - } - } - }, - "directives": [] - } + fields: [ + { + kind: "FieldDefinition", + description: { + kind: "StringValue", + value: + "Information about a specific subgraph block. The hash of the block\nwill be null if the _meta field has a block constraint that asks for\na block number. It will be filled if the _meta field has no block constraint\nand therefore asks for the latest block\n", + block: true, + }, + name: { + kind: "Name", + value: "block", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "_Block_", + }, + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + description: { + kind: "StringValue", + value: "The deployment ID", + block: true, + }, + name: { + kind: "Name", + value: "deployment", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "String", + }, + }, + }, + directives: [], + }, + { + kind: "FieldDefinition", + description: { + kind: "StringValue", + value: + "If `true`, the subgraph encountered indexing errors at some past block", + block: true, + }, + name: { + kind: "Name", + value: "hasIndexingErrors", + }, + arguments: [], + type: { + kind: "NonNullType", + type: { + kind: "NamedType", + name: { + kind: "Name", + value: "Boolean", + }, + }, + }, + directives: [], + }, ], - "interfaces": [], - "directives": [] + interfaces: [], + directives: [], }, { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" + kind: "EnumTypeDefinition", + name: { + kind: "Name", + value: "_SubgraphErrorPolicy_", }, - "values": [ + values: [ { - "kind": "EnumValueDefinition", - "description": { - "kind": "StringValue", - "value": "Data will be returned even if the subgraph has indexing errors", - "block": true + kind: "EnumValueDefinition", + description: { + kind: "StringValue", + value: + "Data will be returned even if the subgraph has indexing errors", + block: true, }, - "name": { - "kind": "Name", - "value": "allow" + name: { + kind: "Name", + value: "allow", }, - "directives": [] + directives: [], }, { - "kind": "EnumValueDefinition", - "description": { - "kind": "StringValue", - "value": "If the subgraph has indexing errors, data will be omitted. The default.", - "block": true + kind: "EnumValueDefinition", + description: { + kind: "StringValue", + value: + "If the subgraph has indexing errors, data will be omitted. The default.", + block: true, }, - "name": { - "kind": "Name", - "value": "deny" + name: { + kind: "Name", + value: "deny", }, - "directives": [] - } + directives: [], + }, ], - "directives": [] - } - ] + directives: [], + }, + ], }; export default buildASTSchema(schemaAST, { assumeValid: true, - assumeValidSDL: true -}); \ No newline at end of file + assumeValidSDL: true, +}); diff --git a/apps/nextjs/src/.graphclient/sources/lordsbridge/types.ts b/apps/nextjs/src/.graphclient/sources/lordsbridge/types.ts index 6cfe2649..81c73215 100644 --- a/apps/nextjs/src/.graphclient/sources/lordsbridge/types.ts +++ b/apps/nextjs/src/.graphclient/sources/lordsbridge/types.ts @@ -1,846 +1,900 @@ // @ts-nocheck -import type { InContextSdkMethod } from '@graphql-mesh/types'; -import type { MeshContext } from '@graphql-mesh/runtime'; +import type { MeshContext } from "@graphql-mesh/runtime"; +import type { InContextSdkMethod } from "@graphql-mesh/types"; export namespace LordsbridgeTypes { export type Maybe = T | null; -export type InputMaybe = Maybe; -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 interface Scalars { - ID: string; - String: string; - Boolean: boolean; - Int: number; - Float: number; - BigDecimal: any; - BigInt: any; - Bytes: any; - Int8: any; -} - -export interface BlockChangedFilter { - number_gte: Scalars['Int']; -} - -export interface Block_height { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -} - -export interface Deposit { - /** [bridgeL1Address, ...payload].join('-') */ - id: Scalars['ID']; - depositEvents: DepositEvent[]; - l1Sender: Scalars['Bytes']; - l2Recipient: Scalars['Bytes']; - createdTimestamp?: Maybe; -} - - -export interface DepositdepositEventsArgs { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -} - -export interface DepositEvent { - /** uniq ID */ - id: Scalars['ID']; - bridgeAddressL1: Scalars['Bytes']; - bridgeAddressL2: Scalars['Bytes']; - amount: Scalars['BigInt']; - status: TransferStatus; - payload?: Maybe; - nonce?: Maybe; - createdAtBlock: Scalars['BigInt']; - createdTxHash: Scalars['Bytes']; - finishedAtBlock?: Maybe; - finishedAtDate?: Maybe; - finishedTxHash?: Maybe; -} - -export interface DepositEvent_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; - bridgeAddressL1?: InputMaybe; - bridgeAddressL1_not?: InputMaybe; - bridgeAddressL1_gt?: InputMaybe; - bridgeAddressL1_lt?: InputMaybe; - bridgeAddressL1_gte?: InputMaybe; - bridgeAddressL1_lte?: InputMaybe; - bridgeAddressL1_in?: InputMaybe; - bridgeAddressL1_not_in?: InputMaybe; - bridgeAddressL1_contains?: InputMaybe; - bridgeAddressL1_not_contains?: InputMaybe; - bridgeAddressL2?: InputMaybe; - bridgeAddressL2_not?: InputMaybe; - bridgeAddressL2_gt?: InputMaybe; - bridgeAddressL2_lt?: InputMaybe; - bridgeAddressL2_gte?: InputMaybe; - bridgeAddressL2_lte?: InputMaybe; - bridgeAddressL2_in?: InputMaybe; - bridgeAddressL2_not_in?: InputMaybe; - bridgeAddressL2_contains?: InputMaybe; - bridgeAddressL2_not_contains?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe; - amount_not_in?: InputMaybe; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe; - status_not_in?: InputMaybe; - payload?: InputMaybe; - payload_not?: InputMaybe; - payload_contains?: InputMaybe; - payload_contains_nocase?: InputMaybe; - payload_not_contains?: InputMaybe; - payload_not_contains_nocase?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe; - nonce_not_in?: InputMaybe; - createdAtBlock?: InputMaybe; - createdAtBlock_not?: InputMaybe; - createdAtBlock_gt?: InputMaybe; - createdAtBlock_lt?: InputMaybe; - createdAtBlock_gte?: InputMaybe; - createdAtBlock_lte?: InputMaybe; - createdAtBlock_in?: InputMaybe; - createdAtBlock_not_in?: InputMaybe; - createdTxHash?: InputMaybe; - createdTxHash_not?: InputMaybe; - createdTxHash_gt?: InputMaybe; - createdTxHash_lt?: InputMaybe; - createdTxHash_gte?: InputMaybe; - createdTxHash_lte?: InputMaybe; - createdTxHash_in?: InputMaybe; - createdTxHash_not_in?: InputMaybe; - createdTxHash_contains?: InputMaybe; - createdTxHash_not_contains?: InputMaybe; - finishedAtBlock?: InputMaybe; - finishedAtBlock_not?: InputMaybe; - finishedAtBlock_gt?: InputMaybe; - finishedAtBlock_lt?: InputMaybe; - finishedAtBlock_gte?: InputMaybe; - finishedAtBlock_lte?: InputMaybe; - finishedAtBlock_in?: InputMaybe; - finishedAtBlock_not_in?: InputMaybe; - finishedAtDate?: InputMaybe; - finishedAtDate_not?: InputMaybe; - finishedAtDate_gt?: InputMaybe; - finishedAtDate_lt?: InputMaybe; - finishedAtDate_gte?: InputMaybe; - finishedAtDate_lte?: InputMaybe; - finishedAtDate_in?: InputMaybe; - finishedAtDate_not_in?: InputMaybe; - finishedTxHash?: InputMaybe; - finishedTxHash_not?: InputMaybe; - finishedTxHash_gt?: InputMaybe; - finishedTxHash_lt?: InputMaybe; - finishedTxHash_gte?: InputMaybe; - finishedTxHash_lte?: InputMaybe; - finishedTxHash_in?: InputMaybe; - finishedTxHash_not_in?: InputMaybe; - finishedTxHash_contains?: InputMaybe; - finishedTxHash_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe[]>; - or?: InputMaybe[]>; -} - -export type DepositEvent_orderBy = - | 'id' - | 'bridgeAddressL1' - | 'bridgeAddressL2' - | 'amount' - | 'status' - | 'payload' - | 'nonce' - | 'createdAtBlock' - | 'createdTxHash' - | 'finishedAtBlock' - | 'finishedAtDate' - | 'finishedTxHash'; - -export interface Deposit_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; - depositEvents?: InputMaybe; - depositEvents_not?: InputMaybe; - depositEvents_contains?: InputMaybe; - depositEvents_contains_nocase?: InputMaybe; - depositEvents_not_contains?: InputMaybe; - depositEvents_not_contains_nocase?: InputMaybe; - depositEvents_?: InputMaybe; - l1Sender?: InputMaybe; - l1Sender_not?: InputMaybe; - l1Sender_gt?: InputMaybe; - l1Sender_lt?: InputMaybe; - l1Sender_gte?: InputMaybe; - l1Sender_lte?: InputMaybe; - l1Sender_in?: InputMaybe; - l1Sender_not_in?: InputMaybe; - l1Sender_contains?: InputMaybe; - l1Sender_not_contains?: InputMaybe; - l2Recipient?: InputMaybe; - l2Recipient_not?: InputMaybe; - l2Recipient_gt?: InputMaybe; - l2Recipient_lt?: InputMaybe; - l2Recipient_gte?: InputMaybe; - l2Recipient_lte?: InputMaybe; - l2Recipient_in?: InputMaybe; - l2Recipient_not_in?: InputMaybe; - l2Recipient_contains?: InputMaybe; - l2Recipient_not_contains?: InputMaybe; - createdTimestamp?: InputMaybe; - createdTimestamp_not?: InputMaybe; - createdTimestamp_gt?: InputMaybe; - createdTimestamp_lt?: InputMaybe; - createdTimestamp_gte?: InputMaybe; - createdTimestamp_lte?: InputMaybe; - createdTimestamp_in?: InputMaybe; - createdTimestamp_not_in?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe[]>; - or?: InputMaybe[]>; -} - -export type Deposit_orderBy = - | 'id' - | 'depositEvents' - | 'l1Sender' - | 'l2Recipient' - | 'createdTimestamp'; - -/** Defines the order direction, either ascending or descending */ -export type OrderDirection = - | 'asc' - | 'desc'; - -export interface Query { - depositEvent?: Maybe; - depositEvents: DepositEvent[]; - deposit?: Maybe; - deposits: Deposit[]; - withdrawalEvent?: Maybe; - withdrawalEvents: WithdrawalEvent[]; - withdrawal?: Maybe; - withdrawals: Withdrawal[]; - token?: Maybe; - tokens: Token[]; - /** Access to subgraph metadata */ - _meta?: Maybe<_Meta_>; -} - - -export interface QuerydepositEventArgs { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -} - - -export interface QuerydepositEventsArgs { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -} - - -export interface QuerydepositArgs { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -} - - -export interface QuerydepositsArgs { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -} - - -export interface QuerywithdrawalEventArgs { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -} - - -export interface QuerywithdrawalEventsArgs { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -} - - -export interface QuerywithdrawalArgs { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -} - + export type InputMaybe = Maybe; + 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 interface Scalars { + ID: string; + String: string; + Boolean: boolean; + Int: number; + Float: number; + BigDecimal: any; + BigInt: any; + Bytes: any; + Int8: any; + } -export interface QuerywithdrawalsArgs { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -} + export interface BlockChangedFilter { + number_gte: Scalars["Int"]; + } + export interface Block_height { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; + } -export interface QuerytokenArgs { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -} + export interface Deposit { + /** [bridgeL1Address, ...payload].join('-') */ + id: Scalars["ID"]; + depositEvents: DepositEvent[]; + l1Sender: Scalars["Bytes"]; + l2Recipient: Scalars["Bytes"]; + createdTimestamp?: Maybe; + } + export interface DepositdepositEventsArgs { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + } -export interface QuerytokensArgs { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -} + export interface DepositEvent { + /** uniq ID */ + id: Scalars["ID"]; + bridgeAddressL1: Scalars["Bytes"]; + bridgeAddressL2: Scalars["Bytes"]; + amount: Scalars["BigInt"]; + status: TransferStatus; + payload?: Maybe; + nonce?: Maybe; + createdAtBlock: Scalars["BigInt"]; + createdTxHash: Scalars["Bytes"]; + finishedAtBlock?: Maybe; + finishedAtDate?: Maybe; + finishedTxHash?: Maybe; + } + export interface DepositEvent_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; + bridgeAddressL1?: InputMaybe; + bridgeAddressL1_not?: InputMaybe; + bridgeAddressL1_gt?: InputMaybe; + bridgeAddressL1_lt?: InputMaybe; + bridgeAddressL1_gte?: InputMaybe; + bridgeAddressL1_lte?: InputMaybe; + bridgeAddressL1_in?: InputMaybe; + bridgeAddressL1_not_in?: InputMaybe; + bridgeAddressL1_contains?: InputMaybe; + bridgeAddressL1_not_contains?: InputMaybe; + bridgeAddressL2?: InputMaybe; + bridgeAddressL2_not?: InputMaybe; + bridgeAddressL2_gt?: InputMaybe; + bridgeAddressL2_lt?: InputMaybe; + bridgeAddressL2_gte?: InputMaybe; + bridgeAddressL2_lte?: InputMaybe; + bridgeAddressL2_in?: InputMaybe; + bridgeAddressL2_not_in?: InputMaybe; + bridgeAddressL2_contains?: InputMaybe; + bridgeAddressL2_not_contains?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe; + amount_not_in?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe; + status_not_in?: InputMaybe; + payload?: InputMaybe; + payload_not?: InputMaybe; + payload_contains?: InputMaybe; + payload_contains_nocase?: InputMaybe; + payload_not_contains?: InputMaybe; + payload_not_contains_nocase?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe; + nonce_not_in?: InputMaybe; + createdAtBlock?: InputMaybe; + createdAtBlock_not?: InputMaybe; + createdAtBlock_gt?: InputMaybe; + createdAtBlock_lt?: InputMaybe; + createdAtBlock_gte?: InputMaybe; + createdAtBlock_lte?: InputMaybe; + createdAtBlock_in?: InputMaybe; + createdAtBlock_not_in?: InputMaybe; + createdTxHash?: InputMaybe; + createdTxHash_not?: InputMaybe; + createdTxHash_gt?: InputMaybe; + createdTxHash_lt?: InputMaybe; + createdTxHash_gte?: InputMaybe; + createdTxHash_lte?: InputMaybe; + createdTxHash_in?: InputMaybe; + createdTxHash_not_in?: InputMaybe; + createdTxHash_contains?: InputMaybe; + createdTxHash_not_contains?: InputMaybe; + finishedAtBlock?: InputMaybe; + finishedAtBlock_not?: InputMaybe; + finishedAtBlock_gt?: InputMaybe; + finishedAtBlock_lt?: InputMaybe; + finishedAtBlock_gte?: InputMaybe; + finishedAtBlock_lte?: InputMaybe; + finishedAtBlock_in?: InputMaybe; + finishedAtBlock_not_in?: InputMaybe; + finishedAtDate?: InputMaybe; + finishedAtDate_not?: InputMaybe; + finishedAtDate_gt?: InputMaybe; + finishedAtDate_lt?: InputMaybe; + finishedAtDate_gte?: InputMaybe; + finishedAtDate_lte?: InputMaybe; + finishedAtDate_in?: InputMaybe; + finishedAtDate_not_in?: InputMaybe; + finishedTxHash?: InputMaybe; + finishedTxHash_not?: InputMaybe; + finishedTxHash_gt?: InputMaybe; + finishedTxHash_lt?: InputMaybe; + finishedTxHash_gte?: InputMaybe; + finishedTxHash_lte?: InputMaybe; + finishedTxHash_in?: InputMaybe; + finishedTxHash_not_in?: InputMaybe; + finishedTxHash_contains?: InputMaybe; + finishedTxHash_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe[]>; + or?: InputMaybe[]>; + } -export interface Query_metaArgs { - block?: InputMaybe; -} + export type DepositEvent_orderBy = + | "id" + | "bridgeAddressL1" + | "bridgeAddressL2" + | "amount" + | "status" + | "payload" + | "nonce" + | "createdAtBlock" + | "createdTxHash" + | "finishedAtBlock" + | "finishedAtDate" + | "finishedTxHash"; + + export interface Deposit_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; + depositEvents?: InputMaybe; + depositEvents_not?: InputMaybe; + depositEvents_contains?: InputMaybe; + depositEvents_contains_nocase?: InputMaybe; + depositEvents_not_contains?: InputMaybe; + depositEvents_not_contains_nocase?: InputMaybe; + depositEvents_?: InputMaybe; + l1Sender?: InputMaybe; + l1Sender_not?: InputMaybe; + l1Sender_gt?: InputMaybe; + l1Sender_lt?: InputMaybe; + l1Sender_gte?: InputMaybe; + l1Sender_lte?: InputMaybe; + l1Sender_in?: InputMaybe; + l1Sender_not_in?: InputMaybe; + l1Sender_contains?: InputMaybe; + l1Sender_not_contains?: InputMaybe; + l2Recipient?: InputMaybe; + l2Recipient_not?: InputMaybe; + l2Recipient_gt?: InputMaybe; + l2Recipient_lt?: InputMaybe; + l2Recipient_gte?: InputMaybe; + l2Recipient_lte?: InputMaybe; + l2Recipient_in?: InputMaybe; + l2Recipient_not_in?: InputMaybe; + l2Recipient_contains?: InputMaybe; + l2Recipient_not_contains?: InputMaybe; + createdTimestamp?: InputMaybe; + createdTimestamp_not?: InputMaybe; + createdTimestamp_gt?: InputMaybe; + createdTimestamp_lt?: InputMaybe; + createdTimestamp_gte?: InputMaybe; + createdTimestamp_lte?: InputMaybe; + createdTimestamp_in?: InputMaybe; + createdTimestamp_not_in?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe[]>; + or?: InputMaybe[]>; + } -export interface Subscription { - depositEvent?: Maybe; - depositEvents: DepositEvent[]; - deposit?: Maybe; - deposits: Deposit[]; - withdrawalEvent?: Maybe; - withdrawalEvents: WithdrawalEvent[]; - withdrawal?: Maybe; - withdrawals: Withdrawal[]; - token?: Maybe; - tokens: Token[]; - /** Access to subgraph metadata */ - _meta?: Maybe<_Meta_>; -} + export type Deposit_orderBy = + | "id" + | "depositEvents" + | "l1Sender" + | "l2Recipient" + | "createdTimestamp"; + + /** Defines the order direction, either ascending or descending */ + export type OrderDirection = "asc" | "desc"; + + export interface Query { + depositEvent?: Maybe; + depositEvents: DepositEvent[]; + deposit?: Maybe; + deposits: Deposit[]; + withdrawalEvent?: Maybe; + withdrawalEvents: WithdrawalEvent[]; + withdrawal?: Maybe; + withdrawals: Withdrawal[]; + token?: Maybe; + tokens: Token[]; + /** Access to subgraph metadata */ + _meta?: Maybe<_Meta_>; + } + export interface QuerydepositEventArgs { + id: Scalars["ID"]; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; + } -export interface SubscriptiondepositEventArgs { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -} + export interface QuerydepositEventsArgs { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; + } + export interface QuerydepositArgs { + id: Scalars["ID"]; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; + } -export interface SubscriptiondepositEventsArgs { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -} + export interface QuerydepositsArgs { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; + } + export interface QuerywithdrawalEventArgs { + id: Scalars["ID"]; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; + } -export interface SubscriptiondepositArgs { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -} + export interface QuerywithdrawalEventsArgs { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; + } + export interface QuerywithdrawalArgs { + id: Scalars["ID"]; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; + } -export interface SubscriptiondepositsArgs { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -} + export interface QuerywithdrawalsArgs { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; + } + export interface QuerytokenArgs { + id: Scalars["ID"]; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; + } -export interface SubscriptionwithdrawalEventArgs { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -} + export interface QuerytokensArgs { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; + } + export interface Query_metaArgs { + block?: InputMaybe; + } -export interface SubscriptionwithdrawalEventsArgs { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -} + export interface Subscription { + depositEvent?: Maybe; + depositEvents: DepositEvent[]; + deposit?: Maybe; + deposits: Deposit[]; + withdrawalEvent?: Maybe; + withdrawalEvents: WithdrawalEvent[]; + withdrawal?: Maybe; + withdrawals: Withdrawal[]; + token?: Maybe; + tokens: Token[]; + /** Access to subgraph metadata */ + _meta?: Maybe<_Meta_>; + } + export interface SubscriptiondepositEventArgs { + id: Scalars["ID"]; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; + } -export interface SubscriptionwithdrawalArgs { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -} + export interface SubscriptiondepositEventsArgs { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; + } + export interface SubscriptiondepositArgs { + id: Scalars["ID"]; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; + } -export interface SubscriptionwithdrawalsArgs { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -} + export interface SubscriptiondepositsArgs { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; + } + export interface SubscriptionwithdrawalEventArgs { + id: Scalars["ID"]; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; + } -export interface SubscriptiontokenArgs { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -} + export interface SubscriptionwithdrawalEventsArgs { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; + } + export interface SubscriptionwithdrawalArgs { + id: Scalars["ID"]; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; + } -export interface SubscriptiontokensArgs { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -} + export interface SubscriptionwithdrawalsArgs { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; + } + export interface SubscriptiontokenArgs { + id: Scalars["ID"]; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; + } -export interface Subscription_metaArgs { - block?: InputMaybe; -} + export interface SubscriptiontokensArgs { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; + } -export interface Token { - /** address */ - id: Scalars['ID']; - name: Scalars['String']; - symbol: Scalars['String']; - decimals: Scalars['Int']; -} + export interface Subscription_metaArgs { + block?: InputMaybe; + } -export interface Token_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; - name?: InputMaybe; - name_not?: InputMaybe; - name_gt?: InputMaybe; - name_lt?: InputMaybe; - name_gte?: InputMaybe; - name_lte?: InputMaybe; - name_in?: InputMaybe; - name_not_in?: InputMaybe; - name_contains?: InputMaybe; - name_contains_nocase?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_contains_nocase?: InputMaybe; - name_starts_with?: InputMaybe; - name_starts_with_nocase?: InputMaybe; - name_not_starts_with?: InputMaybe; - name_not_starts_with_nocase?: InputMaybe; - name_ends_with?: InputMaybe; - name_ends_with_nocase?: InputMaybe; - name_not_ends_with?: InputMaybe; - name_not_ends_with_nocase?: InputMaybe; - symbol?: InputMaybe; - symbol_not?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_in?: InputMaybe; - symbol_not_in?: InputMaybe; - symbol_contains?: InputMaybe; - symbol_contains_nocase?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_contains_nocase?: InputMaybe; - symbol_starts_with?: InputMaybe; - symbol_starts_with_nocase?: InputMaybe; - symbol_not_starts_with?: InputMaybe; - symbol_not_starts_with_nocase?: InputMaybe; - symbol_ends_with?: InputMaybe; - symbol_ends_with_nocase?: InputMaybe; - symbol_not_ends_with?: InputMaybe; - symbol_not_ends_with_nocase?: 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; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe[]>; - or?: InputMaybe[]>; -} + export interface Token { + /** address */ + id: Scalars["ID"]; + name: Scalars["String"]; + symbol: Scalars["String"]; + decimals: Scalars["Int"]; + } -export type Token_orderBy = - | 'id' - | 'name' - | 'symbol' - | 'decimals'; - -export type TransferStatus = - | 'PENDING' - | 'FINISHED' - | 'ACCEPTED_ON_L1' - | 'ACCEPTED_ON_L2'; - -export interface Withdrawal { - /** [bridgeL1Address, ...payload].join('-') */ - id: Scalars['ID']; - l1Recipient: Scalars['Bytes']; - l2Sender: Scalars['Bytes']; - createdTimestamp?: Maybe; - withdrawalEvents: WithdrawalEvent[]; -} + export interface Token_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; + name?: InputMaybe; + name_not?: InputMaybe; + name_gt?: InputMaybe; + name_lt?: InputMaybe; + name_gte?: InputMaybe; + name_lte?: InputMaybe; + name_in?: InputMaybe; + name_not_in?: InputMaybe; + name_contains?: InputMaybe; + name_contains_nocase?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_nocase?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_nocase?: InputMaybe; + name_not_starts_with?: InputMaybe; + name_not_starts_with_nocase?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_nocase?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_nocase?: InputMaybe; + symbol?: InputMaybe; + symbol_not?: InputMaybe; + symbol_gt?: InputMaybe; + symbol_lt?: InputMaybe; + symbol_gte?: InputMaybe; + symbol_lte?: InputMaybe; + symbol_in?: InputMaybe; + symbol_not_in?: InputMaybe; + symbol_contains?: InputMaybe; + symbol_contains_nocase?: InputMaybe; + symbol_not_contains?: InputMaybe; + symbol_not_contains_nocase?: InputMaybe; + symbol_starts_with?: InputMaybe; + symbol_starts_with_nocase?: InputMaybe; + symbol_not_starts_with?: InputMaybe; + symbol_not_starts_with_nocase?: InputMaybe; + symbol_ends_with?: InputMaybe; + symbol_ends_with_nocase?: InputMaybe; + symbol_not_ends_with?: InputMaybe; + symbol_not_ends_with_nocase?: 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; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe[]>; + or?: InputMaybe[]>; + } + export type Token_orderBy = "id" | "name" | "symbol" | "decimals"; + + export type TransferStatus = + | "PENDING" + | "FINISHED" + | "ACCEPTED_ON_L1" + | "ACCEPTED_ON_L2"; + + export interface Withdrawal { + /** [bridgeL1Address, ...payload].join('-') */ + id: Scalars["ID"]; + l1Recipient: Scalars["Bytes"]; + l2Sender: Scalars["Bytes"]; + createdTimestamp?: Maybe; + withdrawalEvents: WithdrawalEvent[]; + } -export interface WithdrawalwithdrawalEventsArgs { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -} + export interface WithdrawalwithdrawalEventsArgs { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + } -export interface WithdrawalEvent { - /** uniq ID */ - id: Scalars['ID']; - bridgeAddressL1: Scalars['Bytes']; - bridgeAddressL2: Scalars['Bytes']; - l1Recipient: Scalars['Bytes']; - amount: Scalars['BigInt']; - status: TransferStatus; - createdAtBlock: Scalars['BigInt']; - createdTxHash: Scalars['Bytes']; - finishedAtBlock?: Maybe; - finishedAtDate?: Maybe; - finishedTxHash?: Maybe; -} + export interface WithdrawalEvent { + /** uniq ID */ + id: Scalars["ID"]; + bridgeAddressL1: Scalars["Bytes"]; + bridgeAddressL2: Scalars["Bytes"]; + l1Recipient: Scalars["Bytes"]; + amount: Scalars["BigInt"]; + status: TransferStatus; + createdAtBlock: Scalars["BigInt"]; + createdTxHash: Scalars["Bytes"]; + finishedAtBlock?: Maybe; + finishedAtDate?: Maybe; + finishedTxHash?: Maybe; + } -export interface WithdrawalEvent_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; - bridgeAddressL1?: InputMaybe; - bridgeAddressL1_not?: InputMaybe; - bridgeAddressL1_gt?: InputMaybe; - bridgeAddressL1_lt?: InputMaybe; - bridgeAddressL1_gte?: InputMaybe; - bridgeAddressL1_lte?: InputMaybe; - bridgeAddressL1_in?: InputMaybe; - bridgeAddressL1_not_in?: InputMaybe; - bridgeAddressL1_contains?: InputMaybe; - bridgeAddressL1_not_contains?: InputMaybe; - bridgeAddressL2?: InputMaybe; - bridgeAddressL2_not?: InputMaybe; - bridgeAddressL2_gt?: InputMaybe; - bridgeAddressL2_lt?: InputMaybe; - bridgeAddressL2_gte?: InputMaybe; - bridgeAddressL2_lte?: InputMaybe; - bridgeAddressL2_in?: InputMaybe; - bridgeAddressL2_not_in?: InputMaybe; - bridgeAddressL2_contains?: InputMaybe; - bridgeAddressL2_not_contains?: InputMaybe; - l1Recipient?: InputMaybe; - l1Recipient_not?: InputMaybe; - l1Recipient_gt?: InputMaybe; - l1Recipient_lt?: InputMaybe; - l1Recipient_gte?: InputMaybe; - l1Recipient_lte?: InputMaybe; - l1Recipient_in?: InputMaybe; - l1Recipient_not_in?: InputMaybe; - l1Recipient_contains?: InputMaybe; - l1Recipient_not_contains?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe; - amount_not_in?: InputMaybe; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe; - status_not_in?: InputMaybe; - createdAtBlock?: InputMaybe; - createdAtBlock_not?: InputMaybe; - createdAtBlock_gt?: InputMaybe; - createdAtBlock_lt?: InputMaybe; - createdAtBlock_gte?: InputMaybe; - createdAtBlock_lte?: InputMaybe; - createdAtBlock_in?: InputMaybe; - createdAtBlock_not_in?: InputMaybe; - createdTxHash?: InputMaybe; - createdTxHash_not?: InputMaybe; - createdTxHash_gt?: InputMaybe; - createdTxHash_lt?: InputMaybe; - createdTxHash_gte?: InputMaybe; - createdTxHash_lte?: InputMaybe; - createdTxHash_in?: InputMaybe; - createdTxHash_not_in?: InputMaybe; - createdTxHash_contains?: InputMaybe; - createdTxHash_not_contains?: InputMaybe; - finishedAtBlock?: InputMaybe; - finishedAtBlock_not?: InputMaybe; - finishedAtBlock_gt?: InputMaybe; - finishedAtBlock_lt?: InputMaybe; - finishedAtBlock_gte?: InputMaybe; - finishedAtBlock_lte?: InputMaybe; - finishedAtBlock_in?: InputMaybe; - finishedAtBlock_not_in?: InputMaybe; - finishedAtDate?: InputMaybe; - finishedAtDate_not?: InputMaybe; - finishedAtDate_gt?: InputMaybe; - finishedAtDate_lt?: InputMaybe; - finishedAtDate_gte?: InputMaybe; - finishedAtDate_lte?: InputMaybe; - finishedAtDate_in?: InputMaybe; - finishedAtDate_not_in?: InputMaybe; - finishedTxHash?: InputMaybe; - finishedTxHash_not?: InputMaybe; - finishedTxHash_gt?: InputMaybe; - finishedTxHash_lt?: InputMaybe; - finishedTxHash_gte?: InputMaybe; - finishedTxHash_lte?: InputMaybe; - finishedTxHash_in?: InputMaybe; - finishedTxHash_not_in?: InputMaybe; - finishedTxHash_contains?: InputMaybe; - finishedTxHash_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe[]>; - or?: InputMaybe[]>; -} + export interface WithdrawalEvent_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; + bridgeAddressL1?: InputMaybe; + bridgeAddressL1_not?: InputMaybe; + bridgeAddressL1_gt?: InputMaybe; + bridgeAddressL1_lt?: InputMaybe; + bridgeAddressL1_gte?: InputMaybe; + bridgeAddressL1_lte?: InputMaybe; + bridgeAddressL1_in?: InputMaybe; + bridgeAddressL1_not_in?: InputMaybe; + bridgeAddressL1_contains?: InputMaybe; + bridgeAddressL1_not_contains?: InputMaybe; + bridgeAddressL2?: InputMaybe; + bridgeAddressL2_not?: InputMaybe; + bridgeAddressL2_gt?: InputMaybe; + bridgeAddressL2_lt?: InputMaybe; + bridgeAddressL2_gte?: InputMaybe; + bridgeAddressL2_lte?: InputMaybe; + bridgeAddressL2_in?: InputMaybe; + bridgeAddressL2_not_in?: InputMaybe; + bridgeAddressL2_contains?: InputMaybe; + bridgeAddressL2_not_contains?: InputMaybe; + l1Recipient?: InputMaybe; + l1Recipient_not?: InputMaybe; + l1Recipient_gt?: InputMaybe; + l1Recipient_lt?: InputMaybe; + l1Recipient_gte?: InputMaybe; + l1Recipient_lte?: InputMaybe; + l1Recipient_in?: InputMaybe; + l1Recipient_not_in?: InputMaybe; + l1Recipient_contains?: InputMaybe; + l1Recipient_not_contains?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe; + amount_not_in?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe; + status_not_in?: InputMaybe; + createdAtBlock?: InputMaybe; + createdAtBlock_not?: InputMaybe; + createdAtBlock_gt?: InputMaybe; + createdAtBlock_lt?: InputMaybe; + createdAtBlock_gte?: InputMaybe; + createdAtBlock_lte?: InputMaybe; + createdAtBlock_in?: InputMaybe; + createdAtBlock_not_in?: InputMaybe; + createdTxHash?: InputMaybe; + createdTxHash_not?: InputMaybe; + createdTxHash_gt?: InputMaybe; + createdTxHash_lt?: InputMaybe; + createdTxHash_gte?: InputMaybe; + createdTxHash_lte?: InputMaybe; + createdTxHash_in?: InputMaybe; + createdTxHash_not_in?: InputMaybe; + createdTxHash_contains?: InputMaybe; + createdTxHash_not_contains?: InputMaybe; + finishedAtBlock?: InputMaybe; + finishedAtBlock_not?: InputMaybe; + finishedAtBlock_gt?: InputMaybe; + finishedAtBlock_lt?: InputMaybe; + finishedAtBlock_gte?: InputMaybe; + finishedAtBlock_lte?: InputMaybe; + finishedAtBlock_in?: InputMaybe; + finishedAtBlock_not_in?: InputMaybe; + finishedAtDate?: InputMaybe; + finishedAtDate_not?: InputMaybe; + finishedAtDate_gt?: InputMaybe; + finishedAtDate_lt?: InputMaybe; + finishedAtDate_gte?: InputMaybe; + finishedAtDate_lte?: InputMaybe; + finishedAtDate_in?: InputMaybe; + finishedAtDate_not_in?: InputMaybe; + finishedTxHash?: InputMaybe; + finishedTxHash_not?: InputMaybe; + finishedTxHash_gt?: InputMaybe; + finishedTxHash_lt?: InputMaybe; + finishedTxHash_gte?: InputMaybe; + finishedTxHash_lte?: InputMaybe; + finishedTxHash_in?: InputMaybe; + finishedTxHash_not_in?: InputMaybe; + finishedTxHash_contains?: InputMaybe; + finishedTxHash_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe[]>; + or?: InputMaybe[]>; + } -export type WithdrawalEvent_orderBy = - | 'id' - | 'bridgeAddressL1' - | 'bridgeAddressL2' - | 'l1Recipient' - | 'amount' - | 'status' - | 'createdAtBlock' - | 'createdTxHash' - | 'finishedAtBlock' - | 'finishedAtDate' - | 'finishedTxHash'; - -export interface Withdrawal_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; - l1Recipient?: InputMaybe; - l1Recipient_not?: InputMaybe; - l1Recipient_gt?: InputMaybe; - l1Recipient_lt?: InputMaybe; - l1Recipient_gte?: InputMaybe; - l1Recipient_lte?: InputMaybe; - l1Recipient_in?: InputMaybe; - l1Recipient_not_in?: InputMaybe; - l1Recipient_contains?: InputMaybe; - l1Recipient_not_contains?: InputMaybe; - l2Sender?: InputMaybe; - l2Sender_not?: InputMaybe; - l2Sender_gt?: InputMaybe; - l2Sender_lt?: InputMaybe; - l2Sender_gte?: InputMaybe; - l2Sender_lte?: InputMaybe; - l2Sender_in?: InputMaybe; - l2Sender_not_in?: InputMaybe; - l2Sender_contains?: InputMaybe; - l2Sender_not_contains?: InputMaybe; - createdTimestamp?: InputMaybe; - createdTimestamp_not?: InputMaybe; - createdTimestamp_gt?: InputMaybe; - createdTimestamp_lt?: InputMaybe; - createdTimestamp_gte?: InputMaybe; - createdTimestamp_lte?: InputMaybe; - createdTimestamp_in?: InputMaybe; - createdTimestamp_not_in?: InputMaybe; - withdrawalEvents?: InputMaybe; - withdrawalEvents_not?: InputMaybe; - withdrawalEvents_contains?: InputMaybe; - withdrawalEvents_contains_nocase?: InputMaybe; - withdrawalEvents_not_contains?: InputMaybe; - withdrawalEvents_not_contains_nocase?: InputMaybe; - withdrawalEvents_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe[]>; - or?: InputMaybe[]>; -} + export type WithdrawalEvent_orderBy = + | "id" + | "bridgeAddressL1" + | "bridgeAddressL2" + | "l1Recipient" + | "amount" + | "status" + | "createdAtBlock" + | "createdTxHash" + | "finishedAtBlock" + | "finishedAtDate" + | "finishedTxHash"; + + export interface Withdrawal_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; + l1Recipient?: InputMaybe; + l1Recipient_not?: InputMaybe; + l1Recipient_gt?: InputMaybe; + l1Recipient_lt?: InputMaybe; + l1Recipient_gte?: InputMaybe; + l1Recipient_lte?: InputMaybe; + l1Recipient_in?: InputMaybe; + l1Recipient_not_in?: InputMaybe; + l1Recipient_contains?: InputMaybe; + l1Recipient_not_contains?: InputMaybe; + l2Sender?: InputMaybe; + l2Sender_not?: InputMaybe; + l2Sender_gt?: InputMaybe; + l2Sender_lt?: InputMaybe; + l2Sender_gte?: InputMaybe; + l2Sender_lte?: InputMaybe; + l2Sender_in?: InputMaybe; + l2Sender_not_in?: InputMaybe; + l2Sender_contains?: InputMaybe; + l2Sender_not_contains?: InputMaybe; + createdTimestamp?: InputMaybe; + createdTimestamp_not?: InputMaybe; + createdTimestamp_gt?: InputMaybe; + createdTimestamp_lt?: InputMaybe; + createdTimestamp_gte?: InputMaybe; + createdTimestamp_lte?: InputMaybe; + createdTimestamp_in?: InputMaybe; + createdTimestamp_not_in?: InputMaybe; + withdrawalEvents?: InputMaybe; + withdrawalEvents_not?: InputMaybe; + withdrawalEvents_contains?: InputMaybe; + withdrawalEvents_contains_nocase?: InputMaybe; + withdrawalEvents_not_contains?: InputMaybe; + withdrawalEvents_not_contains_nocase?: InputMaybe; + withdrawalEvents_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe[]>; + or?: InputMaybe[]>; + } -export type Withdrawal_orderBy = - | 'id' - | 'l1Recipient' - | 'l2Sender' - | 'createdTimestamp' - | 'withdrawalEvents'; - -export interface _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; -} + export type Withdrawal_orderBy = + | "id" + | "l1Recipient" + | "l2Sender" + | "createdTimestamp" + | "withdrawalEvents"; + + export interface _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 type for the top-level _meta field */ -export interface _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']; -} + /** The type for the top-level _meta field */ + export interface _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 type _SubgraphErrorPolicy_ = - /** Data will be returned even if the subgraph has indexing errors */ - | 'allow' - /** If the subgraph has indexing errors, data will be omitted. The default. */ - | 'deny'; + export type _SubgraphErrorPolicy_ = + /** Data will be returned even if the subgraph has indexing errors */ + | "allow" + /** If the subgraph has indexing errors, data will be omitted. The default. */ + | "deny"; export interface QuerySdk { - /** null **/ - depositEvent: InContextSdkMethod, - /** null **/ - depositEvents: InContextSdkMethod, - /** null **/ - deposit: InContextSdkMethod, - /** null **/ - deposits: InContextSdkMethod, - /** null **/ - withdrawalEvent: InContextSdkMethod, - /** null **/ - withdrawalEvents: InContextSdkMethod, - /** null **/ - withdrawal: InContextSdkMethod, - /** null **/ - withdrawals: InContextSdkMethod, - /** null **/ - token: InContextSdkMethod, - /** null **/ - tokens: InContextSdkMethod, - /** Access to subgraph metadata **/ - _meta: InContextSdkMethod - } - - export interface MutationSdk { - + /** null **/ + depositEvent: InContextSdkMethod< + Query["depositEvent"], + QuerydepositEventArgs, + MeshContext + >; + /** null **/ + depositEvents: InContextSdkMethod< + Query["depositEvents"], + QuerydepositEventsArgs, + MeshContext + >; + /** null **/ + deposit: InContextSdkMethod< + Query["deposit"], + QuerydepositArgs, + MeshContext + >; + /** null **/ + deposits: InContextSdkMethod< + Query["deposits"], + QuerydepositsArgs, + MeshContext + >; + /** null **/ + withdrawalEvent: InContextSdkMethod< + Query["withdrawalEvent"], + QuerywithdrawalEventArgs, + MeshContext + >; + /** null **/ + withdrawalEvents: InContextSdkMethod< + Query["withdrawalEvents"], + QuerywithdrawalEventsArgs, + MeshContext + >; + /** null **/ + withdrawal: InContextSdkMethod< + Query["withdrawal"], + QuerywithdrawalArgs, + MeshContext + >; + /** null **/ + withdrawals: InContextSdkMethod< + Query["withdrawals"], + QuerywithdrawalsArgs, + MeshContext + >; + /** null **/ + token: InContextSdkMethod; + /** null **/ + tokens: InContextSdkMethod; + /** Access to subgraph metadata **/ + _meta: InContextSdkMethod; } + export interface MutationSdk {} + export interface SubscriptionSdk { - /** null **/ - depositEvent: InContextSdkMethod, - /** null **/ - depositEvents: InContextSdkMethod, - /** null **/ - deposit: InContextSdkMethod, - /** null **/ - deposits: InContextSdkMethod, - /** null **/ - withdrawalEvent: InContextSdkMethod, - /** null **/ - withdrawalEvents: InContextSdkMethod, - /** null **/ - withdrawal: InContextSdkMethod, - /** null **/ - withdrawals: InContextSdkMethod, - /** null **/ - token: InContextSdkMethod, - /** null **/ - tokens: InContextSdkMethod, - /** Access to subgraph metadata **/ - _meta: InContextSdkMethod + /** null **/ + depositEvent: InContextSdkMethod< + Subscription["depositEvent"], + SubscriptiondepositEventArgs, + MeshContext + >; + /** null **/ + depositEvents: InContextSdkMethod< + Subscription["depositEvents"], + SubscriptiondepositEventsArgs, + MeshContext + >; + /** null **/ + deposit: InContextSdkMethod< + Subscription["deposit"], + SubscriptiondepositArgs, + MeshContext + >; + /** null **/ + deposits: InContextSdkMethod< + Subscription["deposits"], + SubscriptiondepositsArgs, + MeshContext + >; + /** null **/ + withdrawalEvent: InContextSdkMethod< + Subscription["withdrawalEvent"], + SubscriptionwithdrawalEventArgs, + MeshContext + >; + /** null **/ + withdrawalEvents: InContextSdkMethod< + Subscription["withdrawalEvents"], + SubscriptionwithdrawalEventsArgs, + MeshContext + >; + /** null **/ + withdrawal: InContextSdkMethod< + Subscription["withdrawal"], + SubscriptionwithdrawalArgs, + MeshContext + >; + /** null **/ + withdrawals: InContextSdkMethod< + Subscription["withdrawals"], + SubscriptionwithdrawalsArgs, + MeshContext + >; + /** null **/ + token: InContextSdkMethod< + Subscription["token"], + SubscriptiontokenArgs, + MeshContext + >; + /** null **/ + tokens: InContextSdkMethod< + Subscription["tokens"], + SubscriptiontokensArgs, + MeshContext + >; + /** Access to subgraph metadata **/ + _meta: InContextSdkMethod< + Subscription["_meta"], + Subscription_metaArgs, + MeshContext + >; } export interface Context { - ["lordsbridge"]: { Query: QuerySdk, Mutation: MutationSdk, Subscription: SubscriptionSdk }, - ["subgraphName"]: Scalars['ID'] - } + ["lordsbridge"]: { + Query: QuerySdk; + Mutation: MutationSdk; + Subscription: SubscriptionSdk; + }; + ["subgraphName"]: Scalars["ID"]; + } } diff --git a/apps/nextjs/src/abi/L1/ERC20.ts b/apps/nextjs/src/abi/L1/ERC20.ts index 3ccbd8ce..636e8b3d 100644 --- a/apps/nextjs/src/abi/L1/ERC20.ts +++ b/apps/nextjs/src/abi/L1/ERC20.ts @@ -1,222 +1,222 @@ export const ERC20 = [ { - "constant": true, - "inputs": [], - "name": "name", - "outputs": [ - { - "name": "", - "type": "string" - } - ], - "payable": false, - "stateMutability": "view", - "type": "function" + constant: true, + inputs: [], + name: "name", + outputs: [ + { + name: "", + type: "string", + }, + ], + payable: false, + stateMutability: "view", + type: "function", }, { - "constant": false, - "inputs": [ + constant: false, + inputs: [ { - "name": "_spender", - "type": "address" + name: "_spender", + type: "address", }, { - "name": "_value", - "type": "uint256" - } + name: "_value", + type: "uint256", + }, ], - "name": "approve", - "outputs": [ + name: "approve", + outputs: [ { - "name": "", - "type": "bool" - } + name: "", + type: "bool", + }, ], - "payable": false, - "stateMutability": "nonpayable", - "type": "function" + payable: false, + stateMutability: "nonpayable", + type: "function", }, { - "constant": true, - "inputs": [], - "name": "totalSupply", - "outputs": [ - { - "name": "", - "type": "uint256" - } - ], - "payable": false, - "stateMutability": "view", - "type": "function" + constant: true, + inputs: [], + name: "totalSupply", + outputs: [ + { + name: "", + type: "uint256", + }, + ], + payable: false, + stateMutability: "view", + type: "function", }, { - "constant": false, - "inputs": [ + constant: false, + inputs: [ { - "name": "_from", - "type": "address" + name: "_from", + type: "address", }, { - "name": "_to", - "type": "address" + name: "_to", + type: "address", }, { - "name": "_value", - "type": "uint256" - } + name: "_value", + type: "uint256", + }, ], - "name": "transferFrom", - "outputs": [ + name: "transferFrom", + outputs: [ { - "name": "", - "type": "bool" - } + name: "", + type: "bool", + }, ], - "payable": false, - "stateMutability": "nonpayable", - "type": "function" + payable: false, + stateMutability: "nonpayable", + type: "function", }, { - "constant": true, - "inputs": [], - "name": "decimals", - "outputs": [ - { - "name": "", - "type": "uint8" - } - ], - "payable": false, - "stateMutability": "view", - "type": "function" + constant: true, + inputs: [], + name: "decimals", + outputs: [ + { + name: "", + type: "uint8", + }, + ], + payable: false, + stateMutability: "view", + type: "function", }, { - "constant": true, - "inputs": [ + constant: true, + inputs: [ { - "name": "_owner", - "type": "address" - } + name: "_owner", + type: "address", + }, ], - "name": "balanceOf", - "outputs": [ + name: "balanceOf", + outputs: [ { - "name": "balance", - "type": "uint256" - } + name: "balance", + type: "uint256", + }, ], - "payable": false, - "stateMutability": "view", - "type": "function" + payable: false, + stateMutability: "view", + type: "function", }, { - "constant": true, - "inputs": [], - "name": "symbol", - "outputs": [ - { - "name": "", - "type": "string" - } - ], - "payable": false, - "stateMutability": "view", - "type": "function" + constant: true, + inputs: [], + name: "symbol", + outputs: [ + { + name: "", + type: "string", + }, + ], + payable: false, + stateMutability: "view", + type: "function", }, { - "constant": false, - "inputs": [ + constant: false, + inputs: [ { - "name": "_to", - "type": "address" + name: "_to", + type: "address", }, { - "name": "_value", - "type": "uint256" - } + name: "_value", + type: "uint256", + }, ], - "name": "transfer", - "outputs": [ + name: "transfer", + outputs: [ { - "name": "", - "type": "bool" - } + name: "", + type: "bool", + }, ], - "payable": false, - "stateMutability": "nonpayable", - "type": "function" + payable: false, + stateMutability: "nonpayable", + type: "function", }, { - "constant": true, - "inputs": [ + constant: true, + inputs: [ { - "name": "_owner", - "type": "address" + name: "_owner", + type: "address", }, { - "name": "_spender", - "type": "address" - } + name: "_spender", + type: "address", + }, ], - "name": "allowance", - "outputs": [ + name: "allowance", + outputs: [ { - "name": "", - "type": "uint256" - } + name: "", + type: "uint256", + }, ], - "payable": false, - "stateMutability": "view", - "type": "function" + payable: false, + stateMutability: "view", + type: "function", }, { - "payable": true, - "stateMutability": "payable", - "type": "fallback" + payable: true, + stateMutability: "payable", + type: "fallback", }, { - "anonymous": false, - "inputs": [ + anonymous: false, + inputs: [ { - "indexed": true, - "name": "owner", - "type": "address" + indexed: true, + name: "owner", + type: "address", }, { - "indexed": true, - "name": "spender", - "type": "address" + indexed: true, + name: "spender", + type: "address", }, { - "indexed": false, - "name": "value", - "type": "uint256" - } + indexed: false, + name: "value", + type: "uint256", + }, ], - "name": "Approval", - "type": "event" + name: "Approval", + type: "event", }, { - "anonymous": false, - "inputs": [ + anonymous: false, + inputs: [ { - "indexed": true, - "name": "from", - "type": "address" + indexed: true, + name: "from", + type: "address", }, { - "indexed": true, - "name": "to", - "type": "address" + indexed: true, + name: "to", + type: "address", }, { - "indexed": false, - "name": "value", - "type": "uint256" - } + indexed: false, + name: "value", + type: "uint256", + }, ], - "name": "Transfer", - "type": "event" - } -] as const + name: "Transfer", + type: "event", + }, +] as const; diff --git a/apps/nextjs/src/abi/L1/ERC721.ts b/apps/nextjs/src/abi/L1/ERC721.ts index 97e2e463..943d66e5 100644 --- a/apps/nextjs/src/abi/L1/ERC721.ts +++ b/apps/nextjs/src/abi/L1/ERC721.ts @@ -1 +1,373 @@ -export const ERC721 = [{ "inputs": [], "stateMutability": "nonpayable", "type": "constructor" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "address", "name": "owner", "type": "address" }, { "indexed": true, "internalType": "address", "name": "approved", "type": "address" }, { "indexed": true, "internalType": "uint256", "name": "tokenId", "type": "uint256" }], "name": "Approval", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "address", "name": "owner", "type": "address" }, { "indexed": true, "internalType": "address", "name": "operator", "type": "address" }, { "indexed": false, "internalType": "bool", "name": "approved", "type": "bool" }], "name": "ApprovalForAll", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "address", "name": "previousOwner", "type": "address" }, { "indexed": true, "internalType": "address", "name": "newOwner", "type": "address" }], "name": "OwnershipTransferred", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "address", "name": "from", "type": "address" }, { "indexed": true, "internalType": "address", "name": "to", "type": "address" }, { "indexed": true, "internalType": "uint256", "name": "tokenId", "type": "uint256" }], "name": "Transfer", "type": "event" }, { "inputs": [], "name": "PROVENANCE", "outputs": [{ "internalType": "string", "name": "", "type": "string" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "to", "type": "address" }, { "internalType": "uint256", "name": "tokenId", "type": "uint256" }], "name": "approve", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "owner", "type": "address" }], "name": "balanceOf", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "baseURI", "outputs": [{ "internalType": "string", "name": "", "type": "string" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "deposit", "outputs": [], "stateMutability": "payable", "type": "function" }, { "inputs": [], "name": "endPrivateSale", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "flipSaleState", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "uint256", "name": "tokenId", "type": "uint256" }], "name": "getApproved", "outputs": [{ "internalType": "address", "name": "", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "owner", "type": "address" }, { "internalType": "address", "name": "operator", "type": "address" }], "name": "isApprovedForAll", "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "lootAddress", "outputs": [{ "internalType": "address", "name": "", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "lootersPrice", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "uint256", "name": "lootId", "type": "uint256" }], "name": "mint", "outputs": [], "stateMutability": "payable", "type": "function" }, { "inputs": [{ "internalType": "uint256", "name": "lootId", "type": "uint256" }], "name": "mintWithLoot", "outputs": [], "stateMutability": "payable", "type": "function" }, { "inputs": [{ "internalType": "uint256[]", "name": "lootIds", "type": "uint256[]" }], "name": "multiMint", "outputs": [], "stateMutability": "payable", "type": "function" }, { "inputs": [{ "internalType": "uint256[]", "name": "lootIds", "type": "uint256[]" }], "name": "multiMintWithLoot", "outputs": [], "stateMutability": "payable", "type": "function" }, { "inputs": [], "name": "name", "outputs": [{ "internalType": "string", "name": "", "type": "string" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "owner", "outputs": [{ "internalType": "address", "name": "", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "uint256", "name": "tokenId", "type": "uint256" }], "name": "ownerOf", "outputs": [{ "internalType": "address", "name": "", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "privateSale", "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "publicPrice", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "renounceOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "from", "type": "address" }, { "internalType": "address", "name": "to", "type": "address" }, { "internalType": "uint256", "name": "tokenId", "type": "uint256" }], "name": "safeTransferFrom", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "from", "type": "address" }, { "internalType": "address", "name": "to", "type": "address" }, { "internalType": "uint256", "name": "tokenId", "type": "uint256" }, { "internalType": "bytes", "name": "_data", "type": "bytes" }], "name": "safeTransferFrom", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "saleIsActive", "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "operator", "type": "address" }, { "internalType": "bool", "name": "approved", "type": "bool" }], "name": "setApprovalForAll", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "string", "name": "baseURI", "type": "string" }], "name": "setBaseURI", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "uint256", "name": "newPrice", "type": "uint256" }], "name": "setLootersPrice", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "string", "name": "prov", "type": "string" }], "name": "setProvenance", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "uint256", "name": "newPrice", "type": "uint256" }], "name": "setPublicPrice", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "bytes4", "name": "interfaceId", "type": "bytes4" }], "name": "supportsInterface", "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "symbol", "outputs": [{ "internalType": "string", "name": "", "type": "string" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "uint256", "name": "index", "type": "uint256" }], "name": "tokenByIndex", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "owner", "type": "address" }, { "internalType": "uint256", "name": "index", "type": "uint256" }], "name": "tokenOfOwnerByIndex", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "uint256", "name": "tokenId", "type": "uint256" }], "name": "tokenURI", "outputs": [{ "internalType": "string", "name": "", "type": "string" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "totalSupply", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "from", "type": "address" }, { "internalType": "address", "name": "to", "type": "address" }, { "internalType": "uint256", "name": "tokenId", "type": "uint256" }], "name": "transferFrom", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "newOwner", "type": "address" }], "name": "transferOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "withdraw", "outputs": [], "stateMutability": "nonpayable", "type": "function" }] as const \ No newline at end of file +export const ERC721 = [ + { inputs: [], stateMutability: "nonpayable", type: "constructor" }, + { + anonymous: false, + inputs: [ + { + indexed: true, + internalType: "address", + name: "owner", + type: "address", + }, + { + indexed: true, + internalType: "address", + name: "approved", + type: "address", + }, + { + indexed: true, + internalType: "uint256", + name: "tokenId", + type: "uint256", + }, + ], + name: "Approval", + type: "event", + }, + { + anonymous: false, + inputs: [ + { + indexed: true, + internalType: "address", + name: "owner", + type: "address", + }, + { + indexed: true, + internalType: "address", + name: "operator", + type: "address", + }, + { indexed: false, internalType: "bool", name: "approved", type: "bool" }, + ], + name: "ApprovalForAll", + type: "event", + }, + { + anonymous: false, + inputs: [ + { + indexed: true, + internalType: "address", + name: "previousOwner", + type: "address", + }, + { + indexed: true, + internalType: "address", + name: "newOwner", + type: "address", + }, + ], + name: "OwnershipTransferred", + type: "event", + }, + { + anonymous: false, + inputs: [ + { indexed: true, internalType: "address", name: "from", type: "address" }, + { indexed: true, internalType: "address", name: "to", type: "address" }, + { + indexed: true, + internalType: "uint256", + name: "tokenId", + type: "uint256", + }, + ], + name: "Transfer", + type: "event", + }, + { + inputs: [], + name: "PROVENANCE", + outputs: [{ internalType: "string", name: "", type: "string" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [ + { internalType: "address", name: "to", type: "address" }, + { internalType: "uint256", name: "tokenId", type: "uint256" }, + ], + name: "approve", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [{ internalType: "address", name: "owner", type: "address" }], + name: "balanceOf", + outputs: [{ internalType: "uint256", name: "", type: "uint256" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [], + name: "baseURI", + outputs: [{ internalType: "string", name: "", type: "string" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [], + name: "deposit", + outputs: [], + stateMutability: "payable", + type: "function", + }, + { + inputs: [], + name: "endPrivateSale", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [], + name: "flipSaleState", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [{ internalType: "uint256", name: "tokenId", type: "uint256" }], + name: "getApproved", + outputs: [{ internalType: "address", name: "", type: "address" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [ + { internalType: "address", name: "owner", type: "address" }, + { internalType: "address", name: "operator", type: "address" }, + ], + name: "isApprovedForAll", + outputs: [{ internalType: "bool", name: "", type: "bool" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [], + name: "lootAddress", + outputs: [{ internalType: "address", name: "", type: "address" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [], + name: "lootersPrice", + outputs: [{ internalType: "uint256", name: "", type: "uint256" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [{ internalType: "uint256", name: "lootId", type: "uint256" }], + name: "mint", + outputs: [], + stateMutability: "payable", + type: "function", + }, + { + inputs: [{ internalType: "uint256", name: "lootId", type: "uint256" }], + name: "mintWithLoot", + outputs: [], + stateMutability: "payable", + type: "function", + }, + { + inputs: [{ internalType: "uint256[]", name: "lootIds", type: "uint256[]" }], + name: "multiMint", + outputs: [], + stateMutability: "payable", + type: "function", + }, + { + inputs: [{ internalType: "uint256[]", name: "lootIds", type: "uint256[]" }], + name: "multiMintWithLoot", + outputs: [], + stateMutability: "payable", + type: "function", + }, + { + inputs: [], + name: "name", + outputs: [{ internalType: "string", name: "", type: "string" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [], + name: "owner", + outputs: [{ internalType: "address", name: "", type: "address" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [{ internalType: "uint256", name: "tokenId", type: "uint256" }], + name: "ownerOf", + outputs: [{ internalType: "address", name: "", type: "address" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [], + name: "privateSale", + outputs: [{ internalType: "bool", name: "", type: "bool" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [], + name: "publicPrice", + outputs: [{ internalType: "uint256", name: "", type: "uint256" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [], + name: "renounceOwnership", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [ + { internalType: "address", name: "from", type: "address" }, + { internalType: "address", name: "to", type: "address" }, + { internalType: "uint256", name: "tokenId", type: "uint256" }, + ], + name: "safeTransferFrom", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [ + { internalType: "address", name: "from", type: "address" }, + { internalType: "address", name: "to", type: "address" }, + { internalType: "uint256", name: "tokenId", type: "uint256" }, + { internalType: "bytes", name: "_data", type: "bytes" }, + ], + name: "safeTransferFrom", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [], + name: "saleIsActive", + outputs: [{ internalType: "bool", name: "", type: "bool" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [ + { internalType: "address", name: "operator", type: "address" }, + { internalType: "bool", name: "approved", type: "bool" }, + ], + name: "setApprovalForAll", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [{ internalType: "string", name: "baseURI", type: "string" }], + name: "setBaseURI", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [{ internalType: "uint256", name: "newPrice", type: "uint256" }], + name: "setLootersPrice", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [{ internalType: "string", name: "prov", type: "string" }], + name: "setProvenance", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [{ internalType: "uint256", name: "newPrice", type: "uint256" }], + name: "setPublicPrice", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [{ internalType: "bytes4", name: "interfaceId", type: "bytes4" }], + name: "supportsInterface", + outputs: [{ internalType: "bool", name: "", type: "bool" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [], + name: "symbol", + outputs: [{ internalType: "string", name: "", type: "string" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [{ internalType: "uint256", name: "index", type: "uint256" }], + name: "tokenByIndex", + outputs: [{ internalType: "uint256", name: "", type: "uint256" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [ + { internalType: "address", name: "owner", type: "address" }, + { internalType: "uint256", name: "index", type: "uint256" }, + ], + name: "tokenOfOwnerByIndex", + outputs: [{ internalType: "uint256", name: "", type: "uint256" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [{ internalType: "uint256", name: "tokenId", type: "uint256" }], + name: "tokenURI", + outputs: [{ internalType: "string", name: "", type: "string" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [], + name: "totalSupply", + outputs: [{ internalType: "uint256", name: "", type: "uint256" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [ + { internalType: "address", name: "from", type: "address" }, + { internalType: "address", name: "to", type: "address" }, + { internalType: "uint256", name: "tokenId", type: "uint256" }, + ], + name: "transferFrom", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [{ internalType: "address", name: "newOwner", type: "address" }], + name: "transferOwnership", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [], + name: "withdraw", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, +] as const; diff --git a/apps/nextjs/src/abi/L1/StarknetBridgeLords.ts b/apps/nextjs/src/abi/L1/StarknetBridgeLords.ts index 8bc6cc3b..8a404b1b 100644 --- a/apps/nextjs/src/abi/L1/StarknetBridgeLords.ts +++ b/apps/nextjs/src/abi/L1/StarknetBridgeLords.ts @@ -1,147 +1,147 @@ export const StarknetBridgeLords = [ { - "inputs": [ + inputs: [ { - "internalType": "address", - "name": "_starknet", - "type": "address" + internalType: "address", + name: "_starknet", + type: "address", }, { - "internalType": "address", - "name": "_l1Token", - "type": "address" + internalType: "address", + name: "_l1Token", + type: "address", }, { - "internalType": "uint256", - "name": "_l2Bridge", - "type": "uint256" - } + internalType: "uint256", + name: "_l2Bridge", + type: "uint256", + }, ], - "stateMutability": "nonpayable", - "type": "constructor" + stateMutability: "nonpayable", + type: "constructor", }, { - "anonymous": false, - "inputs": [ + anonymous: false, + inputs: [ { - "indexed": true, - "internalType": "address", - "name": "l1Sender", - "type": "address" + indexed: true, + internalType: "address", + name: "l1Sender", + type: "address", }, { - "indexed": false, - "internalType": "uint256", - "name": "amount", - "type": "uint256" + indexed: false, + internalType: "uint256", + name: "amount", + type: "uint256", }, { - "indexed": false, - "internalType": "uint256", - "name": "l2Recipient", - "type": "uint256" - } + indexed: false, + internalType: "uint256", + name: "l2Recipient", + type: "uint256", + }, ], - "name": "LogDeposit", - "type": "event" + name: "LogDeposit", + type: "event", }, { - "anonymous": false, - "inputs": [ + anonymous: false, + inputs: [ { - "indexed": true, - "internalType": "address", - "name": "l1Recipient", - "type": "address" + indexed: true, + internalType: "address", + name: "l1Recipient", + type: "address", }, { - "indexed": false, - "internalType": "uint256", - "name": "amount", - "type": "uint256" - } + indexed: false, + internalType: "uint256", + name: "amount", + type: "uint256", + }, ], - "name": "LogWithdrawal", - "type": "event" + name: "LogWithdrawal", + type: "event", }, { - "inputs": [ + inputs: [ { - "internalType": "uint256", - "name": "amount", - "type": "uint256" + internalType: "uint256", + name: "amount", + type: "uint256", }, { - "internalType": "uint256", - "name": "l2Recipient", - "type": "uint256" + internalType: "uint256", + name: "l2Recipient", + type: "uint256", }, { - "internalType": "uint256", - "name": "fee", - "type": "uint256" - } + internalType: "uint256", + name: "fee", + type: "uint256", + }, ], - "name": "deposit", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" + name: "deposit", + outputs: [], + stateMutability: "nonpayable", + type: "function", }, { - "inputs": [], - "name": "l1Token", - "outputs": [ - { - "internalType": "address", - "name": "", - "type": "address" - } + inputs: [], + name: "l1Token", + outputs: [ + { + internalType: "address", + name: "", + type: "address", + }, ], - "stateMutability": "view", - "type": "function" + stateMutability: "view", + type: "function", }, { - "inputs": [], - "name": "l2Bridge", - "outputs": [ - { - "internalType": "uint256", - "name": "", - "type": "uint256" - } + inputs: [], + name: "l2Bridge", + outputs: [ + { + internalType: "uint256", + name: "", + type: "uint256", + }, ], - "stateMutability": "view", - "type": "function" + stateMutability: "view", + type: "function", }, { - "inputs": [], - "name": "starknet", - "outputs": [ - { - "internalType": "address", - "name": "", - "type": "address" - } + inputs: [], + name: "starknet", + outputs: [ + { + internalType: "address", + name: "", + type: "address", + }, ], - "stateMutability": "view", - "type": "function" + stateMutability: "view", + type: "function", }, { - "inputs": [ + inputs: [ { - "internalType": "uint256", - "name": "amount", - "type": "uint256" + internalType: "uint256", + name: "amount", + type: "uint256", }, { - "internalType": "address", - "name": "l1Recipient", - "type": "address" - } + internalType: "address", + name: "l1Recipient", + type: "address", + }, ], - "name": "withdraw", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - } -] as const + name: "withdraw", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, +] as const; diff --git a/apps/nextjs/src/abi/L1/StarknetMessaging.ts b/apps/nextjs/src/abi/L1/StarknetMessaging.ts index 96ab2c71..0ac80be7 100644 --- a/apps/nextjs/src/abi/L1/StarknetMessaging.ts +++ b/apps/nextjs/src/abi/L1/StarknetMessaging.ts @@ -1,814 +1,814 @@ export const StarknetMessaging = [ { - "anonymous": false, - "inputs": [ + anonymous: false, + inputs: [ { - "indexed": true, - "internalType": "uint256", - "name": "fromAddress", - "type": "uint256" + indexed: true, + internalType: "uint256", + name: "fromAddress", + type: "uint256", }, { - "indexed": true, - "internalType": "address", - "name": "toAddress", - "type": "address" + indexed: true, + internalType: "address", + name: "toAddress", + type: "address", }, { - "indexed": false, - "internalType": "uint256[]", - "name": "payload", - "type": "uint256[]" - } + indexed: false, + internalType: "uint256[]", + name: "payload", + type: "uint256[]", + }, ], - "name": "ConsumedMessageToL1", - "type": "event" + name: "ConsumedMessageToL1", + type: "event", }, { - "anonymous": false, - "inputs": [ + anonymous: false, + inputs: [ { - "indexed": true, - "internalType": "address", - "name": "fromAddress", - "type": "address" + indexed: true, + internalType: "address", + name: "fromAddress", + type: "address", }, { - "indexed": true, - "internalType": "uint256", - "name": "toAddress", - "type": "uint256" + indexed: true, + internalType: "uint256", + name: "toAddress", + type: "uint256", }, { - "indexed": true, - "internalType": "uint256", - "name": "selector", - "type": "uint256" + indexed: true, + internalType: "uint256", + name: "selector", + type: "uint256", }, { - "indexed": false, - "internalType": "uint256[]", - "name": "payload", - "type": "uint256[]" + indexed: false, + internalType: "uint256[]", + name: "payload", + type: "uint256[]", }, { - "indexed": false, - "internalType": "uint256", - "name": "nonce", - "type": "uint256" - } + indexed: false, + internalType: "uint256", + name: "nonce", + type: "uint256", + }, ], - "name": "ConsumedMessageToL2", - "type": "event" + name: "ConsumedMessageToL2", + type: "event", }, { - "anonymous": false, - "inputs": [], - "name": "Finalized", - "type": "event" + anonymous: false, + inputs: [], + name: "Finalized", + type: "event", }, { - "anonymous": false, - "inputs": [ + anonymous: false, + inputs: [ { - "indexed": true, - "internalType": "uint256", - "name": "fromAddress", - "type": "uint256" + indexed: true, + internalType: "uint256", + name: "fromAddress", + type: "uint256", }, { - "indexed": true, - "internalType": "address", - "name": "toAddress", - "type": "address" + indexed: true, + internalType: "address", + name: "toAddress", + type: "address", }, { - "indexed": false, - "internalType": "uint256[]", - "name": "payload", - "type": "uint256[]" - } + indexed: false, + internalType: "uint256[]", + name: "payload", + type: "uint256[]", + }, ], - "name": "LogMessageToL1", - "type": "event" + name: "LogMessageToL1", + type: "event", }, { - "anonymous": false, - "inputs": [ + anonymous: false, + inputs: [ { - "indexed": true, - "internalType": "address", - "name": "fromAddress", - "type": "address" + indexed: true, + internalType: "address", + name: "fromAddress", + type: "address", }, { - "indexed": true, - "internalType": "uint256", - "name": "toAddress", - "type": "uint256" + indexed: true, + internalType: "uint256", + name: "toAddress", + type: "uint256", }, { - "indexed": true, - "internalType": "uint256", - "name": "selector", - "type": "uint256" + indexed: true, + internalType: "uint256", + name: "selector", + type: "uint256", }, { - "indexed": false, - "internalType": "uint256[]", - "name": "payload", - "type": "uint256[]" + indexed: false, + internalType: "uint256[]", + name: "payload", + type: "uint256[]", }, { - "indexed": false, - "internalType": "uint256", - "name": "nonce", - "type": "uint256" + indexed: false, + internalType: "uint256", + name: "nonce", + type: "uint256", }, { - "indexed": false, - "internalType": "uint256", - "name": "fee", - "type": "uint256" - } + indexed: false, + internalType: "uint256", + name: "fee", + type: "uint256", + }, ], - "name": "LogMessageToL2", - "type": "event" + name: "LogMessageToL2", + type: "event", }, { - "anonymous": false, - "inputs": [ + anonymous: false, + inputs: [ { - "indexed": false, - "internalType": "address", - "name": "acceptedGovernor", - "type": "address" - } + indexed: false, + internalType: "address", + name: "acceptedGovernor", + type: "address", + }, ], - "name": "LogNewGovernorAccepted", - "type": "event" + name: "LogNewGovernorAccepted", + type: "event", }, { - "anonymous": false, - "inputs": [ + anonymous: false, + inputs: [ { - "indexed": false, - "internalType": "address", - "name": "nominatedGovernor", - "type": "address" - } + indexed: false, + internalType: "address", + name: "nominatedGovernor", + type: "address", + }, ], - "name": "LogNominatedGovernor", - "type": "event" + name: "LogNominatedGovernor", + type: "event", }, { - "anonymous": false, - "inputs": [], - "name": "LogNominationCancelled", - "type": "event" + anonymous: false, + inputs: [], + name: "LogNominationCancelled", + type: "event", }, { - "anonymous": false, - "inputs": [ + anonymous: false, + inputs: [ { - "indexed": false, - "internalType": "address", - "name": "operator", - "type": "address" - } + indexed: false, + internalType: "address", + name: "operator", + type: "address", + }, ], - "name": "LogOperatorAdded", - "type": "event" + name: "LogOperatorAdded", + type: "event", }, { - "anonymous": false, - "inputs": [ + anonymous: false, + inputs: [ { - "indexed": false, - "internalType": "address", - "name": "operator", - "type": "address" - } + indexed: false, + internalType: "address", + name: "operator", + type: "address", + }, ], - "name": "LogOperatorRemoved", - "type": "event" + name: "LogOperatorRemoved", + type: "event", }, { - "anonymous": false, - "inputs": [ + anonymous: false, + inputs: [ { - "indexed": false, - "internalType": "address", - "name": "removedGovernor", - "type": "address" - } + indexed: false, + internalType: "address", + name: "removedGovernor", + type: "address", + }, ], - "name": "LogRemovedGovernor", - "type": "event" + name: "LogRemovedGovernor", + type: "event", }, { - "anonymous": false, - "inputs": [ + anonymous: false, + inputs: [ { - "indexed": false, - "internalType": "bytes32", - "name": "stateTransitionFact", - "type": "bytes32" - } + indexed: false, + internalType: "bytes32", + name: "stateTransitionFact", + type: "bytes32", + }, ], - "name": "LogStateTransitionFact", - "type": "event" + name: "LogStateTransitionFact", + type: "event", }, { - "anonymous": false, - "inputs": [ + anonymous: false, + inputs: [ { - "indexed": false, - "internalType": "uint256", - "name": "globalRoot", - "type": "uint256" + indexed: false, + internalType: "uint256", + name: "globalRoot", + type: "uint256", }, { - "indexed": false, - "internalType": "int256", - "name": "blockNumber", - "type": "int256" - } + indexed: false, + internalType: "int256", + name: "blockNumber", + type: "int256", + }, ], - "name": "LogStateUpdate", - "type": "event" + name: "LogStateUpdate", + type: "event", }, { - "anonymous": false, - "inputs": [ + anonymous: false, + inputs: [ { - "indexed": true, - "internalType": "address", - "name": "fromAddress", - "type": "address" + indexed: true, + internalType: "address", + name: "fromAddress", + type: "address", }, { - "indexed": true, - "internalType": "uint256", - "name": "toAddress", - "type": "uint256" + indexed: true, + internalType: "uint256", + name: "toAddress", + type: "uint256", }, { - "indexed": true, - "internalType": "uint256", - "name": "selector", - "type": "uint256" + indexed: true, + internalType: "uint256", + name: "selector", + type: "uint256", }, { - "indexed": false, - "internalType": "uint256[]", - "name": "payload", - "type": "uint256[]" + indexed: false, + internalType: "uint256[]", + name: "payload", + type: "uint256[]", }, { - "indexed": false, - "internalType": "uint256", - "name": "nonce", - "type": "uint256" - } + indexed: false, + internalType: "uint256", + name: "nonce", + type: "uint256", + }, ], - "name": "MessageToL2Canceled", - "type": "event" + name: "MessageToL2Canceled", + type: "event", }, { - "anonymous": false, - "inputs": [ + anonymous: false, + inputs: [ { - "indexed": true, - "internalType": "address", - "name": "fromAddress", - "type": "address" + indexed: true, + internalType: "address", + name: "fromAddress", + type: "address", }, { - "indexed": true, - "internalType": "uint256", - "name": "toAddress", - "type": "uint256" + indexed: true, + internalType: "uint256", + name: "toAddress", + type: "uint256", }, { - "indexed": true, - "internalType": "uint256", - "name": "selector", - "type": "uint256" + indexed: true, + internalType: "uint256", + name: "selector", + type: "uint256", }, { - "indexed": false, - "internalType": "uint256[]", - "name": "payload", - "type": "uint256[]" + indexed: false, + internalType: "uint256[]", + name: "payload", + type: "uint256[]", }, { - "indexed": false, - "internalType": "uint256", - "name": "nonce", - "type": "uint256" - } + indexed: false, + internalType: "uint256", + name: "nonce", + type: "uint256", + }, ], - "name": "MessageToL2CancellationStarted", - "type": "event" + name: "MessageToL2CancellationStarted", + type: "event", }, { - "inputs": [], - "name": "MAX_L1_MSG_FEE", - "outputs": [ + inputs: [], + name: "MAX_L1_MSG_FEE", + outputs: [ { - "internalType": "uint256", - "name": "", - "type": "uint256" - } + internalType: "uint256", + name: "", + type: "uint256", + }, ], - "stateMutability": "view", - "type": "function" + stateMutability: "view", + type: "function", }, { - "inputs": [ + inputs: [ { - "internalType": "uint256", - "name": "toAddress", - "type": "uint256" + internalType: "uint256", + name: "toAddress", + type: "uint256", }, { - "internalType": "uint256", - "name": "selector", - "type": "uint256" + internalType: "uint256", + name: "selector", + type: "uint256", }, { - "internalType": "uint256[]", - "name": "payload", - "type": "uint256[]" + internalType: "uint256[]", + name: "payload", + type: "uint256[]", }, { - "internalType": "uint256", - "name": "nonce", - "type": "uint256" - } + internalType: "uint256", + name: "nonce", + type: "uint256", + }, ], - "name": "cancelL1ToL2Message", - "outputs": [ + name: "cancelL1ToL2Message", + outputs: [ { - "internalType": "bytes32", - "name": "", - "type": "bytes32" - } + internalType: "bytes32", + name: "", + type: "bytes32", + }, ], - "stateMutability": "nonpayable", - "type": "function" + stateMutability: "nonpayable", + type: "function", }, { - "inputs": [], - "name": "configHash", - "outputs": [ + inputs: [], + name: "configHash", + outputs: [ { - "internalType": "uint256", - "name": "", - "type": "uint256" - } + internalType: "uint256", + name: "", + type: "uint256", + }, ], - "stateMutability": "view", - "type": "function" + stateMutability: "view", + type: "function", }, { - "inputs": [ + inputs: [ { - "internalType": "uint256", - "name": "fromAddress", - "type": "uint256" + internalType: "uint256", + name: "fromAddress", + type: "uint256", }, { - "internalType": "uint256[]", - "name": "payload", - "type": "uint256[]" - } + internalType: "uint256[]", + name: "payload", + type: "uint256[]", + }, ], - "name": "consumeMessageFromL2", - "outputs": [ + name: "consumeMessageFromL2", + outputs: [ { - "internalType": "bytes32", - "name": "", - "type": "bytes32" - } + internalType: "bytes32", + name: "", + type: "bytes32", + }, ], - "stateMutability": "nonpayable", - "type": "function" + stateMutability: "nonpayable", + type: "function", }, { - "inputs": [], - "name": "finalize", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" + inputs: [], + name: "finalize", + outputs: [], + stateMutability: "nonpayable", + type: "function", }, { - "inputs": [], - "name": "identify", - "outputs": [ + inputs: [], + name: "identify", + outputs: [ { - "internalType": "string", - "name": "", - "type": "string" - } + internalType: "string", + name: "", + type: "string", + }, ], - "stateMutability": "pure", - "type": "function" + stateMutability: "pure", + type: "function", }, { - "inputs": [ + inputs: [ { - "internalType": "bytes", - "name": "data", - "type": "bytes" - } + internalType: "bytes", + name: "data", + type: "bytes", + }, ], - "name": "initialize", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" + name: "initialize", + outputs: [], + stateMutability: "nonpayable", + type: "function", }, { - "inputs": [], - "name": "isFinalized", - "outputs": [ + inputs: [], + name: "isFinalized", + outputs: [ { - "internalType": "bool", - "name": "", - "type": "bool" - } + internalType: "bool", + name: "", + type: "bool", + }, ], - "stateMutability": "view", - "type": "function" + stateMutability: "view", + type: "function", }, { - "inputs": [], - "name": "isFrozen", - "outputs": [ + inputs: [], + name: "isFrozen", + outputs: [ { - "internalType": "bool", - "name": "", - "type": "bool" - } + internalType: "bool", + name: "", + type: "bool", + }, ], - "stateMutability": "view", - "type": "function" + stateMutability: "view", + type: "function", }, { - "inputs": [ + inputs: [ { - "internalType": "address", - "name": "user", - "type": "address" - } + internalType: "address", + name: "user", + type: "address", + }, ], - "name": "isOperator", - "outputs": [ + name: "isOperator", + outputs: [ { - "internalType": "bool", - "name": "", - "type": "bool" - } + internalType: "bool", + name: "", + type: "bool", + }, ], - "stateMutability": "view", - "type": "function" + stateMutability: "view", + type: "function", }, { - "inputs": [ + inputs: [ { - "internalType": "bytes32", - "name": "msgHash", - "type": "bytes32" - } + internalType: "bytes32", + name: "msgHash", + type: "bytes32", + }, ], - "name": "l1ToL2MessageCancellations", - "outputs": [ + name: "l1ToL2MessageCancellations", + outputs: [ { - "internalType": "uint256", - "name": "", - "type": "uint256" - } + internalType: "uint256", + name: "", + type: "uint256", + }, ], - "stateMutability": "view", - "type": "function" + stateMutability: "view", + type: "function", }, { - "inputs": [], - "name": "l1ToL2MessageNonce", - "outputs": [ + inputs: [], + name: "l1ToL2MessageNonce", + outputs: [ { - "internalType": "uint256", - "name": "", - "type": "uint256" - } + internalType: "uint256", + name: "", + type: "uint256", + }, ], - "stateMutability": "view", - "type": "function" + stateMutability: "view", + type: "function", }, { - "inputs": [ + inputs: [ { - "internalType": "bytes32", - "name": "msgHash", - "type": "bytes32" - } + internalType: "bytes32", + name: "msgHash", + type: "bytes32", + }, ], - "name": "l1ToL2Messages", - "outputs": [ + name: "l1ToL2Messages", + outputs: [ { - "internalType": "uint256", - "name": "", - "type": "uint256" - } + internalType: "uint256", + name: "", + type: "uint256", + }, ], - "stateMutability": "view", - "type": "function" + stateMutability: "view", + type: "function", }, { - "inputs": [ + inputs: [ { - "internalType": "bytes32", - "name": "msgHash", - "type": "bytes32" - } + internalType: "bytes32", + name: "msgHash", + type: "bytes32", + }, ], - "name": "l2ToL1Messages", - "outputs": [ + name: "l2ToL1Messages", + outputs: [ { - "internalType": "uint256", - "name": "", - "type": "uint256" - } + internalType: "uint256", + name: "", + type: "uint256", + }, ], - "stateMutability": "view", - "type": "function" + stateMutability: "view", + type: "function", }, { - "inputs": [], - "name": "messageCancellationDelay", - "outputs": [ + inputs: [], + name: "messageCancellationDelay", + outputs: [ { - "internalType": "uint256", - "name": "", - "type": "uint256" - } + internalType: "uint256", + name: "", + type: "uint256", + }, ], - "stateMutability": "view", - "type": "function" + stateMutability: "view", + type: "function", }, { - "inputs": [], - "name": "programHash", - "outputs": [ + inputs: [], + name: "programHash", + outputs: [ { - "internalType": "uint256", - "name": "", - "type": "uint256" - } + internalType: "uint256", + name: "", + type: "uint256", + }, ], - "stateMutability": "view", - "type": "function" + stateMutability: "view", + type: "function", }, { - "inputs": [ + inputs: [ { - "internalType": "address", - "name": "newOperator", - "type": "address" - } + internalType: "address", + name: "newOperator", + type: "address", + }, ], - "name": "registerOperator", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" + name: "registerOperator", + outputs: [], + stateMutability: "nonpayable", + type: "function", }, { - "inputs": [ + inputs: [ { - "internalType": "uint256", - "name": "toAddress", - "type": "uint256" + internalType: "uint256", + name: "toAddress", + type: "uint256", }, { - "internalType": "uint256", - "name": "selector", - "type": "uint256" + internalType: "uint256", + name: "selector", + type: "uint256", }, { - "internalType": "uint256[]", - "name": "payload", - "type": "uint256[]" - } + internalType: "uint256[]", + name: "payload", + type: "uint256[]", + }, ], - "name": "sendMessageToL2", - "outputs": [ + name: "sendMessageToL2", + outputs: [ { - "internalType": "bytes32", - "name": "", - "type": "bytes32" + internalType: "bytes32", + name: "", + type: "bytes32", }, { - "internalType": "uint256", - "name": "", - "type": "uint256" - } + internalType: "uint256", + name: "", + type: "uint256", + }, ], - "stateMutability": "payable", - "type": "function" + stateMutability: "payable", + type: "function", }, { - "inputs": [ + inputs: [ { - "internalType": "uint256", - "name": "newConfigHash", - "type": "uint256" - } + internalType: "uint256", + name: "newConfigHash", + type: "uint256", + }, ], - "name": "setConfigHash", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" + name: "setConfigHash", + outputs: [], + stateMutability: "nonpayable", + type: "function", }, { - "inputs": [ + inputs: [ { - "internalType": "uint256", - "name": "delayInSeconds", - "type": "uint256" - } + internalType: "uint256", + name: "delayInSeconds", + type: "uint256", + }, ], - "name": "setMessageCancellationDelay", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" + name: "setMessageCancellationDelay", + outputs: [], + stateMutability: "nonpayable", + type: "function", }, { - "inputs": [ + inputs: [ { - "internalType": "uint256", - "name": "newProgramHash", - "type": "uint256" - } + internalType: "uint256", + name: "newProgramHash", + type: "uint256", + }, ], - "name": "setProgramHash", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" + name: "setProgramHash", + outputs: [], + stateMutability: "nonpayable", + type: "function", }, { - "inputs": [], - "name": "starknetAcceptGovernance", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" + inputs: [], + name: "starknetAcceptGovernance", + outputs: [], + stateMutability: "nonpayable", + type: "function", }, { - "inputs": [], - "name": "starknetCancelNomination", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" + inputs: [], + name: "starknetCancelNomination", + outputs: [], + stateMutability: "nonpayable", + type: "function", }, { - "inputs": [ + inputs: [ { - "internalType": "address", - "name": "user", - "type": "address" - } + internalType: "address", + name: "user", + type: "address", + }, ], - "name": "starknetIsGovernor", - "outputs": [ + name: "starknetIsGovernor", + outputs: [ { - "internalType": "bool", - "name": "", - "type": "bool" - } + internalType: "bool", + name: "", + type: "bool", + }, ], - "stateMutability": "view", - "type": "function" + stateMutability: "view", + type: "function", }, { - "inputs": [ + inputs: [ { - "internalType": "address", - "name": "newGovernor", - "type": "address" - } + internalType: "address", + name: "newGovernor", + type: "address", + }, ], - "name": "starknetNominateNewGovernor", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" + name: "starknetNominateNewGovernor", + outputs: [], + stateMutability: "nonpayable", + type: "function", }, { - "inputs": [ + inputs: [ { - "internalType": "address", - "name": "governorForRemoval", - "type": "address" - } + internalType: "address", + name: "governorForRemoval", + type: "address", + }, ], - "name": "starknetRemoveGovernor", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" + name: "starknetRemoveGovernor", + outputs: [], + stateMutability: "nonpayable", + type: "function", }, { - "inputs": [ + inputs: [ { - "internalType": "uint256", - "name": "toAddress", - "type": "uint256" + internalType: "uint256", + name: "toAddress", + type: "uint256", }, { - "internalType": "uint256", - "name": "selector", - "type": "uint256" + internalType: "uint256", + name: "selector", + type: "uint256", }, { - "internalType": "uint256[]", - "name": "payload", - "type": "uint256[]" + internalType: "uint256[]", + name: "payload", + type: "uint256[]", }, { - "internalType": "uint256", - "name": "nonce", - "type": "uint256" - } + internalType: "uint256", + name: "nonce", + type: "uint256", + }, ], - "name": "startL1ToL2MessageCancellation", - "outputs": [ + name: "startL1ToL2MessageCancellation", + outputs: [ { - "internalType": "bytes32", - "name": "", - "type": "bytes32" - } + internalType: "bytes32", + name: "", + type: "bytes32", + }, ], - "stateMutability": "nonpayable", - "type": "function" + stateMutability: "nonpayable", + type: "function", }, { - "inputs": [], - "name": "stateBlockNumber", - "outputs": [ + inputs: [], + name: "stateBlockNumber", + outputs: [ { - "internalType": "int256", - "name": "", - "type": "int256" - } + internalType: "int256", + name: "", + type: "int256", + }, ], - "stateMutability": "view", - "type": "function" + stateMutability: "view", + type: "function", }, { - "inputs": [], - "name": "stateRoot", - "outputs": [ + inputs: [], + name: "stateRoot", + outputs: [ { - "internalType": "uint256", - "name": "", - "type": "uint256" - } + internalType: "uint256", + name: "", + type: "uint256", + }, ], - "stateMutability": "view", - "type": "function" + stateMutability: "view", + type: "function", }, { - "inputs": [ + inputs: [ { - "internalType": "address", - "name": "removedOperator", - "type": "address" - } + internalType: "address", + name: "removedOperator", + type: "address", + }, ], - "name": "unregisterOperator", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" + name: "unregisterOperator", + outputs: [], + stateMutability: "nonpayable", + type: "function", }, { - "inputs": [ + inputs: [ { - "internalType": "uint256[]", - "name": "programOutput", - "type": "uint256[]" + internalType: "uint256[]", + name: "programOutput", + type: "uint256[]", }, { - "internalType": "uint256", - "name": "onchainDataHash", - "type": "uint256" + internalType: "uint256", + name: "onchainDataHash", + type: "uint256", }, { - "internalType": "uint256", - "name": "onchainDataSize", - "type": "uint256" - } + internalType: "uint256", + name: "onchainDataSize", + type: "uint256", + }, ], - "name": "updateState", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - } -] as const \ No newline at end of file + name: "updateState", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, +] as const; diff --git a/apps/nextjs/src/abi/L1/v1GalleonStaking.ts b/apps/nextjs/src/abi/L1/v1GalleonStaking.ts index 673bd2dc..702b5607 100644 --- a/apps/nextjs/src/abi/L1/v1GalleonStaking.ts +++ b/apps/nextjs/src/abi/L1/v1GalleonStaking.ts @@ -1,2 +1,315 @@ - -export const GalleonStaking = [{ "inputs": [{ "internalType": "uint256", "name": "_lordsPerRealm", "type": "uint256" }, { "internalType": "uint256", "name": "_epoch", "type": "uint256" }, { "internalType": "address", "name": "_realmsAddress", "type": "address" }, { "internalType": "address", "name": "_lordsToken", "type": "address" }], "stateMutability": "nonpayable", "type": "constructor" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "address", "name": "previousOwner", "type": "address" }, { "indexed": true, "internalType": "address", "name": "newOwner", "type": "address" }], "name": "OwnershipTransferred", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": false, "internalType": "address", "name": "account", "type": "address" }], "name": "Paused", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": false, "internalType": "uint256[]", "name": "tokenIds", "type": "uint256[]" }, { "indexed": false, "internalType": "address", "name": "player", "type": "address" }], "name": "StakeRealms", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": false, "internalType": "uint256[]", "name": "tokenIds", "type": "uint256[]" }, { "indexed": false, "internalType": "address", "name": "player", "type": "address" }], "name": "UnStakeRealms", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": false, "internalType": "address", "name": "account", "type": "address" }], "name": "Unpaused", "type": "event" }, { "inputs": [{ "internalType": "uint256[]", "name": "_tokenIds", "type": "uint256[]" }], "name": "boardShip", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_player", "type": "address" }, { "internalType": "uint256[]", "name": "_tokenIds", "type": "uint256[]" }], "name": "bridgeWithdraw", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "uint256", "name": "_tokenId", "type": "uint256" }], "name": "checkOwner", "outputs": [{ "internalType": "address", "name": "", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "claimLords", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "uint256[]", "name": "_tokenIds", "type": "uint256[]" }], "name": "exitShip", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "getEpoch", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getEpochLength", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getFinalAge", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getLordsAddress", "outputs": [{ "internalType": "address", "name": "", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getLordsIssurance", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_player", "type": "address" }], "name": "getNumberRealms", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getRealmsAddress", "outputs": [{ "internalType": "address", "name": "", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getTimeUntilEpoch", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_player", "type": "address" }], "name": "lordsAvailable", "outputs": [{ "internalType": "uint256", "name": "lords", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "uint256", "name": "_new", "type": "uint256" }], "name": "lordsIssuance", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "", "type": "address" }, { "internalType": "address", "name": "", "type": "address" }, { "internalType": "uint256", "name": "", "type": "uint256" }, { "internalType": "bytes", "name": "", "type": "bytes" }], "name": "onERC721Received", "outputs": [{ "internalType": "bytes4", "name": "", "type": "bytes4" }], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "owner", "outputs": [{ "internalType": "address", "name": "", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "pause", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "paused", "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "", "type": "address" }, { "internalType": "uint256", "name": "", "type": "uint256" }], "name": "realmsStaked", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "renounceOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_newBridge", "type": "address" }], "name": "setBridge", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "uint256", "name": "_finalAge", "type": "uint256" }], "name": "setFinalAge", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "newOwner", "type": "address" }], "name": "transferOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "unpause", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "uint256", "name": "_newEpoch", "type": "uint256" }], "name": "updateEpochLength", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_newLords", "type": "address" }], "name": "updateLordsAddress", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_newRealms", "type": "address" }], "name": "updateRealmsAddress", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_destination", "type": "address" }], "name": "withdrawAllLords", "outputs": [], "stateMutability": "nonpayable", "type": "function" }] as const \ No newline at end of file +export const GalleonStaking = [ + { + inputs: [ + { internalType: "uint256", name: "_lordsPerRealm", type: "uint256" }, + { internalType: "uint256", name: "_epoch", type: "uint256" }, + { internalType: "address", name: "_realmsAddress", type: "address" }, + { internalType: "address", name: "_lordsToken", type: "address" }, + ], + stateMutability: "nonpayable", + type: "constructor", + }, + { + anonymous: false, + inputs: [ + { + indexed: true, + internalType: "address", + name: "previousOwner", + type: "address", + }, + { + indexed: true, + internalType: "address", + name: "newOwner", + type: "address", + }, + ], + name: "OwnershipTransferred", + type: "event", + }, + { + anonymous: false, + inputs: [ + { + indexed: false, + internalType: "address", + name: "account", + type: "address", + }, + ], + name: "Paused", + type: "event", + }, + { + anonymous: false, + inputs: [ + { + indexed: false, + internalType: "uint256[]", + name: "tokenIds", + type: "uint256[]", + }, + { + indexed: false, + internalType: "address", + name: "player", + type: "address", + }, + ], + name: "StakeRealms", + type: "event", + }, + { + anonymous: false, + inputs: [ + { + indexed: false, + internalType: "uint256[]", + name: "tokenIds", + type: "uint256[]", + }, + { + indexed: false, + internalType: "address", + name: "player", + type: "address", + }, + ], + name: "UnStakeRealms", + type: "event", + }, + { + anonymous: false, + inputs: [ + { + indexed: false, + internalType: "address", + name: "account", + type: "address", + }, + ], + name: "Unpaused", + type: "event", + }, + { + inputs: [ + { internalType: "uint256[]", name: "_tokenIds", type: "uint256[]" }, + ], + name: "boardShip", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [ + { internalType: "address", name: "_player", type: "address" }, + { internalType: "uint256[]", name: "_tokenIds", type: "uint256[]" }, + ], + name: "bridgeWithdraw", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [{ internalType: "uint256", name: "_tokenId", type: "uint256" }], + name: "checkOwner", + outputs: [{ internalType: "address", name: "", type: "address" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [], + name: "claimLords", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [ + { internalType: "uint256[]", name: "_tokenIds", type: "uint256[]" }, + ], + name: "exitShip", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [], + name: "getEpoch", + outputs: [{ internalType: "uint256", name: "", type: "uint256" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [], + name: "getEpochLength", + outputs: [{ internalType: "uint256", name: "", type: "uint256" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [], + name: "getFinalAge", + outputs: [{ internalType: "uint256", name: "", type: "uint256" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [], + name: "getLordsAddress", + outputs: [{ internalType: "address", name: "", type: "address" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [], + name: "getLordsIssurance", + outputs: [{ internalType: "uint256", name: "", type: "uint256" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [{ internalType: "address", name: "_player", type: "address" }], + name: "getNumberRealms", + outputs: [{ internalType: "uint256", name: "", type: "uint256" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [], + name: "getRealmsAddress", + outputs: [{ internalType: "address", name: "", type: "address" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [], + name: "getTimeUntilEpoch", + outputs: [{ internalType: "uint256", name: "", type: "uint256" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [{ internalType: "address", name: "_player", type: "address" }], + name: "lordsAvailable", + outputs: [{ internalType: "uint256", name: "lords", type: "uint256" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [{ internalType: "uint256", name: "_new", type: "uint256" }], + name: "lordsIssuance", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [ + { internalType: "address", name: "", type: "address" }, + { internalType: "address", name: "", type: "address" }, + { internalType: "uint256", name: "", type: "uint256" }, + { internalType: "bytes", name: "", type: "bytes" }, + ], + name: "onERC721Received", + outputs: [{ internalType: "bytes4", name: "", type: "bytes4" }], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [], + name: "owner", + outputs: [{ internalType: "address", name: "", type: "address" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [], + name: "pause", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [], + name: "paused", + outputs: [{ internalType: "bool", name: "", type: "bool" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [ + { internalType: "address", name: "", type: "address" }, + { internalType: "uint256", name: "", type: "uint256" }, + ], + name: "realmsStaked", + outputs: [{ internalType: "uint256", name: "", type: "uint256" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [], + name: "renounceOwnership", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [{ internalType: "address", name: "_newBridge", type: "address" }], + name: "setBridge", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [{ internalType: "uint256", name: "_finalAge", type: "uint256" }], + name: "setFinalAge", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [{ internalType: "address", name: "newOwner", type: "address" }], + name: "transferOwnership", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [], + name: "unpause", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [{ internalType: "uint256", name: "_newEpoch", type: "uint256" }], + name: "updateEpochLength", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [{ internalType: "address", name: "_newLords", type: "address" }], + name: "updateLordsAddress", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [{ internalType: "address", name: "_newRealms", type: "address" }], + name: "updateRealmsAddress", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [ + { internalType: "address", name: "_destination", type: "address" }, + ], + name: "withdrawAllLords", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, +] as const; diff --git a/apps/nextjs/src/abi/L1/v2CarrackStaking.ts b/apps/nextjs/src/abi/L1/v2CarrackStaking.ts index 70fc6d74..3ce87ff7 100644 --- a/apps/nextjs/src/abi/L1/v2CarrackStaking.ts +++ b/apps/nextjs/src/abi/L1/v2CarrackStaking.ts @@ -1 +1,405 @@ -export const CarrackStaking = [{ "inputs": [{ "internalType": "uint256", "name": "_lordsPerRealm", "type": "uint256" }, { "internalType": "uint256", "name": "_epoch", "type": "uint256" }, { "internalType": "uint256", "name": "_halvingAge", "type": "uint256" }, { "internalType": "uint256", "name": "_halvingAmount", "type": "uint256" }, { "internalType": "address", "name": "_realmsAddress", "type": "address" }, { "internalType": "address", "name": "_lordsToken", "type": "address" }], "stateMutability": "nonpayable", "type": "constructor" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "address", "name": "previousOwner", "type": "address" }, { "indexed": true, "internalType": "address", "name": "newOwner", "type": "address" }], "name": "OwnershipTransferred", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": false, "internalType": "address", "name": "account", "type": "address" }], "name": "Paused", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": false, "internalType": "uint256[]", "name": "tokenIds", "type": "uint256[]" }, { "indexed": false, "internalType": "address", "name": "player", "type": "address" }], "name": "StakeRealms", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": false, "internalType": "uint256[]", "name": "tokenIds", "type": "uint256[]" }, { "indexed": false, "internalType": "address", "name": "player", "type": "address" }], "name": "UnStakeRealms", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": false, "internalType": "address", "name": "account", "type": "address" }], "name": "Unpaused", "type": "event" }, { "inputs": [{ "internalType": "uint256[]", "name": "_tokenIds", "type": "uint256[]" }], "name": "boardShip", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "bridge", "outputs": [{ "internalType": "address", "name": "", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_player", "type": "address" }, { "internalType": "uint256[]", "name": "_tokenIds", "type": "uint256[]" }], "name": "bridgeWithdraw", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "claimLords", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "epoch", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "", "type": "address" }], "name": "epochClaimed", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "epochLengh", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "uint256[]", "name": "_tokenIds", "type": "uint256[]" }], "name": "exitShip", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "finalAge", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "genesis", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getEpoch", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_player", "type": "address" }], "name": "getNumberRealms", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getTimeUntilEpoch", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "gracePeriod", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "halvingAge", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "halvingAmount", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_player", "type": "address" }], "name": "lordsAvailable", "outputs": [{ "internalType": "uint256", "name": "lords", "type": "uint256" }, { "internalType": "uint256", "name": "totalRealms", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "uint256", "name": "_new", "type": "uint256" }], "name": "lordsIssuance", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "lordsPerRealm", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "lordsToken", "outputs": [{ "internalType": "contract LordsToken", "name": "", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "", "type": "address" }, { "internalType": "address", "name": "", "type": "address" }, { "internalType": "uint256", "name": "", "type": "uint256" }, { "internalType": "bytes", "name": "", "type": "bytes" }], "name": "onERC721Received", "outputs": [{ "internalType": "bytes4", "name": "", "type": "bytes4" }], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "owner", "outputs": [{ "internalType": "address", "name": "", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "name": "ownership", "outputs": [{ "internalType": "address", "name": "", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "pause", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "paused", "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "", "type": "address" }, { "internalType": "uint256", "name": "", "type": "uint256" }], "name": "realmsStaked", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "realmsToken", "outputs": [{ "internalType": "contract RealmsToken", "name": "", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "renounceOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_newBridge", "type": "address" }], "name": "setBridge", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "uint256", "name": "_finalAge", "type": "uint256" }], "name": "setFinalAge", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "uint256", "name": "_time", "type": "uint256" }], "name": "setGenesis", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "uint256", "name": "_gracePeriod", "type": "uint256" }], "name": "setGracePeriod", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "uint256", "name": "_halvingAge", "type": "uint256" }], "name": "setHalvingAge", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "uint256", "name": "_halvingAmount", "type": "uint256" }], "name": "setHalvingAmount", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "newOwner", "type": "address" }], "name": "transferOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "unpause", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "uint256", "name": "_newEpoch", "type": "uint256" }], "name": "updateEpochLength", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_newLords", "type": "address" }], "name": "updateLordsAddress", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_newRealms", "type": "address" }], "name": "updateRealmsAddress", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_destination", "type": "address" }], "name": "withdrawAllLords", "outputs": [], "stateMutability": "nonpayable", "type": "function" }] as const \ No newline at end of file +export const CarrackStaking = [ + { + inputs: [ + { internalType: "uint256", name: "_lordsPerRealm", type: "uint256" }, + { internalType: "uint256", name: "_epoch", type: "uint256" }, + { internalType: "uint256", name: "_halvingAge", type: "uint256" }, + { internalType: "uint256", name: "_halvingAmount", type: "uint256" }, + { internalType: "address", name: "_realmsAddress", type: "address" }, + { internalType: "address", name: "_lordsToken", type: "address" }, + ], + stateMutability: "nonpayable", + type: "constructor", + }, + { + anonymous: false, + inputs: [ + { + indexed: true, + internalType: "address", + name: "previousOwner", + type: "address", + }, + { + indexed: true, + internalType: "address", + name: "newOwner", + type: "address", + }, + ], + name: "OwnershipTransferred", + type: "event", + }, + { + anonymous: false, + inputs: [ + { + indexed: false, + internalType: "address", + name: "account", + type: "address", + }, + ], + name: "Paused", + type: "event", + }, + { + anonymous: false, + inputs: [ + { + indexed: false, + internalType: "uint256[]", + name: "tokenIds", + type: "uint256[]", + }, + { + indexed: false, + internalType: "address", + name: "player", + type: "address", + }, + ], + name: "StakeRealms", + type: "event", + }, + { + anonymous: false, + inputs: [ + { + indexed: false, + internalType: "uint256[]", + name: "tokenIds", + type: "uint256[]", + }, + { + indexed: false, + internalType: "address", + name: "player", + type: "address", + }, + ], + name: "UnStakeRealms", + type: "event", + }, + { + anonymous: false, + inputs: [ + { + indexed: false, + internalType: "address", + name: "account", + type: "address", + }, + ], + name: "Unpaused", + type: "event", + }, + { + inputs: [ + { internalType: "uint256[]", name: "_tokenIds", type: "uint256[]" }, + ], + name: "boardShip", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [], + name: "bridge", + outputs: [{ internalType: "address", name: "", type: "address" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [ + { internalType: "address", name: "_player", type: "address" }, + { internalType: "uint256[]", name: "_tokenIds", type: "uint256[]" }, + ], + name: "bridgeWithdraw", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [], + name: "claimLords", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [], + name: "epoch", + outputs: [{ internalType: "uint256", name: "", type: "uint256" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [{ internalType: "address", name: "", type: "address" }], + name: "epochClaimed", + outputs: [{ internalType: "uint256", name: "", type: "uint256" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [], + name: "epochLengh", + outputs: [{ internalType: "uint256", name: "", type: "uint256" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [ + { internalType: "uint256[]", name: "_tokenIds", type: "uint256[]" }, + ], + name: "exitShip", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [], + name: "finalAge", + outputs: [{ internalType: "uint256", name: "", type: "uint256" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [], + name: "genesis", + outputs: [{ internalType: "uint256", name: "", type: "uint256" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [], + name: "getEpoch", + outputs: [{ internalType: "uint256", name: "", type: "uint256" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [{ internalType: "address", name: "_player", type: "address" }], + name: "getNumberRealms", + outputs: [{ internalType: "uint256", name: "", type: "uint256" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [], + name: "getTimeUntilEpoch", + outputs: [{ internalType: "uint256", name: "", type: "uint256" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [], + name: "gracePeriod", + outputs: [{ internalType: "uint256", name: "", type: "uint256" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [], + name: "halvingAge", + outputs: [{ internalType: "uint256", name: "", type: "uint256" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [], + name: "halvingAmount", + outputs: [{ internalType: "uint256", name: "", type: "uint256" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [{ internalType: "address", name: "_player", type: "address" }], + name: "lordsAvailable", + outputs: [ + { internalType: "uint256", name: "lords", type: "uint256" }, + { internalType: "uint256", name: "totalRealms", type: "uint256" }, + ], + stateMutability: "view", + type: "function", + }, + { + inputs: [{ internalType: "uint256", name: "_new", type: "uint256" }], + name: "lordsIssuance", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [], + name: "lordsPerRealm", + outputs: [{ internalType: "uint256", name: "", type: "uint256" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [], + name: "lordsToken", + outputs: [ + { internalType: "contract LordsToken", name: "", type: "address" }, + ], + stateMutability: "view", + type: "function", + }, + { + inputs: [ + { internalType: "address", name: "", type: "address" }, + { internalType: "address", name: "", type: "address" }, + { internalType: "uint256", name: "", type: "uint256" }, + { internalType: "bytes", name: "", type: "bytes" }, + ], + name: "onERC721Received", + outputs: [{ internalType: "bytes4", name: "", type: "bytes4" }], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [], + name: "owner", + outputs: [{ internalType: "address", name: "", type: "address" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [{ internalType: "uint256", name: "", type: "uint256" }], + name: "ownership", + outputs: [{ internalType: "address", name: "", type: "address" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [], + name: "pause", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [], + name: "paused", + outputs: [{ internalType: "bool", name: "", type: "bool" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [ + { internalType: "address", name: "", type: "address" }, + { internalType: "uint256", name: "", type: "uint256" }, + ], + name: "realmsStaked", + outputs: [{ internalType: "uint256", name: "", type: "uint256" }], + stateMutability: "view", + type: "function", + }, + { + inputs: [], + name: "realmsToken", + outputs: [ + { internalType: "contract RealmsToken", name: "", type: "address" }, + ], + stateMutability: "view", + type: "function", + }, + { + inputs: [], + name: "renounceOwnership", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [{ internalType: "address", name: "_newBridge", type: "address" }], + name: "setBridge", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [{ internalType: "uint256", name: "_finalAge", type: "uint256" }], + name: "setFinalAge", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [{ internalType: "uint256", name: "_time", type: "uint256" }], + name: "setGenesis", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [ + { internalType: "uint256", name: "_gracePeriod", type: "uint256" }, + ], + name: "setGracePeriod", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [{ internalType: "uint256", name: "_halvingAge", type: "uint256" }], + name: "setHalvingAge", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [ + { internalType: "uint256", name: "_halvingAmount", type: "uint256" }, + ], + name: "setHalvingAmount", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [{ internalType: "address", name: "newOwner", type: "address" }], + name: "transferOwnership", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [], + name: "unpause", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [{ internalType: "uint256", name: "_newEpoch", type: "uint256" }], + name: "updateEpochLength", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [{ internalType: "address", name: "_newLords", type: "address" }], + name: "updateLordsAddress", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [{ internalType: "address", name: "_newRealms", type: "address" }], + name: "updateRealmsAddress", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [ + { internalType: "address", name: "_destination", type: "address" }, + ], + name: "withdrawAllLords", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, +] as const; diff --git a/apps/nextjs/src/app/AMMA/page.tsx b/apps/nextjs/src/app/AMMA/page.tsx index 2aff3634..4f4f16b7 100644 --- a/apps/nextjs/src/app/AMMA/page.tsx +++ b/apps/nextjs/src/app/AMMA/page.tsx @@ -1,10 +1,8 @@ - import { PageLayout } from "../_components/PageLayout"; export const metadata = { title: "AMMA Event", - description: - "AMMA - Created for adventurers by Bibliotheca DAO", + description: "AMMA - Created for adventurers by Bibliotheca DAO", }; export default async function Page() { @@ -12,5 +10,5 @@ export default async function Page() {

AMMA

- ) + ); } diff --git a/apps/nextjs/src/app/_components/AnimatedMap.tsx b/apps/nextjs/src/app/_components/AnimatedMap.tsx index 82147f1c..8e33e927 100644 --- a/apps/nextjs/src/app/_components/AnimatedMap.tsx +++ b/apps/nextjs/src/app/_components/AnimatedMap.tsx @@ -1,166 +1,163 @@ -import { motion } from "framer-motion" +import { motion } from "framer-motion"; export const AnimatedMap = () => { - return ( -
+ - - - - - - - - - - - - -
- ) -} \ No newline at end of file + + + + + + + + + + + + + ); +}; diff --git a/apps/nextjs/src/app/_components/Footer.tsx b/apps/nextjs/src/app/_components/Footer.tsx index 2831bffa..10ec77b7 100644 --- a/apps/nextjs/src/app/_components/Footer.tsx +++ b/apps/nextjs/src/app/_components/Footer.tsx @@ -2,18 +2,18 @@ import RWLogo from "@/icons/rw-logo.svg"; export const Footer = () => { return ( -